Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-param: remove unneeded build dependencies #26298

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
Loading