repo/gentoo:master commit in: dev-python/elementpath/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786243014.f05049b4ad445226c2840d5c9484e827ca35d3e7.mgorny@gentoo> |
commit: f05049b4ad445226c2840d5c9484e827ca35d3e7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 9 02:00:48 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 02:36:54 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05049b4
dev-python/elementpath: Bump to 5.1.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/elementpath/Manifest | 1 +
dev-python/elementpath/elementpath-5.1.4.ebuild | 34 +++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest
index 4e6492044389..4fe8264d2892 100644
--- a/dev-python/elementpath/Manifest
+++ b/dev-python/elementpath/Manifest
@@ -1 +1,2 @@
DIST elementpath-5.1.3.tar.gz 378039 BLAKE2B b8543cc4010d5c48d1b126de90bab18f98a000c99e1aa0e8c5146ccbb768d723e3ffe044e89f5d543de4bec50b48c0940eeebdf4eee049c2dcfaee4cb0f60e48 SHA512 11c1141beff5cadd3593615d2bf36119ce4d5c4655004ae2a8ee396673ca67cf5856b0698f1f264af936c6868d11e5c0f00bb9d61e95ecb0c256f4653ec16957
+DIST elementpath-5.1.4.tar.gz 381114 BLAKE2B cc52df32979a32dcb0d28e703263a6a07227e32ec6d78ee77358e48d0d5bb0453ea11902702d084bc8ab402b8373c38eccc72253d979095628c9c6216cecd736 SHA512 f04b34bb14a95660b1a331d75c8107ea783819ec74d947e46015835f006fe719728137cda0dcce502246987064878001b83752423d283a1079681f43665a4c83
diff --git a/dev-python/elementpath/elementpath-5.1.4.ebuild b/dev-python/elementpath/elementpath-5.1.4.ebuild
new file mode 100644
index 000000000000..737fa1ff18a0
--- /dev/null
+++ b/dev-python/elementpath/elementpath-5.1.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2019-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{12..15} python3_{14,15}t )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
+HOMEPAGE="
+ https://github.com/sissaschool/elementpath/
+ https://pypi.org/project/elementpath/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ >=dev-python/xmlschema-4.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+ # fails for some reason, more fit for upstream testing anyway
+ tests/test_typing.py
+)