# -*- 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-extension-helpers version 1.1.1 revision 0 categories-append devel science license BSD supported_archs noarch platforms {darwin any} maintainers {aronnax @lpsinger} openmaintainer description Helpers to assist with building Python packages with compiled C/Cython extensions long_description {*}${description} homepage https://github.com/astropy/${python.rootname} checksums rmd160 b8c8748998931cb2b3e67d20bd003e27818d5c8e \ sha256 f95dd304a523d4ff6680d9504fa1d68a4dd03bf3bfbbe0ade4d927ed9e693f00 \ size 27554 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { python.pep517 yes depends_build-append \ port:py${python.version}-setuptools_scm if {${python.version} < 311} { depends_lib-append \ port:py${python.version}-tomli } }