pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/py-platformdirs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May  3 18:52:46 UTC 2023

Modified Files:
        pkgsrc/misc/py-platformdirs: Makefile distinfo

Log Message:
py-platformdirs: update to 3.5.0.

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/misc/py-platformdirs/Makefile \
    pkgsrc/misc/py-platformdirs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/py-platformdirs/Makefile
diff -u pkgsrc/misc/py-platformdirs/Makefile:1.14 pkgsrc/misc/py-platformdirs/Makefile:1.15
--- pkgsrc/misc/py-platformdirs/Makefile:1.14   Thu Apr 27 08:22:44 2023
+++ pkgsrc/misc/py-platformdirs/Makefile        Wed May  3 18:52:46 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2023/04/27 08:22:44 adam Exp $
+# $NetBSD: Makefile,v 1.15 2023/05/03 18:52:46 wiz Exp $
 
-DISTNAME=      platformdirs-3.4.0
+DISTNAME=      platformdirs-3.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/platformdirs/}
@@ -21,6 +21,7 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+# needs 'make install'
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
Index: pkgsrc/misc/py-platformdirs/distinfo
diff -u pkgsrc/misc/py-platformdirs/distinfo:1.14 pkgsrc/misc/py-platformdirs/distinfo:1.15
--- pkgsrc/misc/py-platformdirs/distinfo:1.14   Thu Apr 27 08:22:44 2023
+++ pkgsrc/misc/py-platformdirs/distinfo        Wed May  3 18:52:46 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/04/27 08:22:44 adam Exp $
+$NetBSD: distinfo,v 1.15 2023/05/03 18:52:46 wiz Exp $
 
-BLAKE2s (platformdirs-3.4.0.tar.gz) = a96010747f9b8b89aace896bc23c9bf3209898c9cfba10f70f851902e82ae403
-SHA512 (platformdirs-3.4.0.tar.gz) = e98648b5065cdb3b75c183548b4143c6564292e4ec283710490fd019a2e72f6207ac6af6617e192aadf17b521eebc18126bf4b69fac227ac3cda4b768ce109da
-Size (platformdirs-3.4.0.tar.gz) = 15735 bytes
+BLAKE2s (platformdirs-3.5.0.tar.gz) = 8da7fb96a13945c5dbbfa2c4443d3377f7d735fb5aa451f52c1f2aeb6bf22bc8
+SHA512 (platformdirs-3.5.0.tar.gz) = 2c454a760b3045f4824b1c436ac85533e7a6809e4525d70cee4d98289f9efc5a882384347a1992aaa237dc29ea8e778515eadeca208a2d058f9e574f5175ce20
+Size (platformdirs-3.5.0.tar.gz) = 16037 bytes



Home | Main Index | Thread Index | Old Index