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:           Sun Jul 30 17:41:56 UTC 2017

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

Log Message:
Version 2.3.0
- Sync with upstream pathlib from CPython 3.6.1


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/devel/py-pathlib2/Makefile:1.2
--- pkgsrc/devel/py-pathlib2/Makefile:1.1       Wed Feb 22 12:54:31 2017
+++ pkgsrc/devel/py-pathlib2/Makefile   Sun Jul 30 17:41:56 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/02/22 12:54:31 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/07/30 17:41:56 adam Exp $
 
-DISTNAME=      pathlib2-2.2.1
+DISTNAME=      pathlib2-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pathlib2/}
@@ -10,5 +10,15 @@ HOMEPAGE=    https://pypi.python.org/pypi/p
 COMMENT=       Object-oriented filesystem paths
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+.include "../../lang/python/pyversion.mk"
+
+.if "${PYPKGPREFIX}" == "py27" || "${PYPKGPREFIX}" == "py34"
+DEPENDS+=      ${PYPKGPREFIX}-scandir-[0-9]*:../../devel/py-scandir
+.endif
+
+USE_LANGUAGES=         # none
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-pathlib2/distinfo
diff -u pkgsrc/devel/py-pathlib2/distinfo:1.1 pkgsrc/devel/py-pathlib2/distinfo:1.2
--- pkgsrc/devel/py-pathlib2/distinfo:1.1       Wed Feb 22 12:54:31 2017
+++ pkgsrc/devel/py-pathlib2/distinfo   Sun Jul 30 17:41:56 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/02/22 12:54:31 wiz Exp $
+$NetBSD: distinfo,v 1.2 2017/07/30 17:41:56 adam Exp $
 
-SHA1 (pathlib2-2.2.1.tar.gz) = 9e1577acde6a826990b8cc6496e085ab371692a4
-RMD160 (pathlib2-2.2.1.tar.gz) = 84854812afbccc3bfdbba4f6d61637ac56e853a6
-SHA512 (pathlib2-2.2.1.tar.gz) = def891c2b629d21fca8efb01d5ec819b0e8723ca06110b54c93030d7be8c12dbecaed6208e1bd0994be86c7a208086aaf2ea77d6d2838bfd05442fc694809eed
-Size (pathlib2-2.2.1.tar.gz) = 31680 bytes
+SHA1 (pathlib2-2.3.0.tar.gz) = 35fbe0b57663f4dd79e3671e4894ab23d124186c
+RMD160 (pathlib2-2.3.0.tar.gz) = f33bed77454dba29cc9e9060deaf3257d220f2ad
+SHA512 (pathlib2-2.3.0.tar.gz) = 715fbd981d42767862dcaf2cc0fee31b9ec5050915ef7d909d14587609a7a5939e32b39736b586a890e7625443bb163832896fcf138b5c2863c451b71c36a124
+Size (pathlib2-2.3.0.tar.gz) = 34291 bytes



Home | Main Index | Thread Index | Old Index