projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a79bcf
)
dev-python/pytest-cython: Remove Python 2 support
author
Michał Górny
<mgorny@gentoo.org>
Sat, 18 Jan 2020 18:27:52 +0000
(19:27 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 18 Jan 2020 18:47:48 +0000
(19:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-cython/pytest-cython-0.1.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild
b/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild
index c08edace5cf1ff80b68606d6a1411d2843b9b78d..867bc400cde49e655b2f7d8d2ad7f4e36fbcdfdd 100644
(file)
--- a/
dev-python/pytest-cython/pytest-cython-0.1.0.ebuild
+++ b/
dev-python/pytest-cython/pytest-cython-0.1.0.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python
2_7 python
3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1