pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-elementpath py-elementpath: updated to 1.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f253afab3c9
branches:  trunk
changeset: 347217:4f253afab3c9
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 08 21:32:47 2020 +0000

description:
py-elementpath: updated to 1.4.0

v1.4.0:
* Remove Python 2 support
* Add TextNode node type
* Fix for issue 15 and for errors related to 16

diffstat:

 textproc/py-elementpath/Makefile |   8 ++++----
 textproc/py-elementpath/PLIST    |   5 +----
 textproc/py-elementpath/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 13 deletions(-)

diffs (58 lines):

diff -r bba323361c55 -r 4f253afab3c9 textproc/py-elementpath/Makefile
--- a/textproc/py-elementpath/Makefile  Wed Jan 08 21:25:31 2020 +0000
+++ b/textproc/py-elementpath/Makefile  Wed Jan 08 21:32:47 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/10/22 17:28:46 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/08 21:32:47 adam Exp $
 
-DISTNAME=      elementpath-1.3.1
+DISTNAME=      elementpath-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/elementpath/}
@@ -10,9 +10,9 @@
 COMMENT=       XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
 LICENSE=       mit
 
-#DEPENDS+=     ${PYPKGPREFIX}-elementpath>=1.3.0:../../textproc/py-elementpath
+USE_LANGUAGES= # none
 
-USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bba323361c55 -r 4f253afab3c9 textproc/py-elementpath/PLIST
--- a/textproc/py-elementpath/PLIST     Wed Jan 08 21:25:31 2020 +0000
+++ b/textproc/py-elementpath/PLIST     Wed Jan 08 21:32:47 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/10/22 17:28:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/01/08 21:32:47 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -6,9 +6,6 @@
 ${PYSITELIB}/elementpath/__init__.py
 ${PYSITELIB}/elementpath/__init__.pyc
 ${PYSITELIB}/elementpath/__init__.pyo
-${PYSITELIB}/elementpath/compat.py
-${PYSITELIB}/elementpath/compat.pyc
-${PYSITELIB}/elementpath/compat.pyo
 ${PYSITELIB}/elementpath/datatypes.py
 ${PYSITELIB}/elementpath/datatypes.pyc
 ${PYSITELIB}/elementpath/datatypes.pyo
diff -r bba323361c55 -r 4f253afab3c9 textproc/py-elementpath/distinfo
--- a/textproc/py-elementpath/distinfo  Wed Jan 08 21:25:31 2020 +0000
+++ b/textproc/py-elementpath/distinfo  Wed Jan 08 21:32:47 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/10/22 17:28:46 adam Exp $
+$NetBSD: distinfo,v 1.2 2020/01/08 21:32:47 adam Exp $
 
-SHA1 (elementpath-1.3.1.tar.gz) = 95c75986431995ebe8bcc81c505dcb3a297e80b1
-RMD160 (elementpath-1.3.1.tar.gz) = 083bafc500c86348851f4c6c58b8548b865ad403
-SHA512 (elementpath-1.3.1.tar.gz) = 3beea19fe431514630f3957d2005d5883fb496a7192a47ea593d4b0df7a0050a19756275af7f85c7807c929482ddaacaba76ec0f3a715b6779d4aec125ee5550
-Size (elementpath-1.3.1.tar.gz) = 100631 bytes
+SHA1 (elementpath-1.4.0.tar.gz) = 6f48dd0dcfca1586752112b435498bfd5e3410bd
+RMD160 (elementpath-1.4.0.tar.gz) = 43256ee513e64c4e27289e7f58c627e36fb8d557
+SHA512 (elementpath-1.4.0.tar.gz) = 36e321cae34f75fadbc7a40e8c00bfa68cd5247e969345f65e989511310c19e3a7d0e2ee4553d7ce0538859d4b908afd14dc8503761cf5f75da7c6902b91fe10
+Size (elementpath-1.4.0.tar.gz) = 103857 bytes



Home | Main Index | Thread Index | Old Index