diff options
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" |