# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-apipkg version 1.4 categories-append devel platforms darwin supported_archs noarch license MIT maintainers nomaintainer description namespace control and lazy-import mechanism long_description ${description} homepage https://pypi.python.org/pypi/${python.rootname}/${version} master_sites https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 ab2a3843243c828c9b3f823fdef616be039a9159 \ sha256 2e38399dbe842891fe85392601aab8f40a8f4cc5a9053c326de35a1cc0297ac6 python.versions 27 34 35 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }