public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zipp/
Date: Sat,  1 Jun 2024 07:22:47 +0000 (UTC)	[thread overview]
Message-ID: <1717226483.22ca9cdae9cdf53226b29e21e8d55c1e5e40b463.mgorny@gentoo> (raw)

commit:     22ca9cdae9cdf53226b29e21e8d55c1e5e40b463
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 07:18:22 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 07:21:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ca9cda

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.18.1.ebuild | 52 -------------------------------------
 dev-python/zipp/zipp-3.19.0.ebuild | 53 --------------------------------------
 3 files changed, 107 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index ce5a23f94375..cf8377387047 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,4 +1,2 @@
-DIST zipp-3.18.1.tar.gz 21220 BLAKE2B cd2afca05cb35b79bfe2b65396cccae3de15b3aaa2566643f1ce989a2747971a54fbf3baab3d273add51c51774b444c773ced951010a24a60e088103cd808d23 SHA512 27f2a5a098c773ea878b751e5c1d4e6bb89a367cd676f0b4508f3c372e78e1522de6eb46a17c8ac22a09cc6b041e393db40d14d918c7abe44cc2158f886a8045
 DIST zipp-3.18.2.tar.gz 21783 BLAKE2B 488c7ebe2a37d5d38f8aac86a578144aaa77d9acb375cb2aa45eb16e5f5d2db30be00827f580ee35b5aa85559001e457054cca1dd34dec7005c0169bd4a4f1b3 SHA512 c8ba020fe210a3c9b54da2f868c324b41d281dc50342f9ce68e493a695d8c8620ab19303fb81bd64cc458667113ef31a890e8e71180a0155a83ed9ead6049bcd
-DIST zipp-3.19.0.tar.gz 21912 BLAKE2B dafb465f60984d996bb7c0962d2fd9bbbac77dc6e4515e763f703857850e4558644fe0013ea706268402db38aa58e3d68efa116d03741a49c7c1fc2374f5238a SHA512 74b381ac79ac4db520f13d4af32c5dbed52ec8a5053a749ea99704097b3ae6a6ce75b3e34ca91929767935d4427a29a368f23734dcc034e12f8e29aea6dd5ddc
 DIST zipp-3.19.1.tar.gz 22625 BLAKE2B 283754c1b2280ac7dcce867555bacdccb59f4183e6b722c7916b5825bc16e1922a15c0b1d5684be0a89ce6672be58f0752e21b85ad02afabeeeb26d9d4706b7a SHA512 c0a4b4055f6652852526b7749d738cedda6534ea21945933ec727b5364a5558697fce6757e4045d30df55a1dce57509c92046f25d6914707fcc97e07f3088c3a

diff --git a/dev-python/zipp/zipp-3.18.1.ebuild b/dev-python/zipp/zipp-3.18.1.ebuild
deleted file mode 100644
index 7ed9072fc7ec..000000000000
--- a/dev-python/zipp/zipp-3.18.1.ebuild
+++ /dev/null
@@ -1,52 +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..12} )
-
-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 ~ia64 ~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/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.19.0.ebuild b/dev-python/zipp/zipp-3.19.0.ebuild
deleted file mode 100644
index 4c2c0b9b1eb8..000000000000
--- a/dev-python/zipp/zipp-3.19.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..12} )
-
-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 ~ia64 ~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	other threads:[~2024-06-01  7:22 UTC|newest]

