projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b71bfcd
)
dev-python/soupsieve: Port to py39
author
Michał Górny
<mgorny@gentoo.org>
Tue, 26 May 2020 16:03:31 +0000
(18:03 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 26 May 2020 16:23:34 +0000
(18:23 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/soupsieve/soupsieve-1.9.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/soupsieve/soupsieve-1.9.5.ebuild
b/dev-python/soupsieve/soupsieve-1.9.5.ebuild
index 0b5495a28693104020fb9be9a70c539008d386b2..6c09f781048d3914c03a4a0579e3df9aa6b7c3ae 100644
(file)
--- a/
dev-python/soupsieve/soupsieve-1.9.5.ebuild
+++ b/
dev-python/soupsieve/soupsieve-1.9.5.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
@@
-16,6
+16,7
@@
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
IUSE="test"
+RESTRICT+=" !test? ( test )"
RDEPEND="
$(python_gen_cond_dep 'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' -2)
@@
-28,6
+29,4
@@
BDEPEND="${RDEPEND}
)
"
-RESTRICT+=" !test? ( test )"
-
distutils_enable_tests pytest