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-test/
Date: Mon, 30 Jan 2023 20:33:21
Message-Id: 1675110785.09e05f9340b06315696fab17abf150db14b1b92d.mgorny@gentoo
1 commit: 09e05f9340b06315696fab17abf150db14b1b92d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 19:08:32 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 20:33:05 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e05f93
7
8 dev-python/jaraco-test: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jaraco-test/Manifest | 2 --
13 dev-python/jaraco-test/jaraco-test-5.1.0-r1.ebuild | 37 ----------------------
14 dev-python/jaraco-test/jaraco-test-5.2.0.ebuild | 29 -----------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/dev-python/jaraco-test/Manifest b/dev-python/jaraco-test/Manifest
18 index c7955cb3bd47..26f232a151f5 100644
19 --- a/dev-python/jaraco-test/Manifest
20 +++ b/dev-python/jaraco-test/Manifest
21 @@ -1,3 +1 @@
22 -DIST jaraco.test-5.1.0.tar.gz 6700 BLAKE2B 69ac08ab7e1c8aeff45d25483f2bb2648ad57a5977dbff8aab844f114a15f054b782ad5b424d9baa805ab80fc7483362dc97320965ef0abe86573b1e7f40b97b SHA512 d1d93eab85068fcba94530df50da9221b7f574e58b2c4ed519c8c4dec7231aa982d588e29137418226f23e0f94bd98f47c0859cf14d7a58c1683ac8ccc24d900
23 -DIST jaraco.test-5.2.0.tar.gz 8000 BLAKE2B 21e0714537a9966cc285eb1458f313c354226903ee3da816d7a6620676716cf9c220f82963c8b8ea7ac7a1d641f174d5c72dcca43c68c62e4f929c411aa00d62 SHA512 25cd7d5defda6941569958ce61cf41b54555d54c7dc1e115de409d6da352f8e8c09b8671adbdfdc00cf6f1c60a0d43201680c40dbeda44bdcf11a0e64cb23751
24 DIST jaraco.test-5.3.0.tar.gz 8199 BLAKE2B bb44899e9d459350b7edff1a0212afada0765b250e7450c28e15da958632b33a17777d6db2b7ae9984772928003fbd368b6482889816198c971c77fd1f967bcd SHA512 31d2ea0557023c6996b786ee1b2a385ac8f22c2af66baab98c3a6b894bf1eaa7378a595d00bc46a537cc89fe87c9193733968fc8a586a58654b468b712d63728
25
26 diff --git a/dev-python/jaraco-test/jaraco-test-5.1.0-r1.ebuild b/dev-python/jaraco-test/jaraco-test-5.1.0-r1.ebuild
27 deleted file mode 100644
28 index 339a07fef366..000000000000
29 --- a/dev-python/jaraco-test/jaraco-test-5.1.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,37 +0,0 @@
32 -# Copyright 2022-2023 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{9..11} pypy3 )
39 -
40 -inherit distutils-r1
41 -
42 -MY_P=${P/-/.}
43 -DESCRIPTION="Testing support by jaraco"
44 -HOMEPAGE="
45 - https://github.com/jaraco/jaraco.test/
46 - https://pypi.org/project/jaraco.test/
47 -"
48 -SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
49 -S=${WORKDIR}/${MY_P}
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -KEYWORDS="amd64 arm arm64 ppc x86"
54 -
55 -RDEPEND="
56 - dev-python/jaraco-collections[${PYTHON_USEDEP}]
57 - dev-python/jaraco-context[${PYTHON_USEDEP}]
58 - dev-python/jaraco-functools[${PYTHON_USEDEP}]
59 - dev-python/more-itertools[${PYTHON_USEDEP}]
60 -"
61 -
62 -distutils_enable_tests pytest
63 -
64 -src_prepare() {
65 - # stray dep
66 - sed -i -e '/toml/d' setup.cfg || die
67 - distutils-r1_src_prepare
68 -}
69
70 diff --git a/dev-python/jaraco-test/jaraco-test-5.2.0.ebuild b/dev-python/jaraco-test/jaraco-test-5.2.0.ebuild
71 deleted file mode 100644
72 index 309e9485b670..000000000000
73 --- a/dev-python/jaraco-test/jaraco-test-5.2.0.ebuild
74 +++ /dev/null
75 @@ -1,29 +0,0 @@
76 -# Copyright 2022-2023 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=8
80 -
81 -DISTUTILS_USE_PEP517=setuptools
82 -PYTHON_COMPAT=( python3_{9..11} pypy3 )
83 -
84 -inherit distutils-r1
85 -
86 -MY_P=${P/-/.}
87 -DESCRIPTION="Testing support by jaraco"
88 -HOMEPAGE="
89 - https://github.com/jaraco/jaraco.test/
90 - https://pypi.org/project/jaraco.test/
91 -"
92 -SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
93 -S=${WORKDIR}/${MY_P}
94 -
95 -LICENSE="MIT"
96 -SLOT="0"
97 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86"
98 -
99 -RDEPEND="
100 - dev-python/jaraco-context[${PYTHON_USEDEP}]
101 - dev-python/jaraco-functools[${PYTHON_USEDEP}]
102 -"
103 -
104 -distutils_enable_tests pytest