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-functools/
Date: Mon, 01 Nov 2021 08:32:20
Message-Id: 1635755524.4a3ffd80541e941caf39c4ba392be6ce98de59aa.mgorny@gentoo
1 commit: 4a3ffd80541e941caf39c4ba392be6ce98de59aa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 1 07:22:47 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 08:32:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3ffd80
7
8 dev-python/jaraco-functools: Bump to 3.4.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jaraco-functools/Manifest | 1 +
13 .../jaraco-functools/jaraco-functools-3.4.0.ebuild | 33 ++++++++++++++++++++++
14 2 files changed, 34 insertions(+)
15
16 diff --git a/dev-python/jaraco-functools/Manifest b/dev-python/jaraco-functools/Manifest
17 index 850828f50a4..de80bb7124b 100644
18 --- a/dev-python/jaraco-functools/Manifest
19 +++ b/dev-python/jaraco-functools/Manifest
20 @@ -1 +1,2 @@
21 DIST jaraco.functools-3.3.0.tar.gz 17116 BLAKE2B 3e1bf63f72d67e55fdf5cfd8d2e12899b7862ebe6cf426be94154f479cf01a69f01b1af152a574c4fb93766b324b6050748464a17a26a27591396d59ed79cb38 SHA512 fc7c5a11a3411692066f4437d76ace7e8a00af2152256ea9f730254b577e74163342298d5b33d472c744cbad5dd316b56345d05aa93ef6f82bc92d6aadb2f2ec
22 +DIST jaraco.functools-3.4.0.tar.gz 13048 BLAKE2B 437d73c75326e0d94cf15b4dfe9e5c28e44e5016376371458505377b7420930ac880c1f02ab70d4e2d154b41273d108eec5727ccdf59aa19d5674f33aaa107c2 SHA512 ae15014e566b7f18e456d9da2d02b9508b9c5a00e24f24316c44ab65ad655b97942af0094c33d3be777cc5e743b975cde6e15e72f9a003365f9a0efaae4f6dac
23
24 diff --git a/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild b/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild
25 new file mode 100644
26 index 00000000000..cbd85a2ea2f
27 --- /dev/null
28 +++ b/dev-python/jaraco-functools/jaraco-functools-3.4.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=8
34 +
35 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
36 +inherit distutils-r1
37 +
38 +MY_PN="${PN/-/.}"
39 +DESCRIPTION="Additional functions used by other projects by developer jaraco"
40 +HOMEPAGE="https://github.com/jaraco/jaraco.functools"
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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
47 +
48 +RDEPEND="
49 + dev-python/more-itertools[${PYTHON_USEDEP}]
50 +"
51 +BDEPEND="
52 + dev-python/toml[${PYTHON_USEDEP}]
53 + dev-python/setuptools_scm[${PYTHON_USEDEP}]
54 + test? (
55 + dev-python/jaraco-classes[${PYTHON_USEDEP}]
56 + )
57 +"
58 +
59 +distutils_enable_sphinx docs \
60 + ">=dev-python/jaraco-packaging-3.2" \
61 + ">=dev-python/rst-linker-1.9"
62 +distutils_enable_tests pytest