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-test/
Date: Fri, 30 Dec 2022 20:49:03
Message-Id: 1672433078.0422e4e59f88311c980af48fff4ac7e0be396bc3.arthurzam@gentoo
1 commit: 0422e4e59f88311c980af48fff4ac7e0be396bc3
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 20:44:38 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 20:44:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0422e4e5
7
8 dev-python/jaraco-test: add 5.2.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/jaraco-test/Manifest | 1 +
13 dev-python/jaraco-test/jaraco-test-5.2.0.ebuild | 29 +++++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/dev-python/jaraco-test/Manifest b/dev-python/jaraco-test/Manifest
17 index 1372386c1643..0f460dbc2328 100644
18 --- a/dev-python/jaraco-test/Manifest
19 +++ b/dev-python/jaraco-test/Manifest
20 @@ -1 +1,2 @@
21 DIST jaraco.test-5.1.0.tar.gz 6700 BLAKE2B 69ac08ab7e1c8aeff45d25483f2bb2648ad57a5977dbff8aab844f114a15f054b782ad5b424d9baa805ab80fc7483362dc97320965ef0abe86573b1e7f40b97b SHA512 d1d93eab85068fcba94530df50da9221b7f574e58b2c4ed519c8c4dec7231aa982d588e29137418226f23e0f94bd98f47c0859cf14d7a58c1683ac8ccc24d900
22 +DIST jaraco.test-5.2.0.tar.gz 8000 BLAKE2B 21e0714537a9966cc285eb1458f313c354226903ee3da816d7a6620676716cf9c220f82963c8b8ea7ac7a1d641f174d5c72dcca43c68c62e4f929c411aa00d62 SHA512 25cd7d5defda6941569958ce61cf41b54555d54c7dc1e115de409d6da352f8e8c09b8671adbdfdc00cf6f1c60a0d43201680c40dbeda44bdcf11a0e64cb23751
23
24 diff --git a/dev-python/jaraco-test/jaraco-test-5.2.0.ebuild b/dev-python/jaraco-test/jaraco-test-5.2.0.ebuild
25 new file mode 100644
26 index 000000000000..8b5ed987f9b2
27 --- /dev/null
28 +++ b/dev-python/jaraco-test/jaraco-test-5.2.0.ebuild
29 @@ -0,0 +1,29 @@
30 +# Copyright 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 +
38 +inherit distutils-r1
39 +
40 +MY_P=${P/-/.}
41 +DESCRIPTION="Testing support by jaraco"
42 +HOMEPAGE="
43 + https://github.com/jaraco/jaraco.test/
44 + https://pypi.org/project/jaraco.test/
45 +"
46 +SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
47 +S=${WORKDIR}/${MY_P}
48 +
49 +LICENSE="MIT"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
52 +
53 +RDEPEND="
54 + dev-python/jaraco-context[${PYTHON_USEDEP}]
55 + dev-python/jaraco-functools[${PYTHON_USEDEP}]
56 +"
57 +
58 +distutils_enable_tests pytest