diff options
Diffstat (limited to 'deskutils/py-py3status/Makefile')
-rw-r--r-- | deskutils/py-py3status/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/py-py3status/Makefile b/deskutils/py-py3status/Makefile index eece2134a7a6..91ce08385b17 100644 --- a/deskutils/py-py3status/Makefile +++ b/deskutils/py-py3status/Makefile @@ -1,5 +1,5 @@ PORTNAME= py3status -PORTVERSION= 3.61 +PORTVERSION= 3.62 CATEGORIES= deskutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://ultrabug.github.io/py3status/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.26.1:devel/py-hatchling@${PY_FLAVOR} USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 |