Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/pybugz/
Date: Sun, 21 Oct 2018 09:18:24
Message-Id: 1540113470.9a1e58bd4dc0f0fb1fc8a7271df3076d6e376dd3.pacho@gentoo
1 commit: 9a1e58bd4dc0f0fb1fc8a7271df3076d6e376dd3
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 21 09:17:50 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 21 09:17:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1e58bd
7
8 www-client/pybugz: Support python 3.7
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 www-client/pybugz/pybugz-0.13.ebuild | 4 ++--
14 www-client/pybugz/pybugz-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/www-client/pybugz/pybugz-0.13.ebuild b/www-client/pybugz/pybugz-0.13.ebuild
18 index 1376fb7ff52..575ba97f84d 100644
19 --- a/www-client/pybugz/pybugz-0.13.ebuild
20 +++ b/www-client/pybugz/pybugz-0.13.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 -PYTHON_COMPAT=( python3_{4,5,6} )
28 +PYTHON_COMPAT=( python3_{4,5,6,7} )
29 PYTHON_REQ_USE="readline(+)"
30
31 if [ "${PV}" = "9999" ]; then
32
33 diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild
34 index 580e0af4cd1..f5305446877 100644
35 --- a/www-client/pybugz/pybugz-9999.ebuild
36 +++ b/www-client/pybugz/pybugz-9999.ebuild
37 @@ -1,8 +1,8 @@
38 -# Copyright 1999-2017 Gentoo Foundation
39 +# Copyright 1999-2018 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=5
43 -PYTHON_COMPAT=( python3_{4,5,6} )
44 +PYTHON_COMPAT=( python3_{4,5,6,7} )
45 PYTHON_REQ_USE="readline(+)"
46
47 if [ "${PV}" = "9999" ]; then