# -*- 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-scikit-build version 0.18.0 revision 0 categories-append devel license BSD platforms {darwin any} supported_archs noarch python.versions 38 39 310 311 312 python.pep517_backend hatch maintainers {stromnov @stromnov} openmaintainer description Improved build system generator for CPython extensions. long_description {*}${description} homepage https://github.com/scikit-build/scikit-build distname [string map {- _} ${python.rootname}]-${version} checksums rmd160 f1ac68abea686840973eb9e624db576bc6e538a0 \ sha256 71a13af467d1a38510c3494786e2edb73ead53ea922bde6e519dc5372aa65096 \ size 273824 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-hatch-vcs \ port:py${python.version}-hatch-fancy-pypi-readme depends_lib-append port:py${python.version}-distro \ port:py${python.version}-packaging \ port:py${python.version}-setuptools \ port:py${python.version}-wheel \ path:bin/cmake:cmake if {${python.version} < 311} { depends_lib-append port:py${python.version}-tomli } }