commit:     8c7d57b8a8c482d91c8f9430d7ca43c4fa93f244
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 05:11:20 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 05:22:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7d57b8

dev-python/packaging: Remove old

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

 dev-python/packaging/Manifest                 |  3 ---
 dev-python/packaging/packaging-23.2-r1.ebuild | 35 ---------------------------
 dev-python/packaging/packaging-24.0.ebuild    | 35 ---------------------------
 dev-python/packaging/packaging-24.1.ebuild    | 35 ---------------------------
 4 files changed, 108 deletions(-)

diff --git a/dev-python/packaging/Manifest b/dev-python/packaging/Manifest
index 4875711a0986..fa92e0104741 100644
--- a/dev-python/packaging/Manifest
+++ b/dev-python/packaging/Manifest
@@ -1,4 +1 @@
-DIST packaging-23.2.tar.gz 146714 BLAKE2B 
cf7986a07312fd82a2a0ee738088993b9570d95cd0b573afa7a1f911bf335de7084e3d40d961adea7f5a8369738688f9d0a4265ef26a393f2d30769bc13f752a
 SHA512 
8ab5e9bc4feef2fac1c9044dc8a6f2d41aaf9fe2dae671de8b98c0b1a19dca2169588b87d85a8c990d808b1e76faee65984ce970eaa3282b75e107ca82cc2863
-DIST packaging-24.0.tar.gz 147882 BLAKE2B 
32c5f30623d39890376e9f5bb3d80ef4a5bd2291ae906883d28236c0d095628eb5d379e5bfb503d6d06fcea0aefc0b2beb1a7968d3ec8c543c48572b432438f3
 SHA512 
b6af704f93bcb7611a06eb2bfa94d8dc4bb1e5e9898af7c0eb85e67cf1ebdb858e272ca18019be4daaa43ac3f73b1cb2e690d8b50a4252380a2dc9f2d0e03a58
-DIST packaging-24.1.tar.gz 148788 BLAKE2B 
0098e4589eaf1f43ee54e678d1661a9b6c07cfd49c2056359e65667f1e5136f1c9a132d2c5312e7d11c21510b584d0c8ca702d4319bc9215bdec231f29bf2c69
 SHA512 
fba8b94c1798c380c6af2c7fe211137fcc5669b1af3b0de52d6bcba05907f5bc74693df740677213d6c230e8d2db48ab9c4b8309752813c25cee87f1622fd4ab
 DIST packaging-24.2.tar.gz 163950 BLAKE2B 
8610f22a05a71a38bafe5e7ae12c549a4395f751585ab2056eb5ca1c76db3d4bc9dc452eafac4209a87e8ef54577c35529873fa25b8a43b454164298c203aae7
 SHA512 
4d79d9c49c59255e9eb12cb1452ff9ee413a6a6f34a23c487d3d5712ddabe067f8c6dafe0c8111517682634deac2fd5db1346e3c0cc9f432eba94491aa459553

diff --git a/dev-python/packaging/packaging-23.2-r1.ebuild 
b/dev-python/packaging/packaging-23.2-r1.ebuild
deleted file mode 100644
index c82b15b2734b..000000000000
--- a/dev-python/packaging/packaging-23.2-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Core utilities for Python packages"
-HOMEPAGE="
-       https://github.com/pypa/packaging/
-       https://pypi.org/project/packaging/
-"
-
-SLOT="0"
-LICENSE="|| ( Apache-2.0 BSD-2 )"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
-
-RDEPEND="
-       !<dev-python/setuptools-67
-"
-DEPEND="
-       test? (
-               dev-python/pretend[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       epytest --capture=no
-}

diff --git a/dev-python/packaging/packaging-24.0.ebuild 
b/dev-python/packaging/packaging-24.0.ebuild
deleted file mode 100644
index 2fad66ebf2ef..000000000000
--- a/dev-python/packaging/packaging-24.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Core utilities for Python packages"
-HOMEPAGE="
-       https://github.com/pypa/packaging/
-       https://pypi.org/project/packaging/
-"
-
-LICENSE="|| ( Apache-2.0 BSD-2 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
-
-RDEPEND="
-       !<dev-python/setuptools-67
-"
-DEPEND="
-       test? (
-               dev-python/pretend[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       epytest --capture=no
-}

diff --git a/dev-python/packaging/packaging-24.1.ebuild 
b/dev-python/packaging/packaging-24.1.ebuild
deleted file mode 100644
index 1f3e1b6b1bfd..000000000000
--- a/dev-python/packaging/packaging-24.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Core utilities for Python packages"
-HOMEPAGE="
-       https://github.com/pypa/packaging/
-       https://pypi.org/project/packaging/
-"
-
-LICENSE="|| ( Apache-2.0 BSD-2 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
-
-RDEPEND="
-       !<dev-python/setuptools-67
-"
-DEPEND="
-       test? (
-               dev-python/pretend[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       epytest --capture=no
-}

Reply via email to