commit:     a7206aa8235ad951b17c43344aa34d593eaa805f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 04:20:39 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 04:20:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7206aa8

dev-python/multidict: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/multidict/Manifest               |  1 -
 dev-python/multidict/multidict-6.1.0.ebuild | 57 -----------------------------
 2 files changed, 58 deletions(-)

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index bce6c9f67c8f..28995f31c4b0 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,4 +1,3 @@
-DIST multidict-6.1.0.gh.tar.gz 73800 BLAKE2B 
9e3531633b0a35bbb8a97ec2dfe040080fe67efae3b3a16436b0984d6c3a4dc38df1cf5b91bd7b1f750f7a27bd2726667935fa30eefa7b070534fd70f390ee8a
 SHA512 
48e97f442c28c2dfc0b5e19376ae9c8c46b20939ac4f72c07b650450286156dcbe03166f7d238d7a77b438a154022e9d98a38a4c0596aefab7d40fbdda0687dc
 DIST multidict-6.2.0.gh.tar.gz 82115 BLAKE2B 
37b509d409278396f52e39d63b671b3b447039f2f98fa6f1b80b1ff4189105ca5a80b9027e8fcfbb95734b3c5531c1fd4a0cbfd778cdfab85ea5c127fb735717
 SHA512 
211dfe4900d815be1365284e18183f82f34783b777cbca929e2f8468b6748e237825febe9baa7a6d3e2a97476a8c6e061d2d7d2de94c48a2c526809224379656
 DIST multidict-6.3.2.gh.tar.gz 104692 BLAKE2B 
8e8ea4d8d03b41c45ba26eab12da5f7bb890b5c2e01727c9257e8caefbdc7b95f98500b16fcef5bcf23b4ac9bb48875992176214ad6fa976dbd0fb640a40f583
 SHA512 
aec44734a3255eefcce5f0bf037b465eb536f65860fe410f1c249042286471cee2933004a0380579a701475a63931ca6615cde85b0c840af70db87268e6e3f8a
 DIST multidict-6.4.3.gh.tar.gz 106392 BLAKE2B 
63ee89cc0dec98cd453aa7323bc7ddd9c705dfabe877c5982fe1ace405f3f2b666e8b668fecafdf83866c797b58e548f7d558f493ba4291e5d857725d4f8b1aa
 SHA512 
d4c267a58c86f8cc257583dfefab77095b54124d34cea310beddfbbb58a4337154846165bd259884fb22a19ee13e02dbba6e44d5486fc6b9d96415fa582a8f36

diff --git a/dev-python/multidict/multidict-6.1.0.ebuild 
b/dev-python/multidict/multidict-6.1.0.ebuild
deleted file mode 100644
index 42b23a21a785..000000000000
--- a/dev-python/multidict/multidict-6.1.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2025 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..13} pypy3 pypy3_11 )
-
-inherit distutils-r1
-
-DESCRIPTION="multidict implementation"
-HOMEPAGE="
-       https://github.com/aio-libs/multidict/
-       https://pypi.org/project/multidict/
-"
-SRC_URI="
-       https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-IUSE="+native-extensions"
-
-RDEPEND="
-       $(python_gen_cond_dep '
-               >=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}]
-       ' 3.10)
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # don't enable coverage or other pytest settings
-       sed -i -e '/cov/d' pytest.ini || die
-       distutils-r1_python_prepare_all
-}
-
-python_compile() {
-       if ! use native-extensions || [[ ${EPYTHON} == pypy3* ]]; then
-               local -x MULTIDICT_NO_EXTENSIONS=1
-       fi
-
-       distutils-r1_python_compile
-}
-
-python_test() {
-       rm -rf multidict || die
-
-       local cext=--c-extensions
-       if ! use native-extensions || [[ ${EPYTHON} == pypy3* ]]; then
-               cext=--no-c-extensions
-       fi
-       epytest "${cext}"
-}

Reply via email to