From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/untangle/Manifest | 2 +- dev-python/untangle/untangle-1.1.1-r1.ebuild | 17 +++++++++++++++++ dev-python/untangle/untangle-1.1.1.ebuild | 16 ---------------- 3 files changed, 18 insertions(+), 17 deletions(-) create mode 100644 dev-python/untangle/untangle-1.1.1-r1.ebuild delete mode 100644 dev-python/untangle/untangle-1.1.1.ebuild (limited to 'dev-python/untangle') diff --git a/dev-python/untangle/Manifest b/dev-python/untangle/Manifest index 914ecafea455..2a80196193e4 100644 --- a/dev-python/untangle/Manifest +++ b/dev-python/untangle/Manifest @@ -1,3 +1,3 @@ DIST untangle-1.1.1.tar.gz 3089 BLAKE2B d8b8ffe1adb2acbcdcde8e6f67231315b9f318c9e8e1496dfa23b0ac6dd68651e75e2d2e67f6d7d521002ad6b0e9c4cc30c155685b9df60b6b223d137add0632 SHA512 252c3d0ed8d004660adad8f37a179a4d1b2b46e9d7127aee59b596eac3f65684a7a8b5b881bec97ddaf5470aa678df407b903209eaa069a40f53dc2dde9a94b2 -EBUILD untangle-1.1.1.ebuild 433 BLAKE2B f9bd5c9c7b3cf9a3f99e33e8f061d29fd5ceb065dfd7a4b1fd886d01146c7f33399d06fa4b3e77882c776855a44fce311114e9ddd3b1f9e08894106a43995110 SHA512 2ee871dad33285537b050d511801df36993f67bc821e300c355a7d1bbea85b21f5d27d4e2924ed6a5c6dc324eed9d3e7dc171a4838433b762af3d997958eb2d0 +EBUILD untangle-1.1.1-r1.ebuild 465 BLAKE2B cbc207a7f31822265c858cdb9d8278ab3a96aef3ad7e373fffc4705cc6c412ee795d006522a9ed3d76ebc63e67e0f2b96cbf70828cbc501cd9c6a98c2b5caabe SHA512 70b45081f1ac73df3d5bff701d0357e2b65e8a154d3ff9e12339b1caab4a9ffa02e50e7d134b6fbd7e8d8318c8eab9ce77c973adc964be193a24092773133ed0 MISC metadata.xml 405 BLAKE2B cd3f424ecb68f2eb04d98d92282d7b1b486fac1b341d2febbf8f493d7f503b2831a4f1c6f9796d052676388d3a9b283de48893403477f05da6e96cc488ef2b37 SHA512 e7f7e07b58ac27d0b540220b43b0127ce626a3cf4c9a6524587437cac797f292a33a6cf10e56bc2db68b3835df42a7f5051981dc984d2cccbfa6d151f004b13c diff --git a/dev-python/untangle/untangle-1.1.1-r1.ebuild b/dev-python/untangle/untangle-1.1.1-r1.ebuild new file mode 100644 index 000000000000..0f7f47c3b9cd --- /dev/null +++ b/dev-python/untangle/untangle-1.1.1-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Convert XML documents into Python objects" +HOMEPAGE="https://github.com/stchris/untangle" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" diff --git a/dev-python/untangle/untangle-1.1.1.ebuild b/dev-python/untangle/untangle-1.1.1.ebuild deleted file mode 100644 index d0db794f674e..000000000000 --- a/dev-python/untangle/untangle-1.1.1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Convert XML documents into Python objects" -HOMEPAGE="https://github.com/stchris/untangle" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" -- cgit v1.2.3