dev-python/untangle: Bump to 1.3.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-09-24 06:42:17 +02:00
parent 1effab36a6
commit 433209e728
3 changed files with 40 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST untangle-1.2.1.gh.tar.gz 24598 BLAKE2B b2f4c43de92dd0fcfcc8f805c91887cc85e9648c3ae83ad95f4c5949ee53c8cf8707e0f2a2e638e47df2b8076d80808116b7666c8e2476857aea5d6ed574186a SHA512 dd0f828b4e1e33bce7d6d735788d36410fb81d4a67b2b449bfd70670ab68df6f5589e12666f515322e998b0df9a0a5ed88130ec17eff86904e5293a5473385ee
DIST untangle-1.3.0.gh.tar.gz 32697 BLAKE2B afadd3379930a9f086a7be221ba063db89c0ec67648adace491d9a2a89eeaf3ab2cbe7af9625eb90ad293944b7a5440a8d445b78d925ffe2a6fbd2e65122249c SHA512 522656c9d9da69efa12c3d30b7be5bf97e15bdf52b13fe22d569cb38cb602270cbe2401daca1ee5fd59447bb913b09c1282eee51050f0f3b5177dc5c64f346cc

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=uv-build
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1
DESCRIPTION="Convert XML documents into Python objects"
HOMEPAGE="
https://github.com/stchris/untangle/
https://pypi.org/project/untangle/
"
SRC_URI="
https://github.com/stchris/untangle/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~x86"
RDEPEND="
>=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
src_prepare() {
distutils-r1_src_prepare
# unpin dependencies
sed -i -e 's:==:>=:' pyproject.toml || die
}

View File

@@ -105,6 +105,7 @@ dev-python/hypothesis
dev-python/logfury
dev-python/narwhals
dev-python/progressbar2
dev-python/pydevd
dev-python/pykwalify
dev-python/pytest-bdd
dev-python/pytest-describe
@@ -120,6 +121,7 @@ dev-python/sybil
dev-python/testfixtures
dev-python/toml-fmt-common
dev-python/trakit
dev-python/untangle
dev-python/uv-build
dev-python/vcsgraph
dev-python/zmq-anyio