Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pgspecial/
Date: Wed, 30 Sep 2020 09:28:21
Message-Id: 1601458089.78140c1736c90db47a6e1761810913d6f0a72ea1.juippis@gentoo
1 commit: 78140c1736c90db47a6e1761810913d6f0a72ea1
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Wed Sep 30 08:17:45 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 09:28:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78140c17
7
8 dev-python/pgspecial: bring back python 3.6
9
10 - Not sure why 3.6 was removed, but it's needed for revdeps.
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
14 Closes: https://github.com/gentoo/gentoo/pull/17330
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 dev-python/pgspecial/pgspecial-1.11.10.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-python/pgspecial/pgspecial-1.11.10.ebuild b/dev-python/pgspecial/pgspecial-1.11.10.ebuild
21 index c35d1714c4d..1f8952ae4e4 100644
22 --- a/dev-python/pgspecial/pgspecial-1.11.10.ebuild
23 +++ b/dev-python/pgspecial/pgspecial-1.11.10.ebuild
24 @@ -3,7 +3,7 @@
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python3_{7,8,9} )
29 +PYTHON_COMPAT=( python3_{6..9} )
30 inherit distutils-r1
31
32 DESCRIPTION="Python implementation of PostgreSQL meta commands"