# -*- 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-wrapt version 1.10.8 revision 0 platforms darwin license BSD python.versions 27 34 35 maintainers stromnov openmaintainer description A Python module for decorators, wrappers and monkey patching. long_description ${description} homepage https://github.com/GrahamDumpleton/wrapt master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 55882ba07e05aed13ceb301fd545aa9f891bb8a9 \ sha256 4ea17e814e39883c6cf1bb9b0835d316b2f69f0f0882ffe7dad1ede66ba82c73 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type pypi }