diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:18:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:24:31 +0100 |
commit | 5da868f8aa3c503ae1f4b8bbdad76874390d6679 (patch) | |
tree | ccf40457fb1603e2c311a70eabcc5021cf368d25 /dev-python/blockdiag | |
parent | dev-python/sphinxcontrib-blockdiag: Remove py2 (diff) | |
download | gentoo-5da868f8aa3c503ae1f4b8bbdad76874390d6679.tar.gz gentoo-5da868f8aa3c503ae1f4b8bbdad76874390d6679.tar.bz2 gentoo-5da868f8aa3c503ae1f4b8bbdad76874390d6679.zip |
dev-python/blockdiag: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/blockdiag')
-rw-r--r-- | dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/blockdiag/blockdiag-1.5.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild b/dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild index 8a137320716c..273bc00389b8 100644 --- a/dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild +++ b/dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/blockdiag/blockdiag-1.5.4.ebuild b/dev-python/blockdiag/blockdiag-1.5.4.ebuild index 88a33caf9ca2..f3cc9634ab33 100644 --- a/dev-python/blockdiag/blockdiag-1.5.4.ebuild +++ b/dev-python/blockdiag/blockdiag-1.5.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |