commit:     f3cb45bbec43e4bd96bee672422020c86eb88466
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  3 06:25:59 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb  3 07:27:14 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3cb45bb

dev-python/wrapt: Remove old

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

 dev-python/wrapt/Manifest               |  2 --
 dev-python/wrapt/wrapt-2.0.0.ebuild     | 36 -------------------------------
 dev-python/wrapt/wrapt-2.1.0_rc1.ebuild | 38 ---------------------------------
 3 files changed, 76 deletions(-)

diff --git a/dev-python/wrapt/Manifest b/dev-python/wrapt/Manifest
index 9b6d47277806..0276f4e76eb4 100644
--- a/dev-python/wrapt/Manifest
+++ b/dev-python/wrapt/Manifest
@@ -1,5 +1,3 @@
 DIST wrapt-1.17.3.gh.tar.gz 140900 BLAKE2B 
88c4cd718cd98a97c866c4f0b9f7e095347fe6fa5fed60c54e389329c89f9f07099c8fb79561cf5e12c19c44a4067d81e805c55b54a74429e6b75913dedd6b3f
 SHA512 
1a1f7419f20faa461a9e23ad09cc98d381ef2c48b3b24ed1dfe98d42d16857a958252301e78dd41b7fa8ef37eea379f9244cace2b396b49718c44cbc701308a3
-DIST wrapt-2.0.0.gh.tar.gz 183430 BLAKE2B 
63a9a28cf2b757c1778c55205509eb0dd1b1cec670d8495db1f8ae3ae0a89166f7c40ca73cdf52c1b5b7a7ab499fae540aa1bc6966c52a8319834ca050d19946
 SHA512 
bd9386946b4e09bdfde42fefb075310d881d8a98ab5194f20244716703db1015f0aed29bddc6d30ffbe55e1ed54c11110b26f57db536fab97f89dc0c02150b3d
 DIST wrapt-2.0.1.gh.tar.gz 184792 BLAKE2B 
127b42113031a8284a72e49e0e4a737754ecd2dc6dc41628154c0c9c5d092f81c67e30339ca8b740f6d26f94bdbebc9a6c43c75b9e12dc1ff86431b003d6d0ad
 SHA512 
ff7a69e7c2454f33f0f631f408013242a0292b28a8a601e981cef9b8c997b5769305bfb6b68b2504e96a1d2181d8e9aa48b25a159178f73906b53e527a00cbc5
 DIST wrapt-2.1.0.gh.tar.gz 183579 BLAKE2B 
086cd80794abd3ba2cda04b1cca1f8e6e09e0c3ad6afdd852f174bcb1c6196d1603f15fe08f1f18600dbbed025a8341cb6be16c2d84469e05d9fd10b9dd3868b
 SHA512 
7faea2c7df3be93ae0b28b62a03cb0d95e9120e6d0fe7ddeb1d8fe5081686ad76d0a5e80cd1ed75209eb17e8aea1c777b9ad66af6a34436bc0f8cbe53529d2f3
-DIST wrapt-2.1.0rc1.gh.tar.gz 183560 BLAKE2B 
154d1b29a41ef5c180c33df2b6e5331fe5c4526d28c3a4a3f7a287a865ba7bf228fbc964b34b3f09c00bdb99ac1e339316d263ec5e6e842c0916fc64ee9152b5
 SHA512 
0996e211f5853612d6daee8bbab3df3b45e6e41e88ff507696d194b223f01af3b5118f9dcd35ef5a4755af9833dc5d7b6ea96fea68958004417d190298fe44cc

diff --git a/dev-python/wrapt/wrapt-2.0.0.ebuild 
b/dev-python/wrapt/wrapt-2.0.0.ebuild
deleted file mode 100644
index e7a910daa69b..000000000000
--- a/dev-python/wrapt/wrapt-2.0.0.ebuild
+++ /dev/null
@@ -1,36 +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_{11..14} pypy3_11 )
-
-inherit distutils-r1
-
-MY_P=${P/_}
-DESCRIPTION="Module for decorators, wrappers and monkey patching"
-HOMEPAGE="
-       https://github.com/GrahamDumpleton/wrapt/
-       https://pypi.org/project/wrapt/
-"
-SRC_URI="
-       https://github.com/GrahamDumpleton/wrapt/archive/${PV/_}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
-IUSE="+native-extensions"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-
-python_compile() {
-       local -x WRAPT_INSTALL_EXTENSIONS=$(usex native-extensions true false)
-       distutils-r1_python_compile
-}

diff --git a/dev-python/wrapt/wrapt-2.1.0_rc1.ebuild 
b/dev-python/wrapt/wrapt-2.1.0_rc1.ebuild
deleted file mode 100644
index 712aeb51a998..000000000000
--- a/dev-python/wrapt/wrapt-2.1.0_rc1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2026 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_{11..14} pypy3_11 )
-
-inherit distutils-r1
-
-MY_P=${P/_}
-DESCRIPTION="Module for decorators, wrappers and monkey patching"
-HOMEPAGE="
-       https://github.com/GrahamDumpleton/wrapt/
-       https://pypi.org/project/wrapt/
-"
-SRC_URI="
-       https://github.com/GrahamDumpleton/wrapt/archive/${PV/_}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-if [[ ${PV} != *_rc* ]]; then
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-fi
-IUSE="+native-extensions"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-
-python_compile() {
-       local -x WRAPT_INSTALL_EXTENSIONS=$(usex native-extensions true false)
-       distutils-r1_python_compile
-}

Reply via email to