git: da25ff8f31cd - main - biology/py-macs3: Unbreak package build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Mar 2025 13:45:51 UTC
The branch main has been updated by jwb:
URL: https://cgit.FreeBSD.org/ports/commit/?id=da25ff8f31cdd3b8e9ac26cb1cdcd90cfd74b2ad
commit da25ff8f31cdd3b8e9ac26cb1cdcd90cfd74b2ad
Author: Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2025-03-19 13:44:47 +0000
Commit: Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2025-03-19 13:45:50 +0000
biology/py-macs3: Unbreak package build
pep57 -> distutils
Port passed poudriere before, but spontaneously broke due to
other changes
Reported by: pkg-fallout
---
biology/py-macs3/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/biology/py-macs3/Makefile b/biology/py-macs3/Makefile
index ad1756edbd32..6387fafd3346 100644
--- a/biology/py-macs3/Makefile
+++ b/biology/py-macs3/Makefile
@@ -30,7 +30,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
USES= localbase perl5 python shebangfix
USE_GITHUB= yes
USE_PERL5= test
-USE_PYTHON= autoplist concurrent pep517
+USE_PYTHON= autoplist concurrent distutils
GH_ACCOUNT= macs3-project
GH_PROJECT= MACS