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:   adam
Date:           Wed Apr 24 05:03:48 UTC 2024

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

Log Message:
py-platformdirs: updated to 4.2.1

4.2.1

Switch to ruff for formatting and use codespell and docformatter
Use hatch over tox
chore: various minor fixes
chore: update dead Microsoft's known folders documentation link
Allow working without ctypes


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/py-platformdirs/Makefile
cvs rdiff -u -r1.25 -r1.26 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.26 pkgsrc/misc/py-platformdirs/Makefile:1.27
--- pkgsrc/misc/py-platformdirs/Makefile:1.26   Wed Jan 31 11:50:25 2024
+++ pkgsrc/misc/py-platformdirs/Makefile        Wed Apr 24 05:03:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2024/01/31 11:50:25 adam Exp $
+# $NetBSD: Makefile,v 1.27 2024/04/24 05:03:48 adam Exp $
 
-DISTNAME=      platformdirs-4.2.0
+DISTNAME=      platformdirs-4.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/platformdirs/}
@@ -10,11 +10,11 @@ HOMEPAGE=   https://github.com/platformdir
 COMMENT=       Python module for determining appropriate platform-specific dirs
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.17.1:../../devel/py-hatchling
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.18:../../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.11.1:../../devel/py-test-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.12:../../devel/py-test-mock
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/misc/py-platformdirs/distinfo
diff -u pkgsrc/misc/py-platformdirs/distinfo:1.25 pkgsrc/misc/py-platformdirs/distinfo:1.26
--- pkgsrc/misc/py-platformdirs/distinfo:1.25   Wed Jan 31 11:50:25 2024
+++ pkgsrc/misc/py-platformdirs/distinfo        Wed Apr 24 05:03:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2024/01/31 11:50:25 adam Exp $
+$NetBSD: distinfo,v 1.26 2024/04/24 05:03:48 adam Exp $
 
-BLAKE2s (platformdirs-4.2.0.tar.gz) = ea54aae7402592ef70103ac5cb094385cf210350532743ad15022a041c38a6e9
-SHA512 (platformdirs-4.2.0.tar.gz) = 615742163cc4eb0ee97c4dba069d59a08e0056e05a3fbeab32dcab854ed56976e8707dd70afd65dbd0732bf1ad1a42c565fb3d980b7b668aa2cdecc5cc1de4f0
-Size (platformdirs-4.2.0.tar.gz) = 20055 bytes
+BLAKE2s (platformdirs-4.2.1.tar.gz) = 998c7269905acc1e2bd7501b2165a6f76543ce8d4a50ab952bf8c2bba4e5f584
+SHA512 (platformdirs-4.2.1.tar.gz) = c6c671022a74ba35610469f08e9a275daa19f0362a98208096fab147a77abfc96c12a0312fdf65668b3e457e0c06d938f141efec1217ef1a7598a77f65786130
+Size (platformdirs-4.2.1.tar.gz) = 20398 bytes



Home | Main Index | Thread Index | Old Index