projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ab0724
)
dev-python/filelock: Port to py39
author
Michał Górny
<mgorny@gentoo.org>
Tue, 26 May 2020 11:05:09 +0000
(13:05 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 26 May 2020 12:58:26 +0000
(14:58 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/filelock/filelock-3.0.12.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/filelock/filelock-3.0.12.ebuild
b/dev-python/filelock/filelock-3.0.12.ebuild
index e83bf7bae22012cc7797e6b71439f4d8bbe8254f..fdb92b5ed4da44c22673de9766b129a3492cb748 100644
(file)
--- a/
dev-python/filelock/filelock-3.0.12.ebuild
+++ b/
dev-python/filelock/filelock-3.0.12.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8
,9
} pypy3 )
inherit distutils-r1
MY_P=py-filelock-${PV}
@@
-18,6
+18,4
@@
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
IUSE=""
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
distutils_enable_tests unittest