diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 13:49:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 13:59:57 +0100 |
commit | ddd30cbfa0dbea1d4c5c5fb3e3a7b8d8395ac1ff (patch) | |
tree | fc3c2de5dc6f0ed883816af8b095470f1417b9b0 /dev-python/openpyxl | |
parent | dev-python/errorhandler: Remove py2 (diff) | |
download | gentoo-ddd30cbfa0dbea1d4c5c5fb3e3a7b8d8395ac1ff.tar.gz gentoo-ddd30cbfa0dbea1d4c5c5fb3e3a7b8d8395ac1ff.tar.bz2 gentoo-ddd30cbfa0dbea1d4c5c5fb3e3a7b8d8395ac1ff.zip |
dev-python/openpyxl: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/openpyxl')
-rw-r--r-- | dev-python/openpyxl/openpyxl-2.6.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/openpyxl/openpyxl-2.6.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/openpyxl/openpyxl-2.6.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/openpyxl/openpyxl-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/openpyxl/openpyxl-2.6.1.ebuild b/dev-python/openpyxl/openpyxl-2.6.1.ebuild index 1c60e0ce0a68..79b1b9600bd0 100644 --- a/dev-python/openpyxl/openpyxl-2.6.1.ebuild +++ b/dev-python/openpyxl/openpyxl-2.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/openpyxl/openpyxl-2.6.2.ebuild b/dev-python/openpyxl/openpyxl-2.6.2.ebuild index bfac1ddd1532..b4e7a9f9c3a0 100644 --- a/dev-python/openpyxl/openpyxl-2.6.2.ebuild +++ b/dev-python/openpyxl/openpyxl-2.6.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/openpyxl/openpyxl-2.6.4.ebuild b/dev-python/openpyxl/openpyxl-2.6.4.ebuild index 433dd9136f9b..284935b4f7ee 100644 --- a/dev-python/openpyxl/openpyxl-2.6.4.ebuild +++ b/dev-python/openpyxl/openpyxl-2.6.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild b/dev-python/openpyxl/openpyxl-9999.ebuild index 35313a2cb368..957f018d2820 100644 --- a/dev-python/openpyxl/openpyxl-9999.ebuild +++ b/dev-python/openpyxl/openpyxl-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 mercurial |