Skip to content

Commit

Permalink
py-param: remove unneeded build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeotten authored and Schamschula committed Oct 25, 2024
1 parent 80aa209 commit d09a373
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions python/py-param/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup python 1.0

name py-param
version 2.1.1
revision 0
revision 1
license BSD
maintainers {mps @Schamschula} openmaintainer
description Param is a library providing Parameters.
Expand All @@ -22,14 +22,9 @@ checksums rmd160 69bf3acc7bb57c892df4a121b79afd90b6411b8b \
size 174619

python.versions 38 39 310 311 312
python.pep517_backend hatch

if {${name} ne ${subport}} {
python.pep517 yes
python.pep517_backend \
hatch

depends_build-append \
port:py${python.version}-hatch-vcs \
port:py${python.version}-numpy \
port:py${python.version}-pyobjc
port:py${python.version}-hatch-vcs
}

0 comments on commit d09a373

Please sign in to comment.