From 0f7bcc64cee796c21b0ea6af6e171e89fd33966e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 31 Dec 2023 11:45:37 +0000 Subject: gentoo auto-resync : 31:12:2023 - 11:45:37 --- dev-python/frozendict/Manifest | 5 ---- dev-python/frozendict/frozendict-2.3.8.ebuild | 39 --------------------------- dev-python/frozendict/frozendict-2.3.9.ebuild | 35 ------------------------ dev-python/frozendict/metadata.xml | 16 ----------- 4 files changed, 95 deletions(-) delete mode 100644 dev-python/frozendict/Manifest delete mode 100644 dev-python/frozendict/frozendict-2.3.8.ebuild delete mode 100644 dev-python/frozendict/frozendict-2.3.9.ebuild delete mode 100644 dev-python/frozendict/metadata.xml (limited to 'dev-python/frozendict') diff --git a/dev-python/frozendict/Manifest b/dev-python/frozendict/Manifest deleted file mode 100644 index 14b6f4307340..000000000000 --- a/dev-python/frozendict/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST frozendict-2.3.8.gh.tar.gz 310193 BLAKE2B e21d278396bcc10d88dbc6d33c86027308f66c8de84015d1aa186f1f34e74e4be7c915459a694597e277aab0eaaa78fb716e51e5c0f9fba58bb1e8b8d22394bd SHA512 17f610fc12138446908dbd425b8b15d2b6b7d8ad2b41f68b9a03acbd096d173994049b86169c62b51732cacf1e19de77e58cd38edf3422413269bd9e4eb5ca6d -DIST frozendict-2.3.9.gh.tar.gz 310538 BLAKE2B 9095cc85fc25ddab23a30879a623b4e09557d7c8d27f51199913002d8dffe58e965174360e964a7f87c556d0b282c2fe6718bf01dc4483bb642db431e53dd0ce SHA512 e724c316c9c4f9c11127bd70ac9dd8e9f9012c61797ca55593b405109d09277657c1c3177183051b6f7d8f7ac86e70715a3448136c2c196db5393271a2fd4fb7 -EBUILD frozendict-2.3.8.ebuild 784 BLAKE2B 48f5fc0d2387aa62288053052e7fdf7b46559bd1698c7759f48a7829e44a8bd0e1ce9f7e7c03ca87c6faeed772326b7141709bd5a845b6e611e2adf4324f84e9 SHA512 6b6fcee4e82c986fe90d60ffef1863fad6e25e024c25c92663e6d16b1e5bb3ab8e48861f7db9ee64bd7e85c1d4071ad50401222e69fa859ccb516ef0483de963 -EBUILD frozendict-2.3.9.ebuild 829 BLAKE2B 0acdc8de67ba435732ef8f81249f391230b9181d974499b1c53714d91565a0850c17d7d7674131529263b09e8e082c4dd3d21c8360624ef3e89ef2b8fc0af5a1 SHA512 8f2664098f38cb630025b62731bfbd0be7129fc9c11d009dda5c01cdb45a5d40f8bc672a0e516b5f52563f3a9ed309f30bbd16c43831761db6eb5075d1d5dac9 -MISC metadata.xml 489 BLAKE2B 165d5366e5b7dc4c2c1c008be4aeb50f931d70b1315c9d470c030ade734318472e439500fbbed38b2fbf1f1e1d6921c9e6b90987a2b6ccf8ef1c77b95c3480c0 SHA512 6d9ad6ef8d5df1207beb7f7681731110c15ae99625e2b821325f98ed690ffa8a7abdbb81c5dd494cdab493cd3715d7b8ed6f63ed527da9829badb39bd228dfee diff --git a/dev-python/frozendict/frozendict-2.3.8.ebuild b/dev-python/frozendict/frozendict-2.3.8.ebuild deleted file mode 100644 index 350d74f84327..000000000000 --- a/dev-python/frozendict/frozendict-2.3.8.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="A simple immutable mapping for python" -HOMEPAGE=" - https://github.com/Marco-Sulla/python-frozendict/ - https://pypi.org/project/frozendict/ -" -SRC_URI=" - https://github.com/Marco-Sulla/python-frozendict/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/python-${P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc64" - -distutils_enable_tests pytest - -python_compile() { - # This prevents the build system from ignoring build failures, sigh. - local -x CIBUILDWHEEL=1 - - distutils-r1_python_compile -} - -python_test() { - rm -rf frozendict || die - epytest -} diff --git a/dev-python/frozendict/frozendict-2.3.9.ebuild b/dev-python/frozendict/frozendict-2.3.9.ebuild deleted file mode 100644 index 4b760aa0a439..000000000000 --- a/dev-python/frozendict/frozendict-2.3.9.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="A simple immutable mapping for python" -HOMEPAGE=" - https://github.com/Marco-Sulla/python-frozendict/ - https://pypi.org/project/frozendict/ -" -SRC_URI=" - https://github.com/Marco-Sulla/python-frozendict/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/python-${P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc64" - -distutils_enable_tests pytest - -python_compile() { - # upstream provides a C extensions for python3.10 only, and errors out - # if we enable it for newer versions, so the extra effort does not seem - # to be worth it - local -x FROZENDICT_PURE_PY=1 - distutils-r1_python_compile -} diff --git a/dev-python/frozendict/metadata.xml b/dev-python/frozendict/metadata.xml deleted file mode 100644 index 99081d85e2f9..000000000000 --- a/dev-python/frozendict/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - arkamar@gentoo.org - Petr Vaněk - - - python@gentoo.org - Python - - - frozendict - Marco-Sulla/python-frozendict - - -- cgit v1.2.3