Signed-off-by: Michał Górny <mgorny@gentoo.org>
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
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() {
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
EGIT_BRANCH="master"
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() {