diff --git a/python/py-param/Portfile b/python/py-param/Portfile index 29ff998ac7c92..b738679154dd0 100644 --- a/python/py-param/Portfile +++ b/python/py-param/Portfile @@ -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. @@ -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 }