projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e15b0c
)
dev-util/bumpversion: Remove py2
author
Michał Górny
<mgorny@gentoo.org>
Tue, 11 Feb 2020 11:54:53 +0000
(12:54 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 11 Feb 2020 12:16:04 +0000
(13:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/bumpversion/bumpversion-0.5.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/bumpversion/bumpversion-0.5.3.ebuild
b/dev-util/bumpversion/bumpversion-0.5.3.ebuild
index 78e1b44af26366b8161dd77ea89c7104fb1b103b..268568a0626ed360cf6993017481fcce5407f565 100644
(file)
--- a/
dev-util/bumpversion/bumpversion-0.5.3.ebuild
+++ b/
dev-util/bumpversion/bumpversion-0.5.3.ebuild
@@
-3,7
+3,7
@@
EAPI=5
-PYTHON_COMPAT=( python
{2_7,3_6}
)
+PYTHON_COMPAT=( python
3_6
)
inherit distutils-r1
@@
-20,7
+20,6
@@
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
- dev-python/configparser[$(python_gen_usedep "python2*" pypy)]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)