# -*- 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-core version 0.11.1 revision 0 categories-append devel license Apache-2 platforms {darwin any} supported_archs noarch python.versions 39 310 311 312 313 python.pep517_backend hatch maintainers {stromnov @stromnov} openmaintainer description A bridge between Python package build systems and CMake (a rewrite of the classic Scikit-build). long_description \ Scikit-build-core is a ground-up rewrite of the classic Scikit-build, a bridge between Python package \ build systems and CMake, the most popular compiled language build system. Scikit-build-core was built \ using Python packaging standards developed after scikit-build (classic) was written. homepage https://github.com/scikit-build/scikit-build-core/ distname [string map {- _} ${python.rootname}]-${version} checksums rmd160 bdb291bd582d0d44a7b659e1917fd3c7488fcfa8 \ sha256 4e5988df5cd33f0bdb9967b72663ca99f50383c9bc21d8b24fa40c0661ae72b7 \ size 273807 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-hatch-vcs depends_lib-append path:bin/cmake:cmake \ port:py${python.version}-packaging \ port:py${python.version}-pathspec if {${python.version} < 39} { depends_lib-append port:py${python.version}-importlib-resources \ port:py${python.version}-typing_extensions } if {${python.version} < 311} { depends_lib-append \ port:py${python.version}-exceptiongroup \ port:py${python.version}-tomli } }