Date: Sat, 31 Jan 2026 14:22:26 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bab6866eb7ee - main - math/py-pygsl: Fix b9e064cdab1e5b779a5b98894652c074175fae20 Message-ID: <697e1022.31999.617bf9b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bab6866eb7ee14d9336fbb1e87ea1795bc1d1ce6 commit bab6866eb7ee14d9336fbb1e87ea1795bc1d1ce6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-01-31 13:36:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-01-31 14:15:22 +0000 math/py-pygsl: Fix b9e064cdab1e5b779a5b98894652c074175fae20 - Remove unneeded USES=cmake:indirect - Sort BUILD_DEPENDS - Sort USES --- math/py-pygsl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/math/py-pygsl/Makefile b/math/py-pygsl/Makefile index c083a60a99a9..76a4603b97f9 100644 --- a/math/py-pygsl/Makefile +++ b/math/py-pygsl/Makefile @@ -12,13 +12,13 @@ WWW= https://github.com/pygsl/pygsl LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}meson-python>=0.17.1:devel/meson-python@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meson-python>=0:devel/meson-python@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ swig:devel/swig LIB_DEPENDS= libgsl.so:math/gsl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= cmake:indirect python pkgconfig +USES= pkgconfig python USE_PYTHON= autoplist concurrent pep517 post-install:home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e1022.31999.617bf9b>
