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:           Fri Jan  7 16:56:33 UTC 2022

Modified Files:
        pkgsrc/devel/py-path: Makefile distinfo

Log Message:
py-path: updated to 16.3.0

v16.3.0
-------
- Require Python 3.7 or later.
- test_listdir_other_encoding now automatically skips
  itself on file systems where it's not appropriate.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-path/Makefile
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/devel/py-path/Makefile:1.3
--- pkgsrc/devel/py-path/Makefile:1.2   Tue Jan  4 20:53:19 2022
+++ pkgsrc/devel/py-path/Makefile       Fri Jan  7 16:56:33 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/07 16:56:33 adam Exp $
 
-DISTNAME=      path-16.2.0
+DISTNAME=      path-16.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/path/}
 
@@ -21,7 +20,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
 
 do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} py.test-${PYVERSSUFFIX}
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-path/distinfo
diff -u pkgsrc/devel/py-path/distinfo:1.1 pkgsrc/devel/py-path/distinfo:1.2
--- pkgsrc/devel/py-path/distinfo:1.1   Sun Nov 21 10:44:02 2021
+++ pkgsrc/devel/py-path/distinfo       Fri Jan  7 16:56:33 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2021/11/21 10:44:02 wiz Exp $
+$NetBSD: distinfo,v 1.2 2022/01/07 16:56:33 adam Exp $
 
-BLAKE2s (path-16.2.0.tar.gz) = e3c9c2c24ba6d69c10de0f4ee69cda17475f97d9b4c222c8f09c833a8c300f43
-SHA512 (path-16.2.0.tar.gz) = f893d9fe3539eff0b43e4945076f770ffa7c3125151774d6accaa3a609fce351bc121562deb7ef695c0b1fc7aba12ce7487ae09a0b5daba2d5340586fc41ec79
-Size (path-16.2.0.tar.gz) = 45276 bytes
+BLAKE2s (path-16.3.0.tar.gz) = 94df7efd8c505ecd9ca4f7c7c190d5a8494913989a322f080a5ec2552050d487
+SHA512 (path-16.3.0.tar.gz) = 82e94735f65aee533f446e68f2b9b928e42a918772461871e9238227c13831d3ff3e639c1e9f8dcee10bed217477d31495faa3b18e9d2c8898ded607ab8cd71f
+Size (path-16.3.0.tar.gz) = 45183 bytes



Home | Main Index | Thread Index | Old Index