# -*- 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.0 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 https://pypi.python.org/packages/source/p/pluggy distname pluggy-${version} checksums rmd160 be171c497663d8e7411f9ec382cd9816187c3aab \ sha256 52631797ad4857e09f0f2b642392d548b304713d0a02a534f1517cffc008a89c python.versions 27 34 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} }