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-collections/
Date: Mon, 29 Mar 2021 07:47:00
Message-Id: 1617004013.b58eb400e3097e4425390497cbfb23752448b821.mgorny@gentoo
1 commit: b58eb400e3097e4425390497cbfb23752448b821
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 29 07:42:21 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 29 07:46:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b58eb400
7
8 dev-python/jaraco-collections: Bump to 3.3.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jaraco-collections/Manifest | 1 +
13 .../jaraco-collections-3.3.0.ebuild | 33 ++++++++++++++++++++++
14 2 files changed, 34 insertions(+)
15
16 diff --git a/dev-python/jaraco-collections/Manifest b/dev-python/jaraco-collections/Manifest
17 index 1bb0db854f2..a8d7d189ff0 100644
18 --- a/dev-python/jaraco-collections/Manifest
19 +++ b/dev-python/jaraco-collections/Manifest
20 @@ -1 +1,2 @@
21 DIST jaraco.collections-3.2.0.tar.gz 18195 BLAKE2B 51510dd5053563319eac1c412deadac0a5f99ce3144d44150b5835ab92a05529998676fdcb577a5e725b19b4953c47c662e2f3eaa791de955c2493014713dd11 SHA512 cfea2de312781ec9d7a51752570432ec85e62834d02582023378ce0815e0c25f4d4e6afad8486559aa4e3f6fa6e602df917fdb11ed7a72423bea7ae816675258
22 +DIST jaraco.collections-3.3.0.tar.gz 18563 BLAKE2B 80e8463324598cdd6025984c6ab304b108521a606de87fa7aeacbb2234aec5fce20319d7cd288caa5a46b1fefb7e7686a2d00e668e90c38b943082267e6b4ceb SHA512 23fea645226bcfbd5f034877aff7846960ad99d65d451bdbf5b8abb166356074d07780ea8e2e25d31fd03343929596dcd64a9ec949c1ff056c11862e043a8b7e
23
24 diff --git a/dev-python/jaraco-collections/jaraco-collections-3.3.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.3.0.ebuild
25 new file mode 100644
26 index 00000000000..337b892d43d
27 --- /dev/null
28 +++ b/dev-python/jaraco-collections/jaraco-collections-3.3.0.ebuild
29 @@ -0,0 +1,33 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{7..9} pypy3 )
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 ~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 +PATCHES=(
57 + "${FILESDIR}/jaraco-collections-3.0.0-pypy.patch"
58 +)
59 +
60 +distutils_enable_sphinx docs '>=dev-python/jaraco-packaging-3.2' \
61 + '>=dev-python/rst-linker-1.9'
62 +distutils_enable_tests pytest