Port details |
- py-elementpath XPath 1.0/2.0/3.0 parsers and selectors for ElementTree and lxml
- 4.7.0 textproc =3 4.6.0Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2020-10-16 02:50:15
- Last Update: 2025-01-20 07:07:37
- Commit Hash: 34f9fdb
- People watching this port, also watch:: qtkeychain-qt5, py39-treq, py311-Automat, linux-c7-atk, py39-beautifulsoup
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/sissaschool/elementpath
- Description:
- 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/3.0
selectors, because lxml.etree already has it's own implementation of XPath 1.0.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}elementpath>0:textproc/py-elementpath@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-elementpath/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-elementpath
- pkg install py311-elementpath
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-elementpath listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-elementpath
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1737356337
SHA256 (elementpath-4.7.0.tar.gz) = a2029dc8752fcfec49663d1ed1b412c6daf278c0c91938f50f63c4fe9ed1848e
SIZE (elementpath-4.7.0.tar.gz) = 357225
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-xmlschema>=2.0.0 : textproc/py-xmlschema@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-lxml>=0 : devel/py-lxml@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- textproc/py-xmlschema
- for Run
-
- textproc/py-xmlschema
Configuration Options:
- No options to configure
- Options name:
- textproc_py-elementpath
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.7.0 20 Jan 2025 07:07:37 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 4.7.0 |
4.6.0 31 Oct 2024 12:59:44 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 4.6.0 |
4.5.0 18 Sep 2024 07:58:01 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 4.5.0 |
4.4.0 14 Mar 2024 00:48:32 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 4.4.0 |
4.3.0 09 Mar 2024 15:22:30 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-elementpath: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket)
With hat: python |
4.3.0 04 Mar 2024 12:04:40 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 4.3.0 |
4.2.1 12 Feb 2024 23:33:39 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 4.2.1 |
4.2.0 04 Feb 2024 09:56:55 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 4.2.0 |
4.1.5 30 Jul 2023 13:40:27 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 4.1.5 |
4.1.4 30 Jun 2023 01:03:51 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 4.1.4 |
4.1.3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.1.3 19 Jun 2023 13:33:04 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 4.1.3 |
4.1.2 01 Jun 2023 09:55:54 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 4.1.2 |
4.1.1 24 Apr 2023 22:44:34 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 4.1.1 |
4.1.0 01 Apr 2023 12:36:08 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 4.1.0 |
4.0.1 04 Mar 2023 03:16:16 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 4.0.1 |
3.0.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.2 14 Aug 2022 07:30:26 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 3.0.2 |
2.5.3 13 Jun 2022 00:27:38 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 2.5.3 |
2.5.2 18 May 2022 06:51:48 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 2.5.2 |
2.5.1 29 Apr 2022 13:43:43 |
Dmitry Marakasov (amdmi3) |
textproc/py-elementpath: update 2.5.0 → 2.5.1
PR: 263630
Approved by: wen (maintainer) |
2.5.0 26 Apr 2022 13:43:09 |
Dmitry Marakasov (amdmi3) |
textproc/py-elementpath: switch to USES=pytest, document failing test
Reported by: reprise
Approved by: portmgr blanket |
2.5.0 20 Mar 2022 11:39:31 |
Danilo G. Baio (dbaio) |
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) |
2.4.0 11 Nov 2021 13:55:12 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 2.4.0 |
2.3.2 16 Oct 2021 07:09:17 |
Jimmy Olgeni (olgeni) |
textproc/py-elementpath: fix typos in pkg-descr. |
2.3.2 20 Sep 2021 23:37:55 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 2.3.2
PR: 258609
Reported by: ports@skyforge.at |
2.2.3 01 Aug 2021 12:07:32 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 2.2.3 |
2.2.2 14 Jun 2021 01:33:21 |
Wen Heping (wen) |
textproc/py-elementpath: Update to 2.2.2 |
2.2.1 08 Apr 2021 06:40:10 |
Wen Heping (wen) |
- Update textproc/py-elementpath to 2.2.1 |
2.1.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.1.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.4 12 Feb 2021 00:21:56 |
wen |
- Update to 2.1.4 |
2.1.3 06 Feb 2021 02:02:45 |
wen |
- Update to 2.1.3 |
2.1.2 27 Jan 2021 02:05:31 |
wen |
- Update to 2.1.2 |
2.1.1 07 Jan 2021 08:40:06 |
wen |
- Update to 2.1.1 |
2.0.5 07 Dec 2020 13:52:15 |
wen |
- Update to 2.0.5 |
2.0.4 04 Nov 2020 08:53:33 |
wen |
- Update to 2.0.4 |
2.0.3 16 Oct 2020 02:50:07 |
wen |
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.
For lxml.etree this package can be useful for providing XPath 2.0 selectors,
because lxml.etree already has it's own implementation of XPath 1.0.
WWW: https://github.com/sissaschool/elementpath |