pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-elementpath
Module Name: pkgsrc
Committed By: adam
Date: Thu Feb 8 06:20:04 UTC 2024
Modified Files:
pkgsrc/textproc/py-elementpath: Makefile PLIST distinfo
Log Message:
py-elementpath: updated to 4.2.0
v4.2.0
* Drop support for Python 3.7
* Add *uri* and *fragment* options to dynamic context
* Make context root node not mandatory
* Add function objects constructor
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/py-elementpath/Makefile \
pkgsrc/textproc/py-elementpath/distinfo
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-elementpath/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-elementpath/Makefile
diff -u pkgsrc/textproc/py-elementpath/Makefile:1.35 pkgsrc/textproc/py-elementpath/Makefile:1.36
--- pkgsrc/textproc/py-elementpath/Makefile:1.35 Mon Oct 23 06:37:54 2023
+++ pkgsrc/textproc/py-elementpath/Makefile Thu Feb 8 06:20:04 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2023/10/23 06:37:54 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2024/02/08 06:20:04 adam Exp $
-DISTNAME= elementpath-4.1.5
+DISTNAME= elementpath-4.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/elementpath/}
@@ -11,10 +10,13 @@ HOMEPAGE= https://github.com/sissaschool
COMMENT= XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/batteries-included.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-elementpath/distinfo
diff -u pkgsrc/textproc/py-elementpath/distinfo:1.35 pkgsrc/textproc/py-elementpath/distinfo:1.36
--- pkgsrc/textproc/py-elementpath/distinfo:1.35 Mon Jul 31 16:27:07 2023
+++ pkgsrc/textproc/py-elementpath/distinfo Thu Feb 8 06:20:04 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2023/07/31 16:27:07 adam Exp $
+$NetBSD: distinfo,v 1.36 2024/02/08 06:20:04 adam Exp $
-BLAKE2s (elementpath-4.1.5.tar.gz) = bf7a62e342ba218c91fec1a36905a8969193ac55fd33675abffd91007b0e77e3
-SHA512 (elementpath-4.1.5.tar.gz) = 64a58dce8d7baf26286420ef15227804dd7f0296a8666929fbbb4425ee5523352dc8a0d610f6c7d1b9322a2292d6115ace79e0399f3c77cd074c85a4c9e0f0df
-Size (elementpath-4.1.5.tar.gz) = 321891 bytes
+BLAKE2s (elementpath-4.2.0.tar.gz) = b1be7018d45d129cd237666315f035ef29521024b7f83866ed5c686e754526de
+SHA512 (elementpath-4.2.0.tar.gz) = 0d8fac41dc9246eccb67ed28f16eaf6fed28a78b53c6c0e1d46a964d2c264aa9f4dd2fa1bb3edd7f89846de3dad57e5e0d8b4aa31a9d39e1245e4baf94323589
+Size (elementpath-4.2.0.tar.gz) = 325076 bytes
Index: pkgsrc/textproc/py-elementpath/PLIST
diff -u pkgsrc/textproc/py-elementpath/PLIST:1.13 pkgsrc/textproc/py-elementpath/PLIST:1.14
--- pkgsrc/textproc/py-elementpath/PLIST:1.13 Wed Feb 15 18:12:58 2023
+++ pkgsrc/textproc/py-elementpath/PLIST Thu Feb 8 06:20:04 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.13 2023/02/15 18:12:58 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
+@comment $NetBSD: PLIST,v 1.14 2024/02/08 06:20:04 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/elementpath/__init__.py
${PYSITELIB}/elementpath/__init__.pyc
${PYSITELIB}/elementpath/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index