diff options
Diffstat (limited to 'sysutils/py-hcloud/Makefile')
-rw-r--r-- | sysutils/py-hcloud/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-hcloud/Makefile b/sysutils/py-hcloud/Makefile index 2f3108f1790e..2c67f9455a67 100644 --- a/sysutils/py-hcloud/Makefile +++ b/sysutils/py-hcloud/Makefile @@ -1,5 +1,5 @@ PORTNAME= hcloud -DISTVERSION= 2.7.0 +DISTVERSION= 2.9.0 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +25,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=7.5:devel/py-coverage@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}types-requests>=0:devel/py-types-requests@${PY_FLAVOR} NO_ARCH= yes -USES= python +USES= python:3.10+ USE_PYTHON= autoplist concurrent pep517 pytest .include <bsd.port.mk> |