Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
Date: Sat, 30 Jan 2021 20:27:18
Message-Id: 1612038388.457165a7bc7c9dd1e5b0f1cf946a5f21ed755846.conikost@gentoo
1 commit: 457165a7bc7c9dd1e5b0f1cf946a5f21ed755846
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 19:20:09 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 20:26:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457165a7
7
8 dev-python/funcy: add python3_9 support
9
10 Bug: https://bugs.gentoo.org/766992
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 dev-python/funcy/funcy-1.15.ebuild | 10 ++++------
15 1 file changed, 4 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/funcy/funcy-1.15.ebuild b/dev-python/funcy/funcy-1.15.ebuild
18 index c6242b5bfe8..204c3872a0d 100644
19 --- a/dev-python/funcy/funcy-1.15.ebuild
20 +++ b/dev-python/funcy/funcy-1.15.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
26 +PYTHON_COMPAT=( python3_{7..9} )
27 inherit distutils-r1
28
29 DESCRIPTION="A collection of fancy functional tools focused on practicality"
30 @@ -16,14 +16,12 @@ KEYWORDS="~amd64 ~x86"
31 IUSE="test"
32 RESTRICT="!test? ( test )"
33
34 -DEPEND=""
35 -RDEPEND="${DEPEND}"
36 BDEPEND="
37 - ${RDEPEND}
38 test? (
39 - dev-python/whatever[${PYTHON_USEDEP}]
40 dev-python/pytest[${PYTHON_USEDEP}]
41 - )"
42 + dev-python/whatever[${PYTHON_USEDEP}]
43 + )
44 +"
45
46 python_test() {
47 distutils_install_for_testing --via-root