commit:     15feeb10c662bf823cc503e44976c784e7152231
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 11:58:17 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 12:03:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15feeb10

dev-python/zipp: Remove old

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

 dev-python/zipp/Manifest           |  2 --
 dev-python/zipp/zipp-3.20.0.ebuild | 53 --------------------------------------
 dev-python/zipp/zipp-3.20.1.ebuild | 53 --------------------------------------
 3 files changed, 108 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 8d84ef837273..0dd75f3568fb 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,3 +1 @@
-DIST zipp-3.20.0.tar.gz 23244 BLAKE2B 
cc7d336089b4659ac884658f93246045a617d223cc3db538160cef1d705e781d341f6384ab32928e7ef2c6644cf6a0656f2b6fa23077da5df0ec66d9b2337b8f
 SHA512 
c141c4b8bdaf2ff7639cfb85ba36735da1ca33e68b9fdcb7f350e5bd677ca39def00178aa3d481c733162beed4aa70f93525800f1af0618529ff36ca7e32327e
-DIST zipp-3.20.1.tar.gz 23848 BLAKE2B 
53c29d156bc3be25c59057079f26e9a02b426c5d8424ef721c6cebe4927ede8f1c5aadb405c70f57635fc1ad3abe5d511b2cdab32415c47e8faf13162ac72b5d
 SHA512 
ed89c46d39ce703e233929146ce78332bfdd40cfad204c070247882f144fd0ec370c7499ce682ede938593b18870fa1dce8d746a0457e93c38be485378d6b546
 DIST zipp-3.20.2.tar.gz 24199 BLAKE2B 
4014ad897ce248a1ae29a1ca79fbc9c9c40c1bd261dbfbe86b205f3b43bc2bfa0e3edd3573e85b7940307950a5b73ac99e797897ebdb923b38cf2d6f9b75638f
 SHA512 
a8a625d36d75df879284ac9c61760c8320da927e119b27a1b04e60500233ed698439558d56a792b3da94080e78cc57c15c2e62ec8af466aa3f79de4cf4818c77

diff --git a/dev-python/zipp/zipp-3.20.0.ebuild 
b/dev-python/zipp/zipp-3.20.0.ebuild
deleted file mode 100644
index 66c8b04824d0..000000000000
--- a/dev-python/zipp/zipp-3.20.0.ebuild
+++ /dev/null
@@ -1,53 +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=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="
-       https://github.com/jaraco/zipp/
-       https://pypi.org/project/zipp/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-# big_o is only used in test_complexity, that we ignore
-BDEPEND="
-       test? (
-               dev-python/jaraco-functools[${PYTHON_USEDEP}]
-               dev-python/jaraco-itertools[${PYTHON_USEDEP}]
-               dev-python/jaraco-test[${PYTHON_USEDEP}]
-               dev-python/more-itertools[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-       # performance tests are flaky by design
-       tests/test_complexity.py
-)
-
-src_configure() {
-       grep -q 'build-backend = "setuptools' pyproject.toml ||
-               die "Upstream changed build-backend, recheck"
-       # write a custom pyproject.toml to ease setuptools bootstrap
-       cat > pyproject.toml <<-EOF || die
-               [build-system]
-               requires = ["flit_core >=3.2,<4"]
-               build-backend = "flit_core.buildapi"
-
-               [project]
-               name = "zipp"
-               version = "${PV}"
-               description = "Backport of pathlib-compatible object wrapper 
for zip files"
-       EOF
-}

diff --git a/dev-python/zipp/zipp-3.20.1.ebuild 
b/dev-python/zipp/zipp-3.20.1.ebuild
deleted file mode 100644
index 985c6d5df2e4..000000000000
--- a/dev-python/zipp/zipp-3.20.1.ebuild
+++ /dev/null
@@ -1,53 +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=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="
-       https://github.com/jaraco/zipp/
-       https://pypi.org/project/zipp/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-
-# big_o is only used in test_complexity, that we ignore
-BDEPEND="
-       test? (
-               dev-python/jaraco-functools[${PYTHON_USEDEP}]
-               dev-python/jaraco-itertools[${PYTHON_USEDEP}]
-               dev-python/jaraco-test[${PYTHON_USEDEP}]
-               dev-python/more-itertools[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-       # performance tests are flaky by design
-       tests/test_complexity.py
-)
-
-src_configure() {
-       grep -q 'build-backend = "setuptools' pyproject.toml ||
-               die "Upstream changed build-backend, recheck"
-       # write a custom pyproject.toml to ease setuptools bootstrap
-       cat > pyproject.toml <<-EOF || die
-               [build-system]
-               requires = ["flit_core >=3.2,<4"]
-               build-backend = "flit_core.buildapi"
-
-               [project]
-               name = "zipp"
-               version = "${PV}"
-               description = "Backport of pathlib-compatible object wrapper 
for zip files"
-       EOF
-}

Reply via email to