From d09a373def08b485c96e9762038c25dbfe37b3a7 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Thu, 24 Oct 2024 22:24:29 -0400 Subject: [PATCH] py-param: remove unneeded build dependencies --- python/py-param/Portfile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/python/py-param/Portfile b/python/py-param/Portfile index 29ff998ac7c9..b738679154dd 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 }