# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-entrypoints version 0.2.3 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch 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} distfiles if {${name} ne ${subport}} { if {${python.version} == 27} { depends_lib-append port:py${python.version}-configparser } post-extract { file mkdir ${worksrcpath} file copy ${filespath}/setup.py ${filespath}/entrypoints.py ${worksrcpath} } livecheck.type none }