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)
This commit is contained in:
parent
c3c0aea742
commit
91db7e7d55
3 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue