diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:55:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 22:21:21 +0100 |
commit | 3dc97a65132f1793789307c559f1ed3856928d3c (patch) | |
tree | 20c31a80a05b8fe8177677c6cdb85b4b6d81ed93 /dev-python/py-ubjson | |
parent | dev-python/pyu2f: Remove py2 (diff) | |
download | gentoo-3dc97a65132f1793789307c559f1ed3856928d3c.tar.gz gentoo-3dc97a65132f1793789307c559f1ed3856928d3c.tar.bz2 gentoo-3dc97a65132f1793789307c559f1ed3856928d3c.zip |
dev-python/py-ubjson: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/py-ubjson')
-rw-r--r-- | dev-python/py-ubjson/py-ubjson-0.10.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/py-ubjson/py-ubjson-0.11.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/py-ubjson/py-ubjson-0.9.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/py-ubjson/py-ubjson-0.10.0.ebuild b/dev-python/py-ubjson/py-ubjson-0.10.0.ebuild index 09e03c9e87a7..166babd1ec0a 100644 --- a/dev-python/py-ubjson/py-ubjson-0.10.0.ebuild +++ b/dev-python/py-ubjson/py-ubjson-0.10.0.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/py-ubjson/py-ubjson-0.11.0.ebuild b/dev-python/py-ubjson/py-ubjson-0.11.0.ebuild index 4d3aa9e4e279..5e5fe71b8261 100644 --- a/dev-python/py-ubjson/py-ubjson-0.11.0.ebuild +++ b/dev-python/py-ubjson/py-ubjson-0.11.0.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/py-ubjson/py-ubjson-0.9.0.ebuild b/dev-python/py-ubjson/py-ubjson-0.9.0.ebuild index 87df06633dd5..a109f2f332e8 100644 --- a/dev-python/py-ubjson/py-ubjson-0.9.0.ebuild +++ b/dev-python/py-ubjson/py-ubjson-0.9.0.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 |