# -*- 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             0.1
categories-append   devel science
platforms           darwin
license             BSD
supported_archs     noarch
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  056e7ad8728abafa51fa2ca4742feb393e30c925 \
                    sha256  ac8a6fe91c6d98986a51a9f08ca0c7945f8fd70d95b662ced4040ae5eb973882 \
                    size    24306

python.versions     36 37 38 39

if {${name} ne ${subport}} {
    depends_lib-append    port:py${python.version}-setuptools

    livecheck.type  none
}
