commit: 3dc97a65132f1793789307c559f1ed3856928d3c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 5 20:55:36 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 5 21:21:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc97a65
dev-python/py-ubjson: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/py-ubjson/py-ubjson-0.10.0.ebuild | 2 +- dev-python/py-ubjson/py-ubjson-0.11.0.ebuild | 2 +- 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 09e03c9e87a..166babd1ec0 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 4d3aa9e4e27..5e5fe71b826 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 87df06633dd..a109f2f332e 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
