Skip to content

Commit

Permalink
py-platformdirs: updated to 4.3.2
Browse files Browse the repository at this point in the history
4.3.2

Use uv as installer
Fix multi-path returned from _path methods on MacOS
  • Loading branch information
adam committed Sep 10, 2024
1 parent 50f42a1 commit 2ef76af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
15 changes: 7 additions & 8 deletions misc/py-platformdirs/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.28 2024/05/15 07:22:20 adam Exp $
# $NetBSD: Makefile,v 1.29 2024/09/10 08:28:50 adam Exp $

DISTNAME= platformdirs-4.2.2
DISTNAME= platformdirs-4.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/platformdirs/}
Expand All @@ -10,15 +10,14 @@ HOMEPAGE= https://github.com/platformdirs/platformdirs
COMMENT= Python module for determining appropriate platform-specific dirs
LICENSE= mit

TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.18:../../devel/py-hatchling
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.4:../../devel/py-hatch-vcs
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.25:../../devel/py-hatchling
TEST_DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.4:../../devel/py-appdirs
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.1:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.12:../../devel/py-test-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-covdefaults>=2.3:../../devel/py-covdefaults
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=5:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.14:../../devel/py-test-mock

USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions misc/py-platformdirs/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.27 2024/05/15 07:22:20 adam Exp $
$NetBSD: distinfo,v 1.28 2024/09/10 08:28:50 adam Exp $

BLAKE2s (platformdirs-4.2.2.tar.gz) = 5e515ee3cf22b25b3e4cdb7ce548051ffdd34a648103978d9eaad41a47c33b18
SHA512 (platformdirs-4.2.2.tar.gz) = e67aff332a6c84669d77a68e7d5546bfd14e08dcf61681b03447bf6381c0d981c63be0f87fd63bc99f0a51c92bf960902ded83ba8872801c14755ab163d45a0f
Size (platformdirs-4.2.2.tar.gz) = 20916 bytes
BLAKE2s (platformdirs-4.3.2.tar.gz) = dd80807bee2a367b65b856f13bc7973296b86192ab0f79edf0aa99e018ef7e15
SHA512 (platformdirs-4.3.2.tar.gz) = 0bad11558f3d60f1476cdcd36a405c7218b9ce68342e3a78f95936356d91fcaaa869549503cc35055d9ce3b3eec219a980ba35e814dd3706fb4b7812aff04dd4
Size (platformdirs-4.3.2.tar.gz) = 21276 bytes

0 comments on commit 2ef76af

Please sign in to comment.