git: bf9159aac32b - main - devel/py-pyroaring: Clean up USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jun 2026 14:30:12 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bf9159aac32b4292f181c93e86ad7110e1093ddf
commit bf9159aac32b4292f181c93e86ad7110e1093ddf
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-06-28 14:17:04 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-06-28 14:21:21 +0000
devel/py-pyroaring: Clean up USES=python
Python 3.10 is the minimal supported Python 3.
Approved by: portmgr (blanket)
With hat: python
---
devel/py-pyroaring/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/py-pyroaring/Makefile b/devel/py-pyroaring/Makefile
index 1bbf8f8cfad2..e8f8b5087ecd 100644
--- a/devel/py-pyroaring/Makefile
+++ b/devel/py-pyroaring/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAV
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
-USES= compiler:c++11-lang python:3.9+
+USES= compiler:c++11-lang python
USE_PYTHON= autoplist concurrent cython pep517
post-install: