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: dev-python/pgspecial/
Date: Wed, 05 Feb 2020 18:00:06
Message-Id: 1580925473.87fd7de8f1a9cd6dc267f592fb19bcf85629164f.mgorny@gentoo
1 commit: 87fd7de8f1a9cd6dc267f592fb19bcf85629164f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 17:57:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 17:57:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87fd7de8
7
8 dev-python/pgspecial: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pgspecial/pgspecial-1.11.5.ebuild | 2 +-
13 dev-python/pgspecial/pgspecial-1.11.7.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pgspecial/pgspecial-1.11.5.ebuild b/dev-python/pgspecial/pgspecial-1.11.5.ebuild
17 index 932fc9faffd..d41fd7f97d6 100644
18 --- a/dev-python/pgspecial/pgspecial-1.11.5.ebuild
19 +++ b/dev-python/pgspecial/pgspecial-1.11.5.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
25 +PYTHON_COMPAT=( python{3_6,3_7} )
26 inherit distutils-r1
27
28 DESCRIPTION="Python implementation of postgres meta commands"
29
30 diff --git a/dev-python/pgspecial/pgspecial-1.11.7.ebuild b/dev-python/pgspecial/pgspecial-1.11.7.ebuild
31 index 323ce5614df..a0377b70a4b 100644
32 --- a/dev-python/pgspecial/pgspecial-1.11.7.ebuild
33 +++ b/dev-python/pgspecial/pgspecial-1.11.7.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=7
37
38 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
39 +PYTHON_COMPAT=( python{3_6,3_7} )
40 inherit distutils-r1
41
42 DESCRIPTION="Python implementation of postgres meta commands"