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:           Mon Feb  6 07:48:34 UTC 2023

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

Log Message:
py-platformdirs: updated to 2.6.2

platformdirs 2.6.2 (2022-12-28)

Fix missing typing-extensions dependency.

platformdirs 2.6.1 (2022-12-28)

Add detection of $PREFIX for android.

platformdirs 2.6.0 (2022-12-06)

BREAKING Correct the log directory on Linux/Unix from XDG_CACHE_HOME to XDG_STATE_HOME per the XDG spec


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/misc/py-platformdirs/Makefile:1.10
--- pkgsrc/misc/py-platformdirs/Makefile:1.9    Tue Nov 22 11:00:02 2022
+++ pkgsrc/misc/py-platformdirs/Makefile        Mon Feb  6 07:48:33 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2022/11/22 11:00:02 adam Exp $
+# $NetBSD: Makefile,v 1.10 2023/02/06 07:48:33 adam Exp $
 
-DISTNAME=      platformdirs-2.5.4
+DISTNAME=      platformdirs-2.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/platformdirs/}
@@ -10,13 +10,19 @@ HOMEPAGE=   https://github.com/platformdir
 COMMENT=       Python module for determining appropriate platform-specific dirs
 LICENSE=       mit
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-hatchling>=1.11.1:../../devel/py-hatchling
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-hatch-vcs>0:../../devel/py-hatch-vcs
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.11.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.2:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.10:../../devel/py-test-mock
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+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.9 pkgsrc/misc/py-platformdirs/distinfo:1.10
--- pkgsrc/misc/py-platformdirs/distinfo:1.9    Tue Nov 22 11:00:02 2022
+++ pkgsrc/misc/py-platformdirs/distinfo        Mon Feb  6 07:48:33 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/11/22 11:00:02 adam Exp $
+$NetBSD: distinfo,v 1.10 2023/02/06 07:48:33 adam Exp $
 
-BLAKE2s (platformdirs-2.5.4.tar.gz) = 5f69b3c01404ff28814477eeb20f334e433c8a9f9dec11f914b3b0edf8965fcc
-SHA512 (platformdirs-2.5.4.tar.gz) = 1b7ff79a421bc0b0320a9b1ba8f99dbbecd34a9bea7fa7696b58007f2e05d8a910a3f32e2c03e6e3a8f3d272ab1c045051a682e3155c5bc5285e66e4add59489
-Size (platformdirs-2.5.4.tar.gz) = 20843 bytes
+BLAKE2s (platformdirs-2.6.2.tar.gz) = d0f8fb715e15713621a3faad2e8d9806cfb270317d9cd7a1f5188f45fd1ad5b4
+SHA512 (platformdirs-2.6.2.tar.gz) = 17ee79bf10eaddb4456b938d9058e6cfa4e959485868ba975ec27d0a16bdf895e03dfa8ab6275342a688cf0290f0b43e7c4b35cf2884e3c8f2472700bd8ea965
+Size (platformdirs-2.6.2.tar.gz) = 14260 bytes



Home | Main Index | Thread Index | Old Index