pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pathlib2 py-pathlib2: updated to 2.3.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/63b5e4fbdafe
branches: trunk
changeset: 379129:63b5e4fbdafe
user: adam <adam%pkgsrc.org@localhost>
date: Mon Apr 23 11:59:26 2018 +0000
description:
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.
diffstat:
devel/py-pathlib2/Makefile | 8 ++++----
devel/py-pathlib2/PLIST | 8 ++++----
devel/py-pathlib2/distinfo | 10 +++++-----
3 files changed, 13 insertions(+), 13 deletions(-)
diffs (60 lines):
diff -r 6cf0099994bf -r 63b5e4fbdafe devel/py-pathlib2/Makefile
--- a/devel/py-pathlib2/Makefile Mon Apr 23 08:58:52 2018 +0000
+++ b/devel/py-pathlib2/Makefile Mon Apr 23 11:59:26 2018 +0000
@@ -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}-scandir-[0-9]*:../../devel/py-scandir
.endif
-USE_LANGUAGES= # none
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6cf0099994bf -r 63b5e4fbdafe devel/py-pathlib2/PLIST
--- a/devel/py-pathlib2/PLIST Mon Apr 23 08:58:52 2018 +0000
+++ b/devel/py-pathlib2/PLIST Mon Apr 23 11:59:26 2018 +0000
@@ -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
diff -r 6cf0099994bf -r 63b5e4fbdafe devel/py-pathlib2/distinfo
--- a/devel/py-pathlib2/distinfo Mon Apr 23 08:58:52 2018 +0000
+++ b/devel/py-pathlib2/distinfo Mon Apr 23 11:59:26 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index