Thread overview: 157+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-01  7:22 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-11  3:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/zipp/ Michał Górny
2024-09-28 12:04 Michał Górny
2024-09-28 11:41 Sam James
2024-09-14  6:27 Michał Górny
2024-08-31  9:21 Michał Górny
2024-08-31  7:51 Jakov Smolić
2024-08-27  7:39 Michał Górny
2024-08-12  2:50 Michał Górny
2024-08-12  2:50 Michał Górny
2024-07-06  6:35 Michał Górny
2024-07-06  6:26 Sam James
2024-06-17 17:37 Michał Górny
2024-06-05  4:51 Michał Górny
2024-06-01  7:14 Arthur Zamarin
2024-06-01  3:57 Michał Górny
2024-05-27  4:17 Michał Górny
2024-05-17  6:25 Michał Górny
2024-05-16 14:58 Michał Górny
2024-03-30 14:34 Michał Górny
2024-03-15  5:05 Michał Górny
2024-03-13  6:51 Michał Górny
2023-10-24  5:58 Michał Górny
2023-10-23 18:50 Sam James
2023-09-19  3:16 Michał Górny
2023-08-11 19:12 Michał Górny
2023-08-11 19:08 Arthur Zamarin
2023-07-15  3:04 Michał Górny
2023-07-13  5:28 Michał Górny
2023-07-09  3:26 Michał Górny
2023-06-21 12:06 Andrew Ammerlaan
2023-03-28  0:03 Louis Sautier
2023-03-27 19:03 Michał Górny
2023-03-27 17:58 Arthur Zamarin
2023-02-25  9:34 Michał Górny
2023-02-25  7:16 Arthur Zamarin
2023-02-25  6:06 Michał Górny
2023-02-18  7:03 Michał Górny
2023-02-10  6:52 Michał Górny
2023-02-07  9:26 Michał Górny
2023-02-06  4:31 Michał Górny
2023-01-28  7:39 Michał Górny
2022-12-31 10:55 Michał Górny
2022-12-31 10:41 Arthur Zamarin
2022-11-26  6:28 Michał Górny
2022-11-10 19:25 Arthur Zamarin
2022-11-10 19:06 Arthur Zamarin
2022-10-24  5:14 Michał Górny
2022-10-10 14:04 Michał Górny
2022-08-13 11:11 Arthur Zamarin
2022-08-13 11:07 Arthur Zamarin
2022-07-12 15:48 Michał Górny
2022-06-02  8:32 Michał Górny
2022-05-13 16:31 Arthur Zamarin
2022-05-06 13:38 Michał Górny
2022-05-06 12:45 Jakov Smolić
2022-04-03 21:54 Michał Górny
2022-03-27  9:50 Fabian Groffen
2022-03-04  7:18 Michał Górny
2022-02-27 18:52 Michał Górny
2022-02-27 12:23 Jakov Smolić
2022-02-04 12:04 Michał Górny
2022-02-04 12:04 Michał Górny
2022-02-03 20:56 Arthur Zamarin
2022-02-03 10:58 Michał Górny
2022-01-19 22:45 James Le Cuirot
2021-12-31  1:26 Louis Sautier
2021-10-31 20:31 Michał Górny
2021-10-31 17:55 Sam James
2021-09-29 21:59 Michał Górny
2021-09-29  8:16 Michał Górny
2021-08-07 14:52 Michał Górny
2021-08-07 14:43 Sam James
2021-07-03  6:35 Michał Górny
2021-05-22 10:52 Michał Górny
2021-04-05 18:00 Michał Górny
2021-03-05 10:14 Michał Górny
2020-11-28  8:07 Sam James
2020-11-26  8:26 Michał Górny
2020-11-26  6:56 Agostino Sarubbo
2020-11-02 10:34 Michał Górny
2020-10-25 20:23 Louis Sautier
2020-10-25 20:23 Louis Sautier
2020-10-25  0:59 Louis Sautier
2020-10-25  0:59 Louis Sautier
2020-10-16 17:37 Louis Sautier
2020-10-16 17:37 Louis Sautier
2020-10-03 21:41 Louis Sautier
2020-09-23 11:55 Louis Sautier
2020-09-21 15:30 Michał Górny
2020-09-20 15:38 Michał Górny
2020-09-19  7:21 Michał Górny
2020-09-19  0:25 Sam James
2020-09-19  0:17 Sam James
2020-09-19  0:05 Sam James
2020-09-12 22:58 Michał Górny
2020-05-15 17:33 Sergei Trofimovich
2020-05-14  8:03 Agostino Sarubbo
2020-05-13 17:14 Agostino Sarubbo
2020-05-13 17:12 Agostino Sarubbo
2020-05-13 17:11 Agostino Sarubbo
2020-05-13 14:52 Agostino Sarubbo
2020-05-13 13:18 Agostino Sarubbo
2020-05-11 15:34 Mart Raudsepp
2020-03-29 12:22 Michał Górny
2020-03-29 12:22 Michał Górny
2020-03-26  8:29 Agostino Sarubbo
2020-03-25 17:44 Agostino Sarubbo
2020-03-25 16:14 Agostino Sarubbo
2020-03-25 15:25 Agostino Sarubbo
2020-03-25 15:24 Agostino Sarubbo
2020-03-25 15:23 Agostino Sarubbo
2020-03-25 13:50 Agostino Sarubbo
2020-03-25 13:37 Agostino Sarubbo
2020-03-15 12:21 Mikle Kolyada
2020-03-09 11:40 Louis Sautier
2020-03-09 11:40 Louis Sautier
2020-03-03  7:22 Matt Turner
2020-02-27 23:19 Louis Sautier
2020-02-27 23:19 Louis Sautier
2020-02-16  9:30 Louis Sautier
2020-02-16  9:30 Louis Sautier
2020-02-06  9:02 Sergei Trofimovich
2020-02-06  8:34 Sergei Trofimovich
2020-02-06  8:23 Sergei Trofimovich
2020-01-29 11:05 Louis Sautier
2020-01-27 13:15 Louis Sautier
2020-01-23 11:05 Louis Sautier
2020-01-23 11:05 Louis Sautier
2020-01-22 11:48 Louis Sautier
2020-01-15 14:33 Louis Sautier
2019-12-29 21:17 Sergei Trofimovich
2019-12-24 14:21 Mikle Kolyada
2019-12-16  7:54 Agostino Sarubbo
2019-12-16  7:54 Agostino Sarubbo
2019-12-16  7:53 Agostino Sarubbo
2019-12-16  7:52 Agostino Sarubbo
2019-12-16  7:51 Agostino Sarubbo
2019-12-16  7:49 Agostino Sarubbo
2019-12-02  2:48 Aaron Bauman
2019-11-25 12:35 Michał Górny
2019-11-25  8:32 Patrick McLean
2019-11-21  2:02 Patrick McLean
2019-08-26 23:03 Louis Sautier
2019-08-26 23:03 Louis Sautier
2019-08-10  9:08 Sergei Trofimovich
2019-08-02  8:36 Mikle Kolyada
2019-08-02  8:36 Mikle Kolyada
2019-08-02  8:36 Mikle Kolyada
2019-08-02  8:36 Mikle Kolyada
2019-08-01  6:34 Sergei Trofimovich
2019-08-01  6:28 Sergei Trofimovich
2019-07-31 17:44 Sergei Trofimovich
2019-07-29 22:50 Aaron Bauman
2019-07-29  1:07 Georgy Yakovlev
2019-07-13  1:39 Louis Sautier
2019-07-08  9:16 Louis Sautier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1717226483.22ca9cdae9cdf53226b29e21e8d55c1e5e40b463.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox