pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-pathlib2



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul  2 10:01:09 UTC 2019

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

Log Message:
py-pathlib2: updated to 2.3.4

Version 2.3.4
- Do not raise windows error when calling resolve on a non-existing
  path in Python 2.7, to match behaviour on Python 3.x
- Use the new collections.abc when possible
- Sync with upstream pathlib


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-pathlib2/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-pathlib2/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-pathlib2/Makefile
diff -u pkgsrc/devel/py-pathlib2/Makefile:1.5 pkgsrc/devel/py-pathlib2/Makefile:1.6
--- pkgsrc/devel/py-pathlib2/Makefile:1.5       Thu May  2 09:16:47 2019
+++ pkgsrc/devel/py-pathlib2/Makefile   Tue Jul  2 10:01:09 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/05/02 09:16:47 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/07/02 10:01:09 adam Exp $
 
-DISTNAME=      pathlib2-2.3.3
+DISTNAME=      pathlib2-2.3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pathlib2/}
@@ -19,5 +19,8 @@ DEPENDS+=     ${PYPKGPREFIX}-scandir-[0-9]*:
 
 USE_LANGUAGES= # none
 
+do-test:
+       cd ${WRKSRC} && ${PYTHONBIN} tests/test_pathlib2.py
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-pathlib2/distinfo
diff -u pkgsrc/devel/py-pathlib2/distinfo:1.4 pkgsrc/devel/py-pathlib2/distinfo:1.5
--- pkgsrc/devel/py-pathlib2/distinfo:1.4       Thu Nov 29 18:41:38 2018
+++ pkgsrc/devel/py-pathlib2/distinfo   Tue Jul  2 10:01:09 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/11/29 18:41:38 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/07/02 10:01:09 adam Exp $
 
-SHA1 (pathlib2-2.3.3.tar.gz) = 3a902176bb4b5b7f1f112e501409b84c21c7f50c
-RMD160 (pathlib2-2.3.3.tar.gz) = ab3afd70e158d70e8c5ba700ec273ef08b15fe60
-SHA512 (pathlib2-2.3.3.tar.gz) = 78426f9ec2a091e526538e488a39dcae60372e0855083d844c32ebddf16ba62024aa04965854af078fbe2fd7ba7f2f324366c311c6667a9827aea416e49f5d16
-Size (pathlib2-2.3.3.tar.gz) = 33813 bytes
+SHA1 (pathlib2-2.3.4.tar.gz) = 88b1a68b62725467c6a527a59ada62335f24b7e6
+RMD160 (pathlib2-2.3.4.tar.gz) = 869593d496986363c7c384cb3870049a5989ffc5
+SHA512 (pathlib2-2.3.4.tar.gz) = b51d18b74039c86f4d38521709d54342d8b68f6656829867c5ba7fcc69b6732cb0316c99ee0144dfd7455f0c168437467bafe90605ef5dd29ff008afae4454d9
+Size (pathlib2-2.3.4.tar.gz) = 34325 bytes



Home | Main Index | Thread Index | Old Index