# -*- 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-pluggy version 0.3.1 categories-append devel platforms darwin supported_archs noarch license MIT maintainers gmail.com:pedro.salgado openmaintainer description Plugin and hook calling mechanisms for Python long_description This is the plugin manager as used by pytest but \ stripped of pytest specific details. homepage https://github.com/hpk42/pluggy/ master_sites pypi:p/pluggy distname pluggy-${version} checksums rmd160 7735da5072ccb9873e757572a08d5cb663ce487f \ sha256 159cc783e056c07da6552aa5aef6b1e6c0064b4f18bd49c531fd2d40aafb0ea3 python.versions 27 34 35 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-py \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/pluggy livecheck.regex pluggy-(\\d+(\\.\\d+)+)${extract.suffix} }