# -*- 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.10.7 revision 0 categories-append devel license Apache-2 platforms {darwin any} supported_archs noarch python.versions 38 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 76f48cb5b40e143489603d2d58fe3d6ffe63483f \ sha256 04cbb59fe795202a7eeede1849112ee9dcbf3469feebd9b8b36aa541336ac4f8 \ size 255019 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 } }