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: Thu Nov 29 18:41:38 UTC 2018
Modified Files:
pkgsrc/devel/py-pathlib2: Makefile distinfo
Log Message:
py-pathlib2: updated to 2.3.3
Version 2.3.3
- Bring back old deprecated dependency syntax to ensure compatibility
with older systems
- Drop Python 3.3 support, as scandir no longer supports it.
- Add Python 3.7 support.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-pathlib2/Makefile \
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.3 pkgsrc/devel/py-pathlib2/Makefile:1.4
--- pkgsrc/devel/py-pathlib2/Makefile:1.3 Mon Apr 23 11:59:26 2018
+++ pkgsrc/devel/py-pathlib2/Makefile Thu Nov 29 18:41:38 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/04/23 11:59:26 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/11/29 18:41:38 adam Exp $
-DISTNAME= pathlib2-2.3.2
+DISTNAME= pathlib2-2.3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pathlib2/}
@@ -13,8 +13,7 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
.include "../../lang/python/pyversion.mk"
-
-.if "${PYPKGPREFIX}" == "py27" || "${PYPKGPREFIX}" == "py34"
+.if ${_PYTHON_VERSION} == 27 || ${_PYTHON_VERSION} == 34
DEPENDS+= ${PYPKGPREFIX}-scandir-[0-9]*:../../devel/py-scandir
.endif
Index: pkgsrc/devel/py-pathlib2/distinfo
diff -u pkgsrc/devel/py-pathlib2/distinfo:1.3 pkgsrc/devel/py-pathlib2/distinfo:1.4
--- pkgsrc/devel/py-pathlib2/distinfo:1.3 Mon Apr 23 11:59:26 2018
+++ pkgsrc/devel/py-pathlib2/distinfo Thu Nov 29 18:41:38 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/04/23 11:59:26 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/11/29 18:41:38 adam Exp $
-SHA1 (pathlib2-2.3.2.tar.gz) = 530190f6c6d778a9969c82ae55c482f6b43c9121
-RMD160 (pathlib2-2.3.2.tar.gz) = 2152d9c1103b748159657407879eed6ec38ea66f
-SHA512 (pathlib2-2.3.2.tar.gz) = 46ba0cc8b26006bc4cb914118b7c453dc49cc8a80147ea7a4b3d5a17e97d5538c5d73a3029bd7e5b59f42f256baba30ea273382e57468df1a459ac6f7c237ddc
-Size (pathlib2-2.3.2.tar.gz) = 33764 bytes
+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
Home |
Main Index |
Thread Index |
Old Index