From 2771f79232c273bc2a57d23bf335dd81ccf6af28 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Dec 2021 02:47:11 +0000 Subject: gentoo resync : 05.12.2021 --- dev-python/tomli/Manifest | 5 +---- dev-python/tomli/tomli-1.2.1.ebuild | 35 ---------------------------------- dev-python/tomli/tomli-1.2.2-r1.ebuild | 2 +- dev-python/tomli/tomli-1.2.2.ebuild | 35 ---------------------------------- 4 files changed, 2 insertions(+), 75 deletions(-) delete mode 100644 dev-python/tomli/tomli-1.2.1.ebuild delete mode 100644 dev-python/tomli/tomli-1.2.2.ebuild (limited to 'dev-python/tomli') diff --git a/dev-python/tomli/Manifest b/dev-python/tomli/Manifest index 9f69296a4992..420a076981e0 100644 --- a/dev-python/tomli/Manifest +++ b/dev-python/tomli/Manifest @@ -1,7 +1,4 @@ -DIST tomli-1.2.1.gh.tar.gz 122701 BLAKE2B d0280bb81a6e931a175c6ef2c58b4f36b1237f99a73331cbb95f98b9e68a98a4c6a635aa12751ac46492c2b1a06a821f1ae70cd0c36f268998488e824f3e577c SHA512 34f9529b137331b0ae03ac99170b3f6509847356594be14166bae306ea4fbbddff808ffe0c48d05434f72d223a2f35b511675217053029d287725b7142fbd089 DIST tomli-1.2.2-py3-none-any.whl.zip 12118 BLAKE2B ae1dbc14e3c7c79240a327f3fb622c16aeba561274aedc93957549d838fcb2b6ed5889f8c28344a4cc9dbb52eacd6b9dc53aeff8f08642a8abeed2dd67c989a1 SHA512 fb9452663a46760ea442f2f06ad2f60b094368680dae315c2386457041f3ac5399c196ceec0524d432442ec72158c2d95bfa5d0cc288163b4eb1d6a07a62ae36 DIST tomli-1.2.2.gh.tar.gz 123150 BLAKE2B b07527a2a83615030037867c6011440a3814cbe265e8a760cca08e324954dbf7d1a393bc900559ddfc1bcbe1911f758948051823d9ef830ee05abb2539374dff SHA512 460ad8ae9a342d82ef12911c0d0e246c1434a5d40d898e91f6c05bf37b7bf9921da05e004c36907d623a797a7a215c1c3faf3f9a2b940f3867b142847a188605 -EBUILD tomli-1.2.1.ebuild 896 BLAKE2B 7ee772f1b4f8e1f331b5851f347c911c0d305a3147a7220d7dc15a8d49e9d6fd8ce024f601af1b1d13bdd9b51442f03a930e8751083953d6a13226a9d3fa9adc SHA512 339bc21a22fdd8628d16084421748425a7e3e526fd1161008a21ae5c480f5282c6f9bf06201db6dbba5996d383995a16910fff11b1793ab8a96f724ed0c97e11 -EBUILD tomli-1.2.2-r1.ebuild 962 BLAKE2B 39ab5fc048f80dfd50e784a260f120bb26413a6a97440080569fab3cc74181459d8f914011f7662af55e9f05559bb481c8dfc399c7260710262144968d92b3d1 SHA512 798478f681ba9107a09d324a996e85ebf1e205a8fbbd86b99137a63be558dd10f7b8bc2f7090bdfb03714ceeac2cdac2f50fac0cc8d1ee0d3816dfbaeef926e3 -EBUILD tomli-1.2.2.ebuild 904 BLAKE2B 6420df7ae50f1a42d7332c0037db6254af264b8e3e691ff7929b7c7aee0f4e48a39f7f72d822685c3fea4f21705586da8ee3fd6742a9b7c6aaf86ba664918c21 SHA512 b6a596eded3f4990389226beac44216025b2a9f4bec2e2dd149a232132ecd3dda808e3278d78ef7678aabef7bd024467bdabbe67e6d386fd894f7df364f8cf14 +EBUILD tomli-1.2.2-r1.ebuild 954 BLAKE2B 5d91ff6d926656385513e38a8911dee14bac9ccfab70398669ff1ae134ed1c23c2ed1803ed62b1cd14571bf6782c583a5fb06c71676bf9b435bb4062b11ac8db SHA512 dc74c808a098aa0cd60461a50cfda89cfa6d83c34259c0988de2bfc8d28c02d5263328ea812e30b637eab214fbae6f72f32f40d762d0f065b6989c0ad639c457 MISC metadata.xml 363 BLAKE2B 2c80a2c2a8959a93e392da0e03303ffdae0a3291624c284f91d747d13983cbc188d8a64f8763ea484f792d5a42e355381034f69fa0acde382779e4ae53ac2154 SHA512 42e8d4b4d1ec773b53e8e119ce6afb74acd64de998c372c6f6ab64f70713dd825420d1e1af83b5f647dc03a917b1904d65f0cd06cbddea47a33a558be2c89562 diff --git a/dev-python/tomli/tomli-1.2.1.ebuild b/dev-python/tomli/tomli-1.2.1.ebuild deleted file mode 100644 index a70cf1f97ff8..000000000000 --- a/dev-python/tomli/tomli-1.2.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="A lil' TOML parser" -HOMEPAGE=" - https://pypi.org/project/tomli/ - https://github.com/hukkin/tomli/" -SRC_URI=" - https://github.com/hukkin/tomli/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" - -BDEPEND=" - test? ( dev-python/python-dateutil[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest - -src_prepare() { - # we don't use pyproject.toml to avoid circular deps - cat > setup.py <<-EOF || die - from setuptools import setup - setup(name="tomli", version="${PV}", packages=["tomli"], package_data={"": ["*"]}) - EOF - - distutils-r1_src_prepare -} diff --git a/dev-python/tomli/tomli-1.2.2-r1.ebuild b/dev-python/tomli/tomli-1.2.2-r1.ebuild index d05ada7dc1af..8ccec85b8b13 100644 --- a/dev-python/tomli/tomli-1.2.2-r1.ebuild +++ b/dev-python/tomli/tomli-1.2.2-r1.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" BDEPEND=" app-arch/unzip diff --git a/dev-python/tomli/tomli-1.2.2.ebuild b/dev-python/tomli/tomli-1.2.2.ebuild deleted file mode 100644 index f682c45cb222..000000000000 --- a/dev-python/tomli/tomli-1.2.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="A lil' TOML parser" -HOMEPAGE=" - https://pypi.org/project/tomli/ - https://github.com/hukkin/tomli/" -SRC_URI=" - https://github.com/hukkin/tomli/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" - -BDEPEND=" - test? ( dev-python/python-dateutil[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest - -src_prepare() { - # we don't use pyproject.toml to avoid circular deps - cat > setup.py <<-EOF || die - from setuptools import setup - setup(name="tomli", version="${PV}", packages=["tomli"], package_data={"": ["*"]}) - EOF - - distutils-r1_src_prepare -} -- cgit v1.2.3