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-text/
Date: Mon, 28 Feb 2022 21:56:06
Message-Id: 1646085356.bb6055c36e86a352cbb0b58c9c3530e400dab6fb.mgorny@gentoo
1 commit: bb6055c36e86a352cbb0b58c9c3530e400dab6fb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 21:53:21 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 21:55:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6055c3
7
8 dev-python/jaraco-text: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jaraco-text/Manifest | 1 -
13 dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild | 31 --------------------
14 dev-python/jaraco-text/jaraco-text-3.7.0.ebuild | 33 ----------------------
15 3 files changed, 65 deletions(-)
16
17 diff --git a/dev-python/jaraco-text/Manifest b/dev-python/jaraco-text/Manifest
18 index 616b8dbefdaa..3d1008ab90ce 100644
19 --- a/dev-python/jaraco-text/Manifest
20 +++ b/dev-python/jaraco-text/Manifest
21 @@ -1,2 +1 @@
22 -DIST jaraco.text-3.6.0.tar.gz 11575 BLAKE2B 631eb6aa72e9dae7e2baaa896634658525cefa9033b5d8347ab4f2b6f654afb60770ffed0c9397d4ee3d16f81002ba89d383dc6b8899134c2e932cc814aa291a SHA512 74e6f199372b62ee767fd5f5829ab636d6d87c38998d93cb4ed7dddbe53db27e5c3caf45f36f7b5690b3c12367df0c93702fac59ee99ffcb03f53e70b8b18f96
23 DIST jaraco.text-3.7.0.tar.gz 12054 BLAKE2B 54528808695e2f1f04165e3de42d1715bb3e3ee1450ee8d8759814d209ba98c181d1746a916816dd50703e5a4e26ad7986f389619324ffbabaa89be90fd3908c SHA512 559dc5ed0f2c0b46dd0cbbc112ab01bbdb68bc12923cff8f745a5e233696ca9f50cef6dbf60116df5121f4761457574deebea142c2a23ca6c4664d7395b5607e
24
25 diff --git a/dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild b/dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild
26 deleted file mode 100644
27 index 7738c13be144..000000000000
28 --- a/dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
37 -inherit distutils-r1
38 -
39 -MY_PN="${PN/-/.}"
40 -DESCRIPTION="Text utilities used by other projects by developer jaraco"
41 -HOMEPAGE="https://github.com/jaraco/jaraco.text"
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-functools[${PYTHON_USEDEP}]
51 - $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8 pypy3)
52 - dev-python/six[${PYTHON_USEDEP}]
53 -"
54 -BDEPEND="
55 - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
56 -"
57 -
58 -distutils_enable_sphinx docs \
59 - ">=dev-python/jaraco-packaging-3.2" \
60 - ">=dev-python/rst-linker-1.9"
61 -distutils_enable_tests pytest
62
63 diff --git a/dev-python/jaraco-text/jaraco-text-3.7.0.ebuild b/dev-python/jaraco-text/jaraco-text-3.7.0.ebuild
64 deleted file mode 100644
65 index 732091306f5a..000000000000
66 --- a/dev-python/jaraco-text/jaraco-text-3.7.0.ebuild
67 +++ /dev/null
68 @@ -1,33 +0,0 @@
69 -# Copyright 1999-2022 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=8
73 -
74 -DISTUTILS_USE_PEP517=setuptools
75 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
76 -inherit distutils-r1
77 -
78 -MY_PN="${PN/-/.}"
79 -DESCRIPTION="Text utilities used by other projects by developer jaraco"
80 -HOMEPAGE="https://github.com/jaraco/jaraco.text"
81 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
82 -S="${WORKDIR}/${MY_PN}-${PV}"
83 -
84 -LICENSE="MIT"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
87 -
88 -RDEPEND="
89 - >=dev-python/jaraco-context-4.1[${PYTHON_USEDEP}]
90 - dev-python/jaraco-functools[${PYTHON_USEDEP}]
91 - $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8 pypy3)
92 - dev-python/six[${PYTHON_USEDEP}]
93 -"
94 -BDEPEND="
95 - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
96 -"
97 -
98 -distutils_enable_sphinx docs \
99 - ">=dev-python/jaraco-packaging-3.2" \
100 - ">=dev-python/rst-linker-1.9"
101 -distutils_enable_tests pytest