# -*- 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-decorator version 4.0.10 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 26 27 33 34 35 maintainers stromnov openmaintainer description Decorator factory for signature-preserving decorators. long_description ${description} homepage https://github.com/micheles/decorator master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname decorator-${version} checksums rmd160 c9cd249f77a86405406fa52e071b43d6cb13af73 \ sha256 9c6e98edcb33499881b86ede07d9968c81ab7c769e28e9af24075f0a5379f070 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }