From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-collections/
Date: Fri, 28 Apr 2023 15:41:06 +0000 (UTC) [thread overview]
Message-ID: <1682696411.78f3c6d77e0c2aea3d75b2a1831bedc121f42644.mgorny@gentoo> (raw)
commit: 78f3c6d77e0c2aea3d75b2a1831bedc121f42644
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 15:40:11 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 15:40:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f3c6d7
dev-python/jaraco-collections: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jaraco-collections/Manifest | 4 ---
.../jaraco-collections-3.11.0.ebuild | 31 ----------------------
.../jaraco-collections-3.8.0.ebuild | 31 ----------------------
.../jaraco-collections-3.9.0.ebuild | 31 ----------------------
.../jaraco-collections-4.0.0.ebuild | 30 ---------------------
5 files changed, 127 deletions(-)
diff --git a/dev-python/jaraco-collections/Manifest b/dev-python/jaraco-collections/Manifest
index 21230282453f..1de86b991b36 100644
--- a/dev-python/jaraco-collections/Manifest
+++ b/dev-python/jaraco-collections/Manifest
@@ -1,5 +1 @@
-DIST jaraco.collections-3.11.0.tar.gz 17639 BLAKE2B 6eb81b7a1cbc294626f26e4e8c22c77f8ab9f1594f646c00bfa3cb482e13f04e22652ff5b37e6615b513dbe7cb8bf7cd34287f2531f651a4ffaac3b93fd266a2 SHA512 764e3b167ae9f25d8604d71e38dc869b018b912923695dc7de35cb5066eb93f2d769b033a80011d2b1414916263f2bd220610a35aa2baab67a748a00d9691542
-DIST jaraco.collections-3.8.0.tar.gz 17021 BLAKE2B d1439d2ac8e1c62a87f85775d58a1ea30abfb9eeae2d04c00eaaca9452cd3d46c668841073ee41913a52afa519ecbbddba321ec06584c8cab29dd736f4337219 SHA512 3d20c07d616e82c8c2699f2a5e7a0c42e8a4e5314535d4521a2e3457db510cd24019b23128682ac60c34b47fc4b5232ba0fd2e463c199aef6f6eb6d6ee4347ac
-DIST jaraco.collections-3.9.0.tar.gz 17407 BLAKE2B d5d266675a7a6ab69c1ac23c911fee639d05ef25c0d5f942695b02f8f45b4e6399628e13743beb570f61b1b2e400e28a34080599125e4ab8c59fa9d9c81172f1 SHA512 cac756866dffee2a7b41d4cc3a957e56bd7353454c0a819e94d7b5102bde624a759e84e74eccd6df475b1753f8730f72ac4dd2fc464085a387c879a0e2ac1891
-DIST jaraco.collections-4.0.0.tar.gz 17373 BLAKE2B 5903fed40affe3df25a7d339074355fadc0f86ce9340358530a0d269e288da05c3ada1bec662be86b0fd8e364344ca09d0ab69fcecf7a09e9a2dd78616d8c378 SHA512 0f30714d87ef85705dc3330aa1d4912e73f55718257d1c0f0ad0569b840d420d0838111eae50400df50ae2ce11c0b903943951a7cd1391acdb331afb5f76198e
DIST jaraco.collections-4.1.0.tar.gz 17806 BLAKE2B 7558a50407db2113718701c52196f2ae2e0400a1f91104edb280e73ed5f8d74f9976c4309649684022ff83e8d5f55ceb0a9dbd44ca97e08fd508eb516e8ad4af SHA512 15ec220503304cedaa2c03a94cea79b172500685cc640902f774d178994cca1acda9cdc2a9b8f0ffec54cc98b0b75d2cd70512a12a453ea15ae19af4c691a3f8
diff --git a/dev-python/jaraco-collections/jaraco-collections-3.11.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.11.0.ebuild
deleted file mode 100644
index 9ece9dcf694e..000000000000
--- a/dev-python/jaraco-collections/jaraco-collections-3.11.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Models and classes to supplement the stdlib collections module"
-HOMEPAGE="
- https://github.com/jaraco/jaraco.collections/
- https://pypi.org/project/jaraco.collections/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
- dev-python/jaraco-classes[${PYTHON_USEDEP}]
- dev-python/jaraco-text[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/setuptools-scm-1.15.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/jaraco-collections/jaraco-collections-3.8.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.8.0.ebuild
deleted file mode 100644
index 0b4c0c276627..000000000000
--- a/dev-python/jaraco-collections/jaraco-collections-3.8.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Models and classes to supplement the stdlib collections module"
-HOMEPAGE="
- https://github.com/jaraco/jaraco.collections/
- https://pypi.org/project/jaraco.collections/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
- dev-python/jaraco-classes[${PYTHON_USEDEP}]
- dev-python/jaraco-text[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/setuptools-scm-1.15.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/jaraco-collections/jaraco-collections-3.9.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.9.0.ebuild
deleted file mode 100644
index 9ece9dcf694e..000000000000
--- a/dev-python/jaraco-collections/jaraco-collections-3.9.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Models and classes to supplement the stdlib collections module"
-HOMEPAGE="
- https://github.com/jaraco/jaraco.collections/
- https://pypi.org/project/jaraco.collections/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
- dev-python/jaraco-classes[${PYTHON_USEDEP}]
- dev-python/jaraco-text[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/setuptools-scm-1.15.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/jaraco-collections/jaraco-collections-4.0.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-4.0.0.ebuild
deleted file mode 100644
index 90e5e642b752..000000000000
--- a/dev-python/jaraco-collections/jaraco-collections-4.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Models and classes to supplement the stdlib collections module"
-HOMEPAGE="
- https://github.com/jaraco/jaraco.collections/
- https://pypi.org/project/jaraco.collections/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
- dev-python/jaraco-text[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/setuptools-scm-1.15.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
next reply other threads:[~2023-04-28 15:41 UTC|newest]
Thread overview: 108+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-28 15:41 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-15 7:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-collections/ Michał Górny
2024-10-16 17:53 Michał Górny
2024-09-28 11:31 Michał Górny
2024-09-28 11:05 Arthur Zamarin
2024-09-19 12:38 Fabian Groffen
2024-09-16 21:10 Eli Schwartz
2024-08-26 4:23 Michał Górny
2024-07-11 20:55 James Le Cuirot
2024-06-29 15:54 Andreas K. Hüttel
2024-05-11 17:02 Michał Górny
2024-04-27 11:01 Michał Górny
2024-04-27 11:00 Michał Górny
2024-04-13 5:35 Arthur Zamarin
2024-04-07 6:09 Arthur Zamarin
2024-04-06 10:07 Arthur Zamarin
2024-03-21 17:00 Arthur Zamarin
2023-12-30 14:40 Michał Górny
2023-12-30 14:25 Arthur Zamarin
2023-12-10 6:45 Michał Górny
2023-07-05 8:14 Michał Górny
2023-07-05 8:01 Arthur Zamarin
2023-06-26 4:51 Michał Górny
2023-06-02 8:28 Michał Górny
2023-05-27 9:44 Arthur Zamarin
2023-04-28 14:38 Arthur Zamarin
2023-04-07 4:19 Michał Górny
2023-03-29 6:03 Michał Górny
2023-03-29 6:03 Michał Górny
2023-03-23 16:36 Michał Górny
2023-03-21 16:45 Michał Górny
2023-02-12 19:05 Michał Górny
2023-02-07 9:26 Michał Górny
2023-01-03 2:53 WANG Xuerui
2022-12-25 17:33 Michał Górny
2022-11-25 13:58 Michał Górny
2022-11-25 13:52 Arthur Zamarin
2022-11-18 15:14 Arthur Zamarin
2022-11-07 5:54 Michał Górny
2022-10-30 6:39 Michał Górny
2022-10-23 18:37 Arthur Zamarin
2022-10-22 14:54 Michał Górny
2022-09-10 18:28 Arthur Zamarin
2022-09-08 5:19 Sam James
2022-08-29 10:37 Michał Górny
2022-08-17 19:40 Arthur Zamarin
2022-08-17 18:45 Sam James
2022-07-14 18:34 Arthur Zamarin
2022-06-16 9:23 Michał Górny
2022-06-16 9:10 Jakov Smolić
2022-05-13 16:31 Arthur Zamarin
2022-05-13 16:31 Arthur Zamarin
2022-02-03 21:34 Michał Górny
2022-02-03 21:01 Arthur Zamarin
2022-01-31 11:07 Michał Górny
2022-01-06 19:05 Arthur Zamarin
2022-01-03 17:49 Arthur Zamarin
2021-10-03 19:27 Michał Górny
2021-10-03 18:48 Sam James
2021-09-02 17:05 Marek Szuba
2021-08-12 5:21 Michał Górny
2021-05-06 14:44 Michał Górny
2021-05-06 11:03 Michał Górny
2021-05-06 9:57 Sam James
2021-03-29 7:46 Michał Górny
2021-03-15 8:45 Michał Górny
2021-03-15 0:07 Sam James
2021-03-02 8:25 Michał Górny
2021-03-02 1:36 Sam James
2021-03-02 1:01 Michał Górny
2021-02-11 8:40 Michał Górny
2020-12-28 8:36 Michał Górny
2020-09-21 15:30 Michał Górny
2020-07-13 23:13 Sam James
2020-07-06 11:57 Michał Górny
2020-07-05 15:16 Michał Górny
2020-06-29 13:40 Agostino Sarubbo
2020-06-22 19:05 Mart Raudsepp
2020-06-21 11:18 Michał Górny
2020-06-21 11:18 Michał Górny
2020-06-04 14:06 Michał Górny
2020-05-30 20:33 Sergei Trofimovich
2020-05-30 16:20 Michał Górny
2020-04-28 19:23 Mart Raudsepp
2020-03-31 7:38 Georgy Yakovlev
2020-03-26 22:39 Patrick McLean
2020-02-05 15:29 Michał Górny
2019-12-31 14:14 Louis Sautier
2019-12-31 14:14 Louis Sautier
2019-10-14 13:19 Louis Sautier
2019-07-03 23:36 Louis Sautier
2018-10-18 19:04 Louis Sautier
2018-10-18 19:04 Louis Sautier
2018-07-28 22:50 Louis Sautier
2018-06-25 10:40 Jason Zaman
2018-06-24 0:05 Louis Sautier
2018-06-24 0:05 Louis Sautier
2017-06-17 17:24 Agostino Sarubbo
2017-06-17 15:36 Agostino Sarubbo
2016-09-16 5:37 Göktürk Yüksek
2016-09-16 5:37 Göktürk Yüksek
2016-08-07 20:43 Patrice Clement
2016-08-07 20:43 Patrice Clement
2016-07-17 1:03 Göktürk Yüksek
2016-07-17 1:03 Göktürk Yüksek
2016-02-19 11:05 Ian Delaney
2016-02-19 11:05 Ian Delaney
2015-12-30 9:52 Ian Delaney
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=1682696411.78f3c6d77e0c2aea3d75b2a1831bedc121f42644.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