Skip to content

Commit

Permalink
py-scikit-build: update to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnov committed Nov 2, 2022
1 parent 4e082b2 commit 2b7e097
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions python/py-scikit-build/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-scikit-build
version 0.15.0
version 0.16.1
revision 0
categories-append devel
license BSD
Expand All @@ -19,9 +19,9 @@ long_description {*}${description}

homepage https://github.com/scikit-build/scikit-build

checksums rmd160 c709bd60a6f79e4937447d09061de0b7386eeffc \
sha256 e723cd0f3489a042370b9ea988bbb9cfd7725e8b25b20ca1c7981821fcf65fb9 \
size 268691
checksums rmd160 90865672c53f07bfb6b13a37e1ba05fa70071e9b \
sha256 9b87dcac5cfd884ccfe313e66a1feea596075a99d370d20488314ae5d19296db \
size 269763

if {${name} ne ${subport}} {
depends_build-append \
Expand All @@ -32,4 +32,8 @@ if {${name} ne ${subport}} {
port:py${python.version}-setuptools \
port:py${python.version}-wheel \
path:bin/cmake:cmake

if {${python.version} < 38} {
depends_lib-append port:py${python.version}-typing_extensions
}
}

0 comments on commit 2b7e097

Please sign in to comment.