Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/
Date: Thu, 20 Jan 2022 14:20:28
Message-Id: 1642688417.36ba1083f3e9ba4e44c412b7d240fc4ae1d32a5d.mgorny@gentoo
1 commit: 36ba1083f3e9ba4e44c412b7d240fc4ae1d32a5d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 13:57:18 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 14:20:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ba1083
7
8 dev-python/jaraco-functools: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jaraco-functools/Manifest | 1 -
13 .../jaraco-functools/jaraco-functools-3.4.0.ebuild | 33 ----------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/dev-python/jaraco-functools/Manifest b/dev-python/jaraco-functools/Manifest
17 index e4571f756e61..53908829dddc 100644
18 --- a/dev-python/jaraco-functools/Manifest
19 +++ b/dev-python/jaraco-functools/Manifest
20 @@ -1,2 +1 @@
21 -DIST jaraco.functools-3.4.0.tar.gz 13048 BLAKE2B 437d73c75326e0d94cf15b4dfe9e5c28e44e5016376371458505377b7420930ac880c1f02ab70d4e2d154b41273d108eec5727ccdf59aa19d5674f33aaa107c2 SHA512 ae15014e566b7f18e456d9da2d02b9508b9c5a00e24f24316c44ab65ad655b97942af0094c33d3be777cc5e743b975cde6e15e72f9a003365f9a0efaae4f6dac
22 DIST jaraco.functools-3.5.0.tar.gz 13254 BLAKE2B 9165f901106278da562c6b59c3cc29e0b1c4689c5db7955f57a76fca3c12e90d30a80a7dde3420a719b093c41b889e54170bfa6f6f18b6f078e3f4291e59736f SHA512 7257f41506f90ca2fda1bd12fed58fa4d4ff5738547f8cdae8ccad1901e0c818afb701dd8e9050fc77ca1271bc2466d5a542990138bc3db2cf9b04d12850844c
23
24 diff --git a/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild b/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild
25 deleted file mode 100644
26 index ab63e58ac6c6..000000000000
27 --- a/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
36 -inherit distutils-r1
37 -
38 -MY_PN="${PN/-/.}"
39 -DESCRIPTION="Additional functions used by other projects by developer jaraco"
40 -HOMEPAGE="https://github.com/jaraco/jaraco.functools"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
42 -S="${WORKDIR}/${MY_PN}-${PV}"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos"
47 -
48 -RDEPEND="
49 - dev-python/more-itertools[${PYTHON_USEDEP}]
50 -"
51 -BDEPEND="
52 - dev-python/toml[${PYTHON_USEDEP}]
53 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
54 - test? (
55 - dev-python/jaraco-classes[${PYTHON_USEDEP}]
56 - )
57 -"
58 -
59 -distutils_enable_sphinx docs \
60 - ">=dev-python/jaraco-packaging-3.2" \
61 - ">=dev-python/rst-linker-1.9"
62 -distutils_enable_tests pytest