diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-15 19:43:26 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-15 20:09:47 +0000 |
commit | 131dcc3c4d94fa8afe27cf8ce6a8511c65e39ab6 (patch) | |
tree | 09eac7f7a03e9b494c00543042641e267eb807e5 | |
parent | 04465dbff71394ab21ba945b55aefaab2840e246 (diff) | |
download | ports-131dcc3c4d94fa8afe27cf8ce6a8511c65e39ab6.tar.gz ports-131dcc3c4d94fa8afe27cf8ce6a8511c65e39ab6.zip |
devel/py-platformdirs: Update to 4.3.2
- Update WWW
Changes: https://github.com/tox-dev/platformdirs/releases
-rw-r--r-- | devel/py-platformdirs/Makefile | 6 | ||||
-rw-r--r-- | devel/py-platformdirs/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-platformdirs/Makefile b/devel/py-platformdirs/Makefile index 3d9d26fa9e32..9420735e8fe7 100644 --- a/devel/py-platformdirs/Makefile +++ b/devel/py-platformdirs/Makefile @@ -1,5 +1,5 @@ PORTNAME= platformdirs -PORTVERSION= 4.2.2 +PORTVERSION= 4.3.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,13 +7,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python module for determining appropriate platform-specific dirs WWW= https://platformdirs.readthedocs.io/en/latest/ \ - https://github.com/platformdirs/platformdirs + https://github.com/tox-dev/platformdirs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.4:devel/py-hatch-vcs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hatchling>=1.18:devel/py-hatchling@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}hatchling>=1.25:devel/py-hatchling@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-platformdirs/distinfo b/devel/py-platformdirs/distinfo index 05d5f0983707..6030e29ad23f 100644 --- a/devel/py-platformdirs/distinfo +++ b/devel/py-platformdirs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716142108 -SHA256 (platformdirs-4.2.2.tar.gz) = 38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3 -SIZE (platformdirs-4.2.2.tar.gz) = 20916 +TIMESTAMP = 1726081009 +SHA256 (platformdirs-4.3.2.tar.gz) = 9e5e27a08aa095dd127b9f2e764d74254f482fef22b0970773bfba79d091ab8c +SIZE (platformdirs-4.3.2.tar.gz) = 21276 |