commit:     0f5a3807ee39248465804a02d57530adb4237a98
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 21 04:36:51 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 21 04:57:15 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5a3807

dev-python/elementpath: Bump to 5.1.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/elementpath/Manifest                 |  1 +
 dev-python/elementpath/elementpath-5.1.1.ebuild | 34 +++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest
index 6dadc77d6285..887acbf79453 100644
--- a/dev-python/elementpath/Manifest
+++ b/dev-python/elementpath/Manifest
@@ -1,2 +1,3 @@
 DIST elementpath-5.0.4.tar.gz 365851 BLAKE2B 
6e3a36b62de7628f50bb990950fbda96a805338137fa48533214e463edc400c922a3812ebe712fea715353f56c314455d99d16bbc34fbb9e48ea8bc896f2c235
 SHA512 
1c7ddc20a6c0ce4c6af9ccea201ec57773cc443e77412c597088c46f6b00c8719821a74b28254b7496b17e4f8c5800a6094808f658caa84dfe3f2c79db454cd0
 DIST elementpath-5.1.0.tar.gz 374413 BLAKE2B 
f437b8c27dbcf897cbc91dc8bb6c6b57fcf0b58b99a82c6eb72cbb48a5c155334996dcc223a2d31294cc1a187b0b15da45469a4273ae9dd927e9ea88d22f6ed6
 SHA512 
35782ef58d72308d5198f6a257f10d174378a5f5ac3d8aff8e2e3787d6de3d786c885610f435eb43f0933459e8e580b7eeea78aa7cb7a90e51def9dd2964b628
+DIST elementpath-5.1.1.tar.gz 375378 BLAKE2B 
f9992f063753c1e836e346759ec8eaf6444ccd1228aabc0bdf15fdc0c655117ff89ef4277a7368fcb320762da707486c9f7ba774aef70a92f31c300fd238cc3c
 SHA512 
2787eb8879064f0ecad49ec35f6804630bc3cab192d314ddd6a2abaa651c932044210780983e17a0cdbe9ffabf64237bd25382e66092d2c5ec599d67791b9554

diff --git a/dev-python/elementpath/elementpath-5.1.1.ebuild 
b/dev-python/elementpath/elementpath-5.1.1.ebuild
new file mode 100644
index 000000000000..87919167e552
--- /dev/null
+++ b/dev-python/elementpath/elementpath-5.1.1.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_{11..14} pypy3_11 )
+
+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
+)

Reply via email to