From 87fd7de8f1a9cd6dc267f592fb19bcf85629164f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 5 Feb 2020 18:57:53 +0100 Subject: [PATCH] dev-python/pgspecial: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pgspecial/pgspecial-1.11.5.ebuild | 2 +- dev-python/pgspecial/pgspecial-1.11.7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pgspecial/pgspecial-1.11.5.ebuild b/dev-python/pgspecial/pgspecial-1.11.5.ebuild index 932fc9faffd2..d41fd7f97d66 100644 --- a/dev-python/pgspecial/pgspecial-1.11.5.ebuild +++ b/dev-python/pgspecial/pgspecial-1.11.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Python implementation of postgres meta commands" diff --git a/dev-python/pgspecial/pgspecial-1.11.7.ebuild b/dev-python/pgspecial/pgspecial-1.11.7.ebuild index 323ce5614df5..a0377b70a4bd 100644 --- a/dev-python/pgspecial/pgspecial-1.11.7.ebuild +++ b/dev-python/pgspecial/pgspecial-1.11.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Python implementation of postgres meta commands" -- 2.26.2