# -*- 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-funcsigs version 1.0.2 revision 0 categories-append devel platforms darwin license Apache-2 supported_archs noarch python.versions 27 maintainers stromnov openmaintainer description Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+ long_description ${description} homepage http://funcsigs.readthedocs.org/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 b42f623b0351d9d6444ce9dd29af870246b0429f \ sha256 a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }