# -*- 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.17.6 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 c58a499b5cbfd8c8e0d9248599d2ced828fb1281 \ sha256 b51a51a36b37c42650994b5047912f59b22e3210b23e321f287611f9ef6e5c9d \ size 272208 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 } }