Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/q-text-as-data/
Date: Sun, 02 Aug 2020 12:03:05
Message-Id: 1596369767.aa6904ba7c77a90e84fba4e2d4b1465a70757cef.mgorny@gentoo
1 commit: aa6904ba7c77a90e84fba4e2d4b1465a70757cef
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 11:49:26 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 12:02:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6904ba
7
8 app-text/q-text-as-data: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-text/q-text-as-data/q-text-as-data-2.0.10.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-text/q-text-as-data/q-text-as-data-2.0.10.ebuild b/app-text/q-text-as-data/q-text-as-data-2.0.10.ebuild
16 index f3c988259f1..28dbf1e7a1b 100644
17 --- a/app-text/q-text-as-data/q-text-as-data-2.0.10.ebuild
18 +++ b/app-text/q-text-as-data/q-text-as-data-2.0.10.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="7"
25 -PYTHON_COMPAT=( python2_7 python3_{6..9} )
26 +PYTHON_COMPAT=( python3_{6..9} )
27 PYTHON_REQ_USE="sqlite"
28
29 inherit python-r1