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: Mon, 03 Jan 2022 17:49:56
Message-Id: 1641232147.e42af8b45c21dcf339a04561c3ad601594701bef.arthurzam@gentoo
1 commit: e42af8b45c21dcf339a04561c3ad601594701bef
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 17:34:28 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 17:49:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42af8b4
7
8 dev-python/jaraco-collections: add 3.5.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/jaraco-collections/Manifest | 1 +
13 .../jaraco-collections-3.5.0.ebuild | 30 ++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/dev-python/jaraco-collections/Manifest b/dev-python/jaraco-collections/Manifest
17 index 72c20684d7a8..1267d2de2c85 100644
18 --- a/dev-python/jaraco-collections/Manifest
19 +++ b/dev-python/jaraco-collections/Manifest
20 @@ -1 +1,2 @@
21 DIST jaraco.collections-3.4.0.tar.gz 14887 BLAKE2B 2c1e87b18dc3ca68fb5b849b30cc0284b8a8daed9b6b2b075a753f7ccf91feb487734a38bb7fc88d29020b0b1980346109551a8bba5d0b3a7f4a491c0dcb1615 SHA512 8e427f98dbcfad3f9042d1f080b2bf8012fdaaf084e230f9b46ff078623b047c2d9dab41ed0303df5dd070abce2a25289281113a97e8ab8d819048d30b8d314a
22 +DIST jaraco.collections-3.5.0.tar.gz 15001 BLAKE2B 3ddc63fdc8d9c9cf9f25aee0cfa1c6d10c93b337bb77f7f33527986f58bb80ae35fbcc1dcb21aadebb3303a3ee20122134fe27f95ecd4b17c64b6f5ea6e94ae2 SHA512 cf0646b388beefe1aed26c96ae725b2934b7bd9df63e57c51c9c84ad6c758c135e6bb3487e0a6a68fba149234c54f2b0eacd4b260c945f8ffed632bdcb03d88f
23
24 diff --git a/dev-python/jaraco-collections/jaraco-collections-3.5.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.5.0.ebuild
25 new file mode 100644
26 index 000000000000..010f9dbceca2
27 --- /dev/null
28 +++ b/dev-python/jaraco-collections/jaraco-collections-3.5.0.ebuild
29 @@ -0,0 +1,30 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} )
36 +inherit distutils-r1
37 +
38 +MY_PN="${PN/-/.}"
39 +DESCRIPTION="Models and classes to supplement the stdlib collections module"
40 +HOMEPAGE="https://github.com/jaraco/jaraco.collections"
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="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
47 +
48 +RDEPEND="
49 + dev-python/jaraco-classes[${PYTHON_USEDEP}]
50 + dev-python/jaraco-text[${PYTHON_USEDEP}]
51 +"
52 +BDEPEND="
53 + >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
54 +"
55 +
56 +distutils_enable_sphinx docs \
57 + '>=dev-python/jaraco-packaging-3.2' \
58 + '>=dev-python/rst-linker-1.9'
59 +distutils_enable_tests pytest