# -*- 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 0.4 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 https://pypi.python.org/packages/source/f/funcsigs/ distname funcsigs-${version} checksums rmd160 8c2f71e5442315cacad785df219938ed0f6a4180 \ sha256 d83ce6df0b0ea6618700fe1db353526391a8a3ada1b7aba52fed7a61da772033 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/funcsigs/json livecheck.regex {funcsigs-(\d+(?:\.\d+)*)\.[tz]} }