From 25617a22c771fda0a32f0e8ef2c2d48a018de2fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 20 Sep 2020 12:26:03 +0200 Subject: [PATCH] dev-python/chardet: Remove python2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{chardet-3.0.4.ebuild => chardet-3.0.4-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename dev-python/chardet/{chardet-3.0.4.ebuild => chardet-3.0.4-r1.ebuild} (87%) diff --git a/dev-python/chardet/chardet-3.0.4.ebuild b/dev-python/chardet/chardet-3.0.4-r1.ebuild similarity index 87% rename from dev-python/chardet/chardet-3.0.4.ebuild rename to dev-python/chardet/chardet-3.0.4-r1.ebuild index 051d976f3a06f..b9ef9346d1c31 100644 --- a/dev-python/chardet/chardet-3.0.4.ebuild +++ b/dev-python/chardet/chardet-3.0.4-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 @@ -19,8 +19,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} +DEPEND=" test? ( dev-python/hypothesis[${PYTHON_USEDEP}] ) "