summaryrefslogtreecommitdiff
path: root/textproc/py-elementpath
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2022-03-19 11:55:47 -0300
committerDanilo G. Baio <dbaio@FreeBSD.org>2022-03-20 08:39:31 -0300
commit91db7e7d557c56051a49cc9b1f2561cb79534cf5 (patch)
treeff5f7d5de7fd9d4cb252dc69160693b22dbc0fa6 /textproc/py-elementpath
parentdevel/R-cran-Rcpp: Update to 1.0.8.3 (diff)
textproc/py-elementpath: Update to 2.5.0
Changelog: https://github.com/sissaschool/elementpath/blob/v2.5.0/CHANGELOG.rst PR: 262668 Approved by: wen (maintainer)
Diffstat (limited to 'textproc/py-elementpath')
-rw-r--r--textproc/py-elementpath/Makefile6
-rw-r--r--textproc/py-elementpath/distinfo6
-rw-r--r--textproc/py-elementpath/pkg-descr10
3 files changed, 11 insertions, 11 deletions
diff --git a/textproc/py-elementpath/Makefile b/textproc/py-elementpath/Makefile
index e4a2b7b19c88..f737a8988a83 100644
--- a/textproc/py-elementpath/Makefile
+++ b/textproc/py-elementpath/Makefile
@@ -1,11 +1,11 @@
PORTNAME= elementpath
-DISTVERSION= 2.4.0
+DISTVERSION= 2.5.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
-COMMENT= XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
+COMMENT= XPath 1.0/2.0/3.0 parsers and selectors for ElementTree and lxml
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
diff --git a/textproc/py-elementpath/distinfo b/textproc/py-elementpath/distinfo
index beb41716a68f..f2e039dd35d0 100644
--- a/textproc/py-elementpath/distinfo
+++ b/textproc/py-elementpath/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1636637565
-SHA256 (elementpath-2.4.0.tar.gz) = 5b6801b3be94d48d213beb7b8ebad96addb35c95fc6a9c062c80e033b4a32fe8
-SIZE (elementpath-2.4.0.tar.gz) = 244536
+TIMESTAMP = 1647701074
+SHA256 (elementpath-2.5.0.tar.gz) = 3a27aaf3399929fccda013899cb76d3ff111734abf4281e5f9d3721ba0b9ffa3
+SIZE (elementpath-2.5.0.tar.gz) = 264635
diff --git a/textproc/py-elementpath/pkg-descr b/textproc/py-elementpath/pkg-descr
index 5951204d21d9..76bcbe746225 100644
--- a/textproc/py-elementpath/pkg-descr
+++ b/textproc/py-elementpath/pkg-descr
@@ -1,8 +1,8 @@
-The proposal of this package is to provide XPath 1.0 and 2.0 selectors for
-Python's ElementTree XML data structures, both for the standard ElementTree
-library and for the lxml.etree library.
+The proposal of this package is to provide XPath 1.0, 2.0 and 3.0 selectors for
+ElementTree XML data structures, both for the standard ElementTree library and
+for the lxml.etree library.
-For lxml.etree this package can be useful for providing XPath 2.0 selectors,
-because lxml.etree already has its own implementation of XPath 1.0.
+For lxml.etree this package can be useful for providing XPath 2.0/3.0
+selectors, because lxml.etree already has it's own implementation of XPath 1.0.
WWW: https://github.com/sissaschool/elementpath