Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypugjs/
Date: Sun, 28 Mar 2021 22:16:21
Message-Id: 1616969761.2d7f6e8cc7ad13ea75a7c2e0f09da17df809f0ae.dolsen@gentoo
1 commit: 2d7f6e8cc7ad13ea75a7c2e0f09da17df809f0ae
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 28 19:44:19 2021 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 28 22:16:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7f6e8c
7
8 dev-python/pypugjs: Add py3.9 to python_compat
9
10 Required for buildbot-3.0.2
11
12 Package-Manager: Portage-3.0.14, Repoman-3.0.2
13 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
14
15 dev-python/pypugjs/pypugjs-5.9.9.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/pypugjs/pypugjs-5.9.9.ebuild b/dev-python/pypugjs/pypugjs-5.9.9.ebuild
19 index 5301bcefc4e..7d4959b3c7b 100644
20 --- a/dev-python/pypugjs/pypugjs-5.9.9.ebuild
21 +++ b/dev-python/pypugjs/pypugjs-5.9.9.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python3_{7,8} )
27 +PYTHON_COMPAT=( python3_{7,8,9} )
28 DISTUTILS_USE_SETUPTOOLS="rdepend"
29
30 inherit distutils-r1