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/webassets/
Date: Sat, 27 Feb 2021 21:39:49
Message-Id: 1614461958.7c0c3f3e597b1926f0c7378010b77b5b335f160a.sam@gentoo
1 commit: 7c0c3f3e597b1926f0c7378010b77b5b335f160a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 21:13:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 21:39:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0c3f3e
7
8 dev-python/webassets: add Python 3.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/webassets/webassets-2.0.ebuild | 11 ++++++++---
13 1 file changed, 8 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/webassets/webassets-2.0.ebuild b/dev-python/webassets/webassets-2.0.ebuild
16 index 15cc8518666..c5a300af7a6 100644
17 --- a/dev-python/webassets/webassets-2.0.ebuild
18 +++ b/dev-python/webassets/webassets-2.0.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 DISTUTILS_USE_SETUPTOOLS=rdepend
27 -PYTHON_COMPAT=( python3_{7,8} )
28 +PYTHON_COMPAT=( python3_{7,8,9} )
29
30 inherit distutils-r1
31
32 @@ -24,7 +24,12 @@ BDEPEND="
33 dev-python/nose[${PYTHON_USEDEP}]
34 dev-python/mock[${PYTHON_USEDEP}]
35 !!dev-ruby/sass
36 - )"
37 + )
38 +"
39 +
40 +PATCHES=(
41 + "${FILESDIR}/${PN}-2.0-python39.patch"
42 +)
43
44 distutils_enable_tests pytest