diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:06:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:10:17 +0100 |
commit | 1b4427a776d17c1e2b8bfbd61918432249eececf (patch) | |
tree | 44dd81aefb1fd667999bd38bb8c6feb217d54078 /dev-python/autobahn | |
parent | sci-libs/vtk: Remove py2 (diff) | |
download | gentoo-1b4427a776d17c1e2b8bfbd61918432249eececf.tar.gz gentoo-1b4427a776d17c1e2b8bfbd61918432249eececf.tar.bz2 gentoo-1b4427a776d17c1e2b8bfbd61918432249eececf.zip |
dev-python/autobahn: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/autobahn')
-rw-r--r-- | dev-python/autobahn/autobahn-17.10.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/autobahn/autobahn-17.5.1-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/autobahn/autobahn-17.9.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/autobahn/autobahn-17.9.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/autobahn/autobahn-18.3.1.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/autobahn/autobahn-17.10.1.ebuild b/dev-python/autobahn/autobahn-17.10.1.ebuild index d806cf15eee9..ae72e1f6178a 100644 --- a/dev-python/autobahn/autobahn-17.10.1.ebuild +++ b/dev-python/autobahn/autobahn-17.10.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 versionator diff --git a/dev-python/autobahn/autobahn-17.5.1-r2.ebuild b/dev-python/autobahn/autobahn-17.5.1-r2.ebuild index 7a621b460ede..b91b886d58f2 100644 --- a/dev-python/autobahn/autobahn-17.5.1-r2.ebuild +++ b/dev-python/autobahn/autobahn-17.5.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 versionator diff --git a/dev-python/autobahn/autobahn-17.9.1.ebuild b/dev-python/autobahn/autobahn-17.9.1.ebuild index d806cf15eee9..ae72e1f6178a 100644 --- a/dev-python/autobahn/autobahn-17.9.1.ebuild +++ b/dev-python/autobahn/autobahn-17.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 versionator diff --git a/dev-python/autobahn/autobahn-17.9.2.ebuild b/dev-python/autobahn/autobahn-17.9.2.ebuild index d806cf15eee9..ae72e1f6178a 100644 --- a/dev-python/autobahn/autobahn-17.9.2.ebuild +++ b/dev-python/autobahn/autobahn-17.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 versionator diff --git a/dev-python/autobahn/autobahn-18.3.1.ebuild b/dev-python/autobahn/autobahn-18.3.1.ebuild index d52ee164e216..2da651aae142 100644 --- a/dev-python/autobahn/autobahn-18.3.1.ebuild +++ b/dev-python/autobahn/autobahn-18.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 versionator |