diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 12:26:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 12:46:55 +0200 |
commit | 25617a22c771fda0a32f0e8ef2c2d48a018de2fa (patch) | |
tree | d2d59aae006d51bed400b6adc52758ae6063c42c /dev-python | |
parent | sys-block/buffer: port to EAPI=7 (diff) | |
download | gentoo-25617a22c771fda0a32f0e8ef2c2d48a018de2fa.tar.gz gentoo-25617a22c771fda0a32f0e8ef2c2d48a018de2fa.tar.bz2 gentoo-25617a22c771fda0a32f0e8ef2c2d48a018de2fa.zip |
dev-python/chardet: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/chardet/chardet-3.0.4-r1.ebuild (renamed from dev-python/chardet/chardet-3.0.4.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/chardet/chardet-3.0.4.ebuild b/dev-python/chardet/chardet-3.0.4-r1.ebuild index 051d976f3a06..b9ef9346d1c3 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}] ) " |