git: 155267db532b - main - biology/py-pywgsim: Limit to python 3.10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jun 2024 11:42:54 UTC
The branch main has been updated by jwb:
URL: https://cgit.FreeBSD.org/ports/commit/?id=155267db532b5a457166b625b9e7f0a0bf0280a3
commit 155267db532b5a457166b625b9e7f0a0bf0280a3
Author: Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2024-06-03 11:41:44 +0000
Commit: Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2024-06-03 11:41:44 +0000
biology/py-pywgsim: Limit to python 3.10
Nontrivial changes needed for python 3.11
Abandoned upstream
Reported by: pkg-fallout
---
biology/py-pywgsim/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/biology/py-pywgsim/Makefile b/biology/py-pywgsim/Makefile
index 52a666286f56..7777162f708a 100644
--- a/biology/py-pywgsim/Makefile
+++ b/biology/py-pywgsim/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pywgsim
DISTVERSION= 0.5.2
+PORTREVISION= 1
CATEGORIES= biology python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plac>=0:devel/py-plac@${PY_FLAVOR}
-USES= python
+USES= python:3.10
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>