diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-14 12:34:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-14 13:40:53 +0100 |
commit | 07429503ce54883c8cc10e6adb80e7456c3a58c7 (patch) | |
tree | 47900a7f2d531d6362d7dff18e07869cf1dfebdc /dev-python/sphinx-gallery | |
parent | sys-boot/grub: Do not reference grub2 in default file (diff) | |
download | gentoo-07429503ce54883c8cc10e6adb80e7456c3a58c7.tar.gz gentoo-07429503ce54883c8cc10e6adb80e7456c3a58c7.tar.bz2 gentoo-07429503ce54883c8cc10e6adb80e7456c3a58c7.zip |
dev-python/sphinx-gallery: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-gallery')
-rw-r--r-- | dev-python/sphinx-gallery/sphinx-gallery-0.1.12-r1.ebuild (renamed from dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild) | 2 | ||||
-rw-r--r-- | dev-python/sphinx-gallery/sphinx-gallery-0.3.1-r1.ebuild (renamed from dev-python/sphinx-gallery/sphinx-gallery-0.3.1.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12-r1.ebuild index fcdba8ac9ddc..33297c1d6aa9 100644 --- a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild +++ b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.3.1.ebuild b/dev-python/sphinx-gallery/sphinx-gallery-0.3.1-r1.ebuild index 68f969893e96..c041c17450a3 100644 --- a/dev-python/sphinx-gallery/sphinx-gallery-0.3.1.ebuild +++ b/dev-python/sphinx-gallery/sphinx-gallery-0.3.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |