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:           Mon Nov 13 11:18:28 UTC 2023

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

Log Message:
py-platformdirs: update to 4.0.0.

site_cache_dir: Use /var/cache again instead of /var/tmp on UNIX by @andersk in #239


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/misc/py-platformdirs/Makefile
cvs rdiff -u -r1.22 -r1.23 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.23 pkgsrc/misc/py-platformdirs/Makefile:1.24
--- pkgsrc/misc/py-platformdirs/Makefile:1.23   Sat Oct 28 19:57:12 2023
+++ pkgsrc/misc/py-platformdirs/Makefile        Mon Nov 13 11:18:28 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2023/10/28 19:57:12 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2023/11/13 11:18:28 wiz Exp $
 
-DISTNAME=      platformdirs-3.11.0
+DISTNAME=      platformdirs-4.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/platformdirs/}
 
@@ -14,7 +13,6 @@ LICENSE=      mit
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.17.1:../../devel/py-hatchling
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
 TEST_DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.4:../../devel/py-appdirs
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.4:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.1:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.11.1:../../devel/py-test-mock
 
@@ -22,9 +20,5 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-# needs 'make install'
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/misc/py-platformdirs/distinfo
diff -u pkgsrc/misc/py-platformdirs/distinfo:1.22 pkgsrc/misc/py-platformdirs/distinfo:1.23
--- pkgsrc/misc/py-platformdirs/distinfo:1.22   Mon Oct  2 19:00:56 2023
+++ pkgsrc/misc/py-platformdirs/distinfo        Mon Nov 13 11:18:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2023/10/02 19:00:56 adam Exp $
+$NetBSD: distinfo,v 1.23 2023/11/13 11:18:28 wiz Exp $
 
-BLAKE2s (platformdirs-3.11.0.tar.gz) = 5b8799901ec3545bcac079edd9a21ff17266b2ab5c3a5facf1845233bf0cd9f2
-SHA512 (platformdirs-3.11.0.tar.gz) = a273ea8fc5916bdb94da9cc62ccef60a7247b5a019639aae3be9718626ce59d27d8e62c6552c25a3cdd0e7fb7215c32b6c30f2509a3356623f628f771e92bb56
-Size (platformdirs-3.11.0.tar.gz) = 19914 bytes
+BLAKE2s (platformdirs-4.0.0.tar.gz) = 85f22fb2f27cc625c8b8db028291223d0ef71c19f9089b7f37092342219c4dde
+SHA512 (platformdirs-4.0.0.tar.gz) = 28eeb18ab5a52bf60d85ab76c986300d0f69c3bcff9ec18b961b70f97bce4e0d1bd3315b8d97f6b6a41de000b734979c08754780d282695525348342ab9c9931
+Size (platformdirs-4.0.0.tar.gz) = 19914 bytes



Home | Main Index | Thread Index | Old Index