diff options
author | 2019-04-17 09:48:22 +0200 | |
---|---|---|
committer | 2019-04-17 09:48:22 +0200 | |
commit | 2db67a589e688ba866fce79132f608652bbc4cd8 (patch) | |
tree | 108083d26ac33deecb9d884215c6f68864a69704 /dev-python/jira | |
parent | sys-fs/lvm2: improve dmeventd init (diff) | |
download | gentoo-2db67a589e688ba866fce79132f608652bbc4cd8.tar.gz gentoo-2db67a589e688ba866fce79132f608652bbc4cd8.tar.bz2 gentoo-2db67a589e688ba866fce79132f608652bbc4cd8.zip |
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jira')
-rw-r--r-- | dev-python/jira/jira-1.0.10-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/jira/jira-1.0.10.ebuild | 4 | ||||
-rw-r--r-- | dev-python/jira/jira-1.0.14-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/jira/jira-1.0.14.ebuild | 4 | ||||
-rw-r--r-- | dev-python/jira/jira-1.0.5.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/dev-python/jira/jira-1.0.10-r1.ebuild b/dev-python/jira/jira-1.0.10-r1.ebuild index 023e1361916e..e5db735a6869 100644 --- a/dev-python/jira/jira-1.0.10-r1.ebuild +++ b/dev-python/jira/jira-1.0.10-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Python library for interacting with the JIRA REST API" diff --git a/dev-python/jira/jira-1.0.10.ebuild b/dev-python/jira/jira-1.0.10.ebuild index 68545d1ee3cd..78883169404e 100644 --- a/dev-python/jira/jira-1.0.10.ebuild +++ b/dev-python/jira/jira-1.0.10.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Python library for interacting with the JIRA REST API" diff --git a/dev-python/jira/jira-1.0.14-r1.ebuild b/dev-python/jira/jira-1.0.14-r1.ebuild index 70df2a7ab9b2..d79debdf1ec4 100644 --- a/dev-python/jira/jira-1.0.14-r1.ebuild +++ b/dev-python/jira/jira-1.0.14-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Python library for interacting with the JIRA REST API" diff --git a/dev-python/jira/jira-1.0.14.ebuild b/dev-python/jira/jira-1.0.14.ebuild index 08a583cdb83e..365511b8d96e 100644 --- a/dev-python/jira/jira-1.0.14.ebuild +++ b/dev-python/jira/jira-1.0.14.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Python library for interacting with the JIRA REST API" diff --git a/dev-python/jira/jira-1.0.5.ebuild b/dev-python/jira/jira-1.0.5.ebuild index bae39a9f3044..e562c6ba6fe8 100644 --- a/dev-python/jira/jira-1.0.5.ebuild +++ b/dev-python/jira/jira-1.0.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_5 ) inherit distutils-r1 DESCRIPTION="Python library for interacting with the JIRA REST API" |