Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 07:23:03 GMT
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: c32016d379eb - main - devel/py-aspectlib: Clean up USES=python
Message-ID:  <202306300723.35U7N3RZ084870@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c32016d379eb95aa62a4af811a1d83b22366173b

commit c32016d379eb95aa62a4af811a1d83b22366173b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:08:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:08:26 +0000

    devel/py-aspectlib: Clean up USES=python
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 devel/py-aspectlib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-aspectlib/Makefile b/devel/py-aspectlib/Makefile
index 946daec0378e..9d1d557ff52f 100644
--- a/devel/py-aspectlib/Makefile
+++ b/devel/py-aspectlib/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python
 USE_PYTHON=	pep517 cython autoplist pytest # tests fail to start, see https://github.com/ionelmc/python-aspectlib/issues/27
 
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300723.35U7N3RZ084870>