diff options
Diffstat (limited to 'dev-python/icalendar')
-rw-r--r-- | dev-python/icalendar/icalendar-3.11.7-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/icalendar/icalendar-3.11.7.ebuild | 4 | ||||
-rw-r--r-- | dev-python/icalendar/icalendar-3.9.2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/icalendar/icalendar-3.11.7-r1.ebuild b/dev-python/icalendar/icalendar-3.11.7-r1.ebuild index 015b5a6c7e04..971e582047cd 100644 --- a/dev-python/icalendar/icalendar-3.11.7-r1.ebuild +++ b/dev-python/icalendar/icalendar-3.11.7-r1.ebuild @@ -1,9 +1,9 @@ -# 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} pypy ) +PYTHON_COMPAT=( python2_7 python3_{5,6} pypy ) inherit distutils-r1 diff --git a/dev-python/icalendar/icalendar-3.11.7.ebuild b/dev-python/icalendar/icalendar-3.11.7.ebuild index a785d641fa77..6a16df4e17fe 100644 --- a/dev-python/icalendar/icalendar-3.11.7.ebuild +++ b/dev-python/icalendar/icalendar-3.11.7.ebuild @@ -1,9 +1,9 @@ -# 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} pypy ) +PYTHON_COMPAT=( python2_7 python3_{5,6} pypy ) inherit distutils-r1 diff --git a/dev-python/icalendar/icalendar-3.9.2.ebuild b/dev-python/icalendar/icalendar-3.9.2.ebuild index 447c91f3472c..40fe2dcfd563 100644 --- a/dev-python/icalendar/icalendar-3.9.2.ebuild +++ b/dev-python/icalendar/icalendar-3.9.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{5,6} pypy ) inherit distutils-r1 |