diff options
Diffstat (limited to 'devel/py-uproot/Makefile')
-rw-r--r-- | devel/py-uproot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-uproot/Makefile b/devel/py-uproot/Makefile index cca7b1144b1f..fe6cffaeffec 100644 --- a/devel/py-uproot/Makefile +++ b/devel/py-uproot/Makefile @@ -1,5 +1,5 @@ PORTNAME= uproot -PORTVERSION= 5.6.0 +PORTVERSION= 5.6.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awkward>=2.4.6:math/py-awkward@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xxhash>=0:devel/py-xxhash@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |