# -*- 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-beniget version 0.4.1 revision 0 categories-append devel supported_archs noarch platforms {darwin any} license BSD maintainers {reneeotten @reneeotten} openmaintainer description Extract semantic information about static Python code long_description {*}${description} homepage https://github.com/serge-sans-paille/beniget/ checksums rmd160 4628ed559827ecee405a71ca646e5a04af7542ee \ sha256 75554b3b8ad0553ce2f607627dad3d95c60c441189875b98e097528f8e23ac0c \ size 16277 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-gast post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.rst \ LICENSE ${destroot}${docdir} } test.run yes python.test_framework test.cmd ${python.bin} setup.py test.target test }