pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-path
Module Name: pkgsrc
Committed By: adam
Date: Sun Dec 17 17:20:15 UTC 2023
Modified Files:
pkgsrc/devel/py-path: Makefile distinfo
Log Message:
py-path: updated to 16.9.0
v16.9.0
Features
Added .iterdir() and deprecated .listdir().
v16.8.0
Features
Use '.' as the default path.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-path/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-path/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-path/Makefile
diff -u pkgsrc/devel/py-path/Makefile:1.6 pkgsrc/devel/py-path/Makefile:1.7
--- pkgsrc/devel/py-path/Makefile:1.6 Sat Oct 28 19:57:04 2023
+++ pkgsrc/devel/py-path/Makefile Sun Dec 17 17:20:15 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2023/10/28 19:57:04 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/12/17 17:20:15 adam Exp $
-DISTNAME= path-16.7.1
+DISTNAME= path-16.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/path/}
@@ -11,18 +10,14 @@ HOMEPAGE= https://github.com/jaraco/path
COMMENT= Python module wrapper for os.path
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=56:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-#TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
-
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-path/distinfo
diff -u pkgsrc/devel/py-path/distinfo:1.4 pkgsrc/devel/py-path/distinfo:1.5
--- pkgsrc/devel/py-path/distinfo:1.4 Wed Jul 19 10:59:56 2023
+++ pkgsrc/devel/py-path/distinfo Sun Dec 17 17:20:15 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/07/19 10:59:56 adam Exp $
+$NetBSD: distinfo,v 1.5 2023/12/17 17:20:15 adam Exp $
-BLAKE2s (path-16.7.1.tar.gz) = 2ffab6790404e4bab878df7c7172392b74fc5e3bdf77522f73370baeeeb2de89
-SHA512 (path-16.7.1.tar.gz) = 7d660373046845a5882a316051c350558527d6d8a5cd11735d38214f986c8e096f72b45f87cfec41bf6171e7845287a42e6e45535f87a01b46670eccd4013dbf
-Size (path-16.7.1.tar.gz) = 48974 bytes
+BLAKE2s (path-16.9.0.tar.gz) = 0dffd51fc66dc871c3de9fb8e9e3e1ae9ab0259eb40e72fce08b0b429caf0841
+SHA512 (path-16.9.0.tar.gz) = 2d4c8e3923bc712c7901328a0406ce05c6c157664dfacb5a563a1b214ce561215398b31494865c99a77ed09c3ef63bb04a36d57a60e7c0e3dea05b1dacfdecf7
+Size (path-16.9.0.tar.gz) = 48850 bytes
Home |
Main Index |
Thread Index |
Old Index