diff options
author | 2019-12-02 10:01:59 +0100 | |
---|---|---|
committer | 2019-12-04 18:12:42 +0100 | |
commit | 6b1d407ac80adae4934f334323d74a3c86ee9e1a (patch) | |
tree | 83d571eeda7de9b297ecfe90c15ea719fd7e7f90 /dev-python/oct2py | |
parent | dev-python/notebook: Remove py2 (diff) | |
download | gentoo-6b1d407ac80adae4934f334323d74a3c86ee9e1a.tar.gz gentoo-6b1d407ac80adae4934f334323d74a3c86ee9e1a.tar.bz2 gentoo-6b1d407ac80adae4934f334323d74a3c86ee9e1a.zip |
dev-python/oct2py: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oct2py')
-rw-r--r-- | dev-python/oct2py/oct2py-3.6.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/oct2py/oct2py-4.0.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/oct2py/oct2py-3.6.0.ebuild b/dev-python/oct2py/oct2py-3.6.0.ebuild index b6f9760da7c2..d92249da7d6a 100644 --- a/dev-python/oct2py/oct2py-3.6.0.ebuild +++ b/dev-python/oct2py/oct2py-3.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 diff --git a/dev-python/oct2py/oct2py-4.0.6.ebuild b/dev-python/oct2py/oct2py-4.0.6.ebuild index 83793b1357ef..2bcb937a65b8 100644 --- a/dev-python/oct2py/oct2py-4.0.6.ebuild +++ b/dev-python/oct2py/oct2py-4.0.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 |