# -*- 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
maintainers {gmail.com:pedro.salgado @steenzout} openmaintainer
homepage https://github.com/pytest-dev/pluggy
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.
master_sites pypi:p/pluggy
distname pluggy-${version}
checksums rmd160 49727750e973c0a74ad8fc07018462790e4e050c \
sha256 0825a152ac059776623854c1543d65a4ad408eb3d33ee114dff91e57ec6ae6fc \
python.versions 27 34 35 36 37
if {${name} ne ${subport}} {
port:py${python.version}-setuptools_scm
depends_lib-append port:py${python.version}-py \
port:py${python.version}-importlib-metadata
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE \
CHANGELOG.rst ${destroot}${docdir}