# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
DESCRIPTION="Python library for interacting with the JIRA REST API"
SLOT="0"
KEYWORDS="~amd64"
IUSE="magic jirashell kerberos oauth"
-REQUIRED_USE="kerberos? ( !python_targets_python2_7 )
- jirashell? ( || ( $(python_gen_useflags -3) ) )"
DEPEND="
>=dev-python/pbr-3.0[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
magic? ( dev-python/filemagic[${PYTHON_USEDEP}] )
jirashell? (
- $(python_gen_cond_dep '
- dev-python/ipython[${PYTHON_USEDEP}]
- dev-python/requests-oauthlib[${PYTHON_USEDEP}]
- ' -3)
+ dev-python/ipython[${PYTHON_USEDEP}]
+ dev-python/requests-oauthlib[${PYTHON_USEDEP}]
)
- kerberos? ( $(python_gen_cond_dep 'dev-python/requests-kerberos[${PYTHON_USEDEP}]' -3) )
+ kerberos? ( dev-python/requests-kerberos[${PYTHON_USEDEP}] )
oauth? (
- || ( dev-python/pycryptodome[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] )
+ || (
+ dev-python/pycryptodome[${PYTHON_USEDEP}]
+ dev-python/pycrypto[${PYTHON_USEDEP}]
+ )
dev-python/requests-oauthlib[${PYTHON_USEDEP}]
)
"