projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc03a33
)
dev-util/bumpversion: Add python3_5 support
author
Manuel Rüger
<mrueg@gentoo.org>
Mon, 13 Mar 2017 13:58:25 +0000
(14:58 +0100)
committer
Manuel Rüger
<mrueg@gentoo.org>
Mon, 13 Mar 2017 13:58:25 +0000
(14:58 +0100)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
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 968d4e1d564eda07911c9f8f68daef42d17b0b66..a2e4cb760861eeb9ccbf93206cf0f77ef466662e 100644
(file)
--- a/
dev-util/bumpversion/bumpversion-0.5.3.ebuild
+++ b/
dev-util/bumpversion/bumpversion-0.5.3.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python
2_7 python3_4
pypy )
+PYTHON_COMPAT=( python
{2_7,3_4,3_5}
pypy )
inherit distutils-r1