dev-python/ssl-fetch: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 26 Feb 2020 12:15:22 +0000 (13:15 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 26 Feb 2020 12:17:59 +0000 (13:17 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ssl-fetch/ssl-fetch-0.4.ebuild
dev-python/ssl-fetch/ssl-fetch-9999.ebuild

index 4711b10e72b9c936541a89809b300f5dcb21f7ae..01158a575ba12a27f1f090849a3643997e1b9f46 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
@@ -21,11 +21,6 @@ DEPEND=""
 
 RDEPEND="${DEPEND}
        >=dev-python/requests-1.2.1[${PYTHON_USEDEP}]
-       python_targets_python2_7? (
-               dev-python/ndg-httpsclient[python_targets_python2_7]
-               dev-python/pyasn1[python_targets_python2_7]
-               >=dev-python/pyopenssl-0.13[python_targets_python2_7]
-               )
        "
 
 pkg_postinst() {
index 052b8b73862b012e5983625cfb93ea26118704aa..bd7d61998dfe1a0867c399b21986aa208eee6116 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 EGIT_BRANCH="master"
 
@@ -24,11 +24,6 @@ DEPEND=""
 
 RDEPEND="${DEPEND}
        >=dev-python/requests-1.2.1[${PYTHON_USEDEP}]
-       python_targets_python2_7? (
-               dev-python/ndg-httpsclient[python_targets_python2_7]
-               dev-python/pyasn1[python_targets_python2_7]
-               >=dev-python/pyopenssl-0.13[python_targets_python2_7]
-               )
        "
 
 pkg_postinst() {