# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-execnet version 1.9.0 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license MIT maintainers nomaintainer description rapid multi-Python deployment long_description {*}${description} homepage https://github.com/pytest-dev/execnet checksums rmd160 de3fae0a9a4c7731a11333af8a17f65c17136933 \ sha256 8f694f3ba9cc92cab508b152dcfe322153975c29bda272e2fd7f3f00f36e47c5 \ size 173884 python.versions 37 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 0644 -W ${worksrcpath} CHANGELOG.rst ISSUES.txt LICENSE README.rst \ ${destroot}${prefix}/share/doc/${subport} } }