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/xmltodict/Manifest | 6 ++---- dev-python/xmltodict/metadata.xml | 1 + dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild | 17 ----------------- dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild | 20 ++++++++++++++++++++ dev-python/xmltodict/xmltodict-0.13.0.ebuild | 18 ------------------ 5 files changed, 23 insertions(+), 39 deletions(-) delete mode 100644 dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild create mode 100644 dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild delete mode 100644 dev-python/xmltodict/xmltodict-0.13.0.ebuild (limited to 'dev-python/xmltodict') diff --git a/dev-python/xmltodict/Manifest b/dev-python/xmltodict/Manifest index 170ee0cb4f75..42ce76437559 100644 --- a/dev-python/xmltodict/Manifest +++ b/dev-python/xmltodict/Manifest @@ -1,5 +1,3 @@ -DIST xmltodict-0.12.0.tar.gz 18481 BLAKE2B f7b7b71a6eaacc833a54369be38aa988b5c27845b19001c1d13e955df1f3a26c04dd2a1b45f0c0e704c4df6f4d380abdda7189944cc45b001eeef55405c43299 SHA512 1ec3de3ebd05adbe032ca569a71048e72097c0f5fc864b63f168d661f72d13d0981e6e62bb9ca2ffe925a3b2f7c2fb90a44177427d4bdf68137842342a9cd2c8 DIST xmltodict-0.13.0.tar.gz 33813 BLAKE2B 54fd4532323d8682e81e8db9ec811c772aa1b772ee5a9fa2debb93030a44a165e282901a445f76c8a477626b151ec9ed210f1e790bd9426b5f071c9a4ad60bdf SHA512 fea256017e9806074f0b1dbece393a6e90cdb045842970015daeef2c035d210b3333196a57635192f889b1d2e570731707f7725e020c678db34f590f8c9ad400 -EBUILD xmltodict-0.12.0-r1.ebuild 526 BLAKE2B d54834107c7270f39cf1c38c7dc8b927fd7b789c2ded71e0f249d85ddd0f218d98c6a7ea2b4d749aed699268bed7c6975c2dbae731182554c2fb5ac4aac467c1 SHA512 7ea3116284da548ee977ecf104c99a81f66a9a46d99101273b848aec5a466e852899f91bc59147956f453ba4a9c67f4fd57c24c16e645e2dc8184237e99ae626 -EBUILD xmltodict-0.13.0.ebuild 535 BLAKE2B b1affae960ffa88fc0190c835fde8f96243beeb1e81138c563e866f2acc9e2b570c2668feae84a957b1699f15af9c75dc29a0645b726d03d3f1b0e868287d061 SHA512 481938156d59718d89e0f0c869a057adeabc6cb6183101442b46eb173df4d9455e1130a2444781fa5ac916f8fe9c17c678e1dd827453713d006cf2fcb486e1e8 -MISC metadata.xml 386 BLAKE2B 96f391df846bd8aae4cdf22e5c2538b46617c619c5586e27abb6d56b9f6d3c58de5cd7f1066dc104ab2d9fd7a05bcf26cb926518cbba0d3beea8052266e6e78d SHA512 ad9d3c8f9ea70359c27e7cef9ab3c583059a1150d8a2b1151855525b5386e363cd41c26790120ac1b446e37654be1a0c242d3d53d7b309ba1cf18697b1a2f0c2 +EBUILD xmltodict-0.13.0-r1.ebuild 562 BLAKE2B e80844317eba1935c583416cf281a8bab148bb027469f433ce8b55fdd965ccd6ac22f24cf69ef1d88ee42eea5ee50f6c12295b491c2cc761cc3bedecdd58a8e8 SHA512 e0b6e4af613c84813d64ac8ddadf9d1f6ad413ef4a782e9f02c0401d072c5845e226c2a16a788c693811313d5372e526c81f7511f15d3782fac63ca8d4409985 +MISC metadata.xml 411 BLAKE2B 2d0ccbedbfc7291b518e636b38ab4c897e5d4b5ab80b3ed46d75f50ad4083166cf9b0837a2253e18d2d1fa6821c7bfb30c1949bd6ca818f3195ba0cead20c849 SHA512 f69f46143c440f39cde7b27206b7c262191e268f2a010faaa97a985c7285b1d0f2164584a7a81281791bfd55f935e5276bd750f2f788be2f9e2b13a91bcf342c diff --git a/dev-python/xmltodict/metadata.xml b/dev-python/xmltodict/metadata.xml index 47437dff3e2c..b2ce00bae4b3 100644 --- a/dev-python/xmltodict/metadata.xml +++ b/dev-python/xmltodict/metadata.xml @@ -5,6 +5,7 @@ python@gentoo.org Python + xmltodict martinblech/xmltodict diff --git a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild deleted file mode 100644 index 9845a926f1c0..000000000000 --- a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Makes working with XML feel like you are working with JSON" -HOMEPAGE="https://github.com/martinblech/xmltodict/ https://pypi.org/project/xmltodict/" -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" - -distutils_enable_tests nose diff --git a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild new file mode 100644 index 000000000000..c98631ff11e0 --- /dev/null +++ b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} pypy3 ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +DESCRIPTION="Makes working with XML feel like you are working with JSON" +HOMEPAGE="https://github.com/martinblech/xmltodict/ + https://pypi.org/project/xmltodict/" +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" + +distutils_enable_tests pytest diff --git a/dev-python/xmltodict/xmltodict-0.13.0.ebuild b/dev-python/xmltodict/xmltodict-0.13.0.ebuild deleted file mode 100644 index 14979b23dc33..000000000000 --- a/dev-python/xmltodict/xmltodict-0.13.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Makes working with XML feel like you are working with JSON" -HOMEPAGE="https://github.com/martinblech/xmltodict/ - https://pypi.org/project/xmltodict/" -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" - -distutils_enable_tests nose -- cgit v1.2.3