Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dogpile-cache/
Date: Sun, 02 Aug 2020 19:05:38
Message-Id: 1596394736.e25cfee90b8696e6dfedf93dc9ca7da5e1eb6ea4.sam@gentoo
1 commit: e25cfee90b8696e6dfedf93dc9ca7da5e1eb6ea4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 18:58:56 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 18:58:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25cfee9
7
8 dev-python/dogpile-cache: add Python 3.9
9
10 Acked-by: Matthew Thode <prometheanfire <AT> gentoo.org>
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild | 11 ++++-------
15 1 file changed, 4 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild b/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
18 index f4834cc71ca..a4f70aebb55 100644
19 --- a/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
20 +++ b/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
26 +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
27
28 inherit distutils-r1
29
30 @@ -14,17 +14,14 @@ S="${WORKDIR}/dogpile.cache-${PV}"
31 LICENSE="Apache-2.0"
32 SLOT="0"
33 KEYWORDS="amd64 ~arm arm64 x86"
34 -IUSE="test"
35 -RESTRICT="!test? ( test )"
36
37 RDEPEND=""
38 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
39 +BDEPEND="
40 >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
41 test? (
42 - dev-python/pytest[${PYTHON_USEDEP}]
43 - dev-python/pytest-cov[${PYTHON_USEDEP}]
44 dev-python/mock[${PYTHON_USEDEP}]
45 dev-python/mako[${PYTHON_USEDEP}]
46 - )"
47 + )
48 +"
49
50 distutils_enable_tests pytest