Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-collections/
Date: Wed, 17 Aug 2022 19:40:18
Message-Id: 1660764986.5a3e4aeade92c69bddf29e7befdd13cb7a52f882.arthurzam@gentoo
1 commit: 5a3e4aeade92c69bddf29e7befdd13cb7a52f882
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 19:36:26 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 19:36:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3e4aea
7
8 dev-python/jaraco-collections: drop 3.5.1-r1
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/jaraco-collections/Manifest | 1 -
13 .../jaraco-collections-3.5.1-r1.ebuild | 31 ----------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/dev-python/jaraco-collections/Manifest b/dev-python/jaraco-collections/Manifest
17 index 303fcfa65b28..7b637544f364 100644
18 --- a/dev-python/jaraco-collections/Manifest
19 +++ b/dev-python/jaraco-collections/Manifest
20 @@ -1,2 +1 @@
21 -DIST jaraco.collections-3.5.1.tar.gz 15053 BLAKE2B afba813636464b6776f244eab31a0cd86418410f313e171cff1c8ac64e5d902f4a6c2f88d87c61d55292baa338aee45866d3a459c5b5b73fd4e751278b869316 SHA512 2918be537296ca81e5f78a3966a47451dc9dc2d233d997c3f01461c489b44051c497dab55496f85883ac1b91a28850a9d77ff154a3f5e074da1ed07f3259c246
22 DIST jaraco.collections-3.5.2.tar.gz 16038 BLAKE2B 3f7f48f4c65e44aba621dd894a84711473ff42e37be8067e356cd6ca0f8740c667cb282bddad4315ddd7c8922c316c57b40984455f0af4bc8bbf4304a12a6779 SHA512 9567ee44fbc5010cc81ee24de792e53b5a225759b5f7d2e7dd932b0cae38e2035fddb5bd3dee5dc08fea9c61e2bf9087418cd192d81c72760f1e0d95a7b3788c
23
24 diff --git a/dev-python/jaraco-collections/jaraco-collections-3.5.1-r1.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.5.1-r1.ebuild
25 deleted file mode 100644
26 index 3962c5c51519..000000000000
27 --- a/dev-python/jaraco-collections/jaraco-collections-3.5.1-r1.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
37 -inherit distutils-r1
38 -
39 -MY_PN="${PN/-/.}"
40 -DESCRIPTION="Models and classes to supplement the stdlib collections module"
41 -HOMEPAGE="https://github.com/jaraco/jaraco.collections"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
43 -S="${WORKDIR}/${MY_PN}-${PV}"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86"
48 -
49 -RDEPEND="
50 - dev-python/jaraco-classes[${PYTHON_USEDEP}]
51 - dev-python/jaraco-text[${PYTHON_USEDEP}]
52 -"
53 -BDEPEND="
54 - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
55 -"
56 -
57 -distutils_enable_sphinx docs \
58 - '>=dev-python/jaraco-packaging-3.2' \
59 - '>=dev-python/rst-linker-1.9'
60 -distutils_enable_tests pytest