Wed May 3 18:52:46 2023 UTC ()
py-platformdirs: update to 3.5.0.

platformdirs: introduce user_music_dir() by @kemzeb in #173


(wiz)
diff -r1.14 -r1.15 pkgsrc/misc/py-platformdirs/Makefile
diff -r1.14 -r1.15 pkgsrc/misc/py-platformdirs/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/misc/py-platformdirs/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/py-platformdirs/Makefile 2023/04/27 08:22:44 1.14
+++ pkgsrc/misc/py-platformdirs/Makefile 2023/05/03 18:52:46 1.15
@@ -1,28 +1,29 @@ @@ -1,28 +1,29 @@
1# $NetBSD: Makefile,v 1.14 2023/04/27 08:22:44 adam Exp $ 1# $NetBSD: Makefile,v 1.15 2023/05/03 18:52:46 wiz Exp $
2 2
3DISTNAME= platformdirs-3.4.0 3DISTNAME= platformdirs-3.5.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= misc python 5CATEGORIES= misc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/platformdirs/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/platformdirs/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/platformdirs/platformdirs 9HOMEPAGE= https://github.com/platformdirs/platformdirs
10COMMENT= Python module for determining appropriate platform-specific dirs 10COMMENT= Python module for determining appropriate platform-specific dirs
11LICENSE= mit 11LICENSE= mit
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.14:../../devel/py-hatchling 13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.14:../../devel/py-hatchling
14TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs 14TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
15TEST_DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.4:../../devel/py-appdirs 15TEST_DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.4:../../devel/py-appdirs
16TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2.1:../../devel/py-test 16TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2.1:../../devel/py-test
17TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4:../../devel/py-test-cov 17TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4:../../devel/py-test-cov
18TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.10:../../devel/py-test-mock 18TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.10:../../devel/py-test-mock
19 19
20USE_LANGUAGES= # none 20USE_LANGUAGES= # none
21 21
22PYTHON_VERSIONS_INCOMPATIBLE= 27 22PYTHON_VERSIONS_INCOMPATIBLE= 27
23 23
 24# needs 'make install'
24do-test: 25do-test:
25 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests 26 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
26 27
27.include "../../lang/python/wheel.mk" 28.include "../../lang/python/wheel.mk"
28.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/misc/py-platformdirs/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/py-platformdirs/distinfo 2023/04/27 08:22:44 1.14
+++ pkgsrc/misc/py-platformdirs/distinfo 2023/05/03 18:52:46 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2023/04/27 08:22:44 adam Exp $ 1$NetBSD: distinfo,v 1.15 2023/05/03 18:52:46 wiz Exp $
2 2
3BLAKE2s (platformdirs-3.4.0.tar.gz) = a96010747f9b8b89aace896bc23c9bf3209898c9cfba10f70f851902e82ae403 3BLAKE2s (platformdirs-3.5.0.tar.gz) = 8da7fb96a13945c5dbbfa2c4443d3377f7d735fb5aa451f52c1f2aeb6bf22bc8
4SHA512 (platformdirs-3.4.0.tar.gz) = e98648b5065cdb3b75c183548b4143c6564292e4ec283710490fd019a2e72f6207ac6af6617e192aadf17b521eebc18126bf4b69fac227ac3cda4b768ce109da 4SHA512 (platformdirs-3.5.0.tar.gz) = 2c454a760b3045f4824b1c436ac85533e7a6809e4525d70cee4d98289f9efc5a882384347a1992aaa237dc29ea8e778515eadeca208a2d058f9e574f5175ce20
5Size (platformdirs-3.4.0.tar.gz) = 15735 bytes 5Size (platformdirs-3.5.0.tar.gz) = 16037 bytes