summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:14:17 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:14:17 +0100
commit249fdec4b49104ac6fa4f2cb1681e84a79a5286c (patch)
treebdf865f733475a90634a313cff5366620a37957e /dev-python/pyClamd
parentdev-python/pycipher: Remove Py2 (diff)
downloadgentoo-249fdec4b49104ac6fa4f2cb1681e84a79a5286c.tar.gz
gentoo-249fdec4b49104ac6fa4f2cb1681e84a79a5286c.tar.bz2
gentoo-249fdec4b49104ac6fa4f2cb1681e84a79a5286c.zip
dev-python/pyClamd: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/pyClamd')
-rw-r--r--dev-python/pyClamd/pyClamd-0.4.0-r1.ebuild2
-rw-r--r--dev-python/pyClamd/pyClamd-0.4.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyClamd/pyClamd-0.4.0-r1.ebuild b/dev-python/pyClamd/pyClamd-0.4.0-r1.ebuild
index dfcc0c76b5e6..833a2ac69d31 100644
--- a/dev-python/pyClamd/pyClamd-0.4.0-r1.ebuild
+++ b/dev-python/pyClamd/pyClamd-0.4.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
diff --git a/dev-python/pyClamd/pyClamd-0.4.0.ebuild b/dev-python/pyClamd/pyClamd-0.4.0.ebuild
index bfe1abf058cf..a926a96bc7eb 100644
--- a/dev-python/pyClamd/pyClamd-0.4.0.ebuild
+++ b/dev-python/pyClamd/pyClamd-0.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1