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:           Mon Apr 23 11:59:26 UTC 2018

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

Log Message:
py-pathlib2: updated to 2.3.2

Version 2.3.2
- Hotfix for broken setup.py.

Version 2.3.1
- Fix tests for systems where filesystem encoding only supports ascii.
- Use modern setuptools syntax for specifying conditional scandir
  dependency.
- Remove legacy use of support module from old pathlib module.
  This fixes the tests for Python 3.6.
- Drop the "from __future__ import unicode_literals" and -Qnew tests
  as it introduced subtle bugs in the tests, and maintaining separate
  test modules for these legacy features seems not worth the effort.
- Drop Python 3.2 support, as scandir no longer supports it.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-pathlib2/Makefile \
    pkgsrc/devel/py-pathlib2/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pathlib2/PLIST

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.2 pkgsrc/devel/py-pathlib2/Makefile:1.3
--- pkgsrc/devel/py-pathlib2/Makefile:1.2       Sun Jul 30 17:41:56 2017
+++ pkgsrc/devel/py-pathlib2/Makefile   Mon Apr 23 11:59:26 2018
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2017/07/30 17:41:56 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/04/23 11:59:26 adam Exp $
 
-DISTNAME=      pathlib2-2.3.0
+DISTNAME=      pathlib2-2.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pathlib2/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/pathlib2
+HOMEPAGE=      https://github.com/mcmtroffaes/pathlib2
 COMMENT=       Object-oriented filesystem paths
 LICENSE=       mit
 
@@ -18,7 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-six-[0-9]*:../.
 DEPENDS+=      ${PYPKGPREFIX}-scandir-[0-9]*:../../devel/py-scandir
 .endif
 
-USE_LANGUAGES=         # none
+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.2 pkgsrc/devel/py-pathlib2/distinfo:1.3
--- pkgsrc/devel/py-pathlib2/distinfo:1.2       Sun Jul 30 17:41:56 2017
+++ pkgsrc/devel/py-pathlib2/distinfo   Mon Apr 23 11:59:26 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/07/30 17:41:56 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/04/23 11:59:26 adam Exp $
 
-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
+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

Index: pkgsrc/devel/py-pathlib2/PLIST
diff -u pkgsrc/devel/py-pathlib2/PLIST:1.1 pkgsrc/devel/py-pathlib2/PLIST:1.2
--- pkgsrc/devel/py-pathlib2/PLIST:1.1  Wed Feb 22 12:54:31 2017
+++ pkgsrc/devel/py-pathlib2/PLIST      Mon Apr 23 11:59:26 2018
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2017/02/22 12:54:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/04/23 11:59:26 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/pathlib2.py
-${PYSITELIB}/pathlib2.pyc
-${PYSITELIB}/pathlib2.pyo
+${PYSITELIB}/pathlib2/__init__.py
+${PYSITELIB}/pathlib2/__init__.pyc
+${PYSITELIB}/pathlib2/__init__.pyo



Home | Main Index | Thread Index | Old Index