# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
python.versions 27 34 35 36
maintainers stromnov openmaintainer
description Discover and load entry points from installed packages.
long_description ${description}
homepage https://github.com/takluyver/entrypoints
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
if {${name} ne ${subport}} {
if {${python.version} == 27} {
depends_lib-append port:py${python.version}-configparser
file mkdir ${worksrcpath}
file copy ${filespath}/setup.py ${filespath}/entrypoints.py ${worksrcpath}