commit: 32602815c6945c955d77a63eb0a80c36d95d7428
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 16:04:24 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 26 16:23:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32602815
dev-python/webencodings: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/webencodings/webencodings-0.5.1-r1.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-python/webencodings/webencodings-0.5.1-r1.ebuild
b/dev-python/webencodings/webencodings-0.5.1-r1.ebuild
index c511938ec28..007f25600ab 100644
--- a/dev-python/webencodings/webencodings-0.5.1-r1.ebuild
+++ b/dev-python/webencodings/webencodings-0.5.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
inherit distutils-r1
@@ -15,10 +15,6 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86
~amd64-linux ~x86-linux ~x64-macos"
-BDEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
distutils_enable_tests pytest
python_prepare_all() {