# $Id$ PortSystem 1.0 PortGroup python 1.0 name py-decoratortools version 1.7 revision 2 categories-append www license {PSF ZPL} maintainers akitada openmaintainer description Class, Function, and Assignment Decorators, Metaclasses, \ and Related Tools long_description ${description} platforms darwin supported_archs noarch homepage http://cheeseshop.python.org/pypi/DecoratorTools master_sites http://cheeseshop.python.org/packages/source/D/DecoratorTools/ distname DecoratorTools-${version} use_zip yes checksums md5 84df0a86aabec6a7d802439ffaa17585 \ sha1 2043250d06129ca71c47b26024f4800c47d4843a \ rmd160 f605ef9ffd0cb6605a9b68442bdb20af2b69023b python.versions 24 25 26 if {${name} ne ${subport}} { depends_lib port:py${python.version}-setuptools post-destroot { xinstall -m 644 -W ${worksrcpath} \ README.txt ${destroot}${prefix}/share/doc/${subport} } }