Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2026 14:30:12 +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: bf9159aac32b - main - devel/py-pyroaring: Clean up USES=python
Message-ID:  <6a412ff4.2144e.1ae90a87@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=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:


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a412ff4.2144e.1ae90a87>