projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd3e9d5
)
dev-python/semantic_version: Support python 3.5
author
Pacho Ramos
<pacho@gentoo.org>
Sat, 8 Oct 2016 16:01:43 +0000
(18:01 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sat, 8 Oct 2016 16:04:49 +0000
(18:04 +0200)
Package-Manager: portage-2.3.1
dev-python/semantic_version/semantic_version-2.4.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/semantic_version/semantic_version-2.4.2.ebuild
b/dev-python/semantic_version/semantic_version-2.4.2.ebuild
index 8ac1648695377ed36a0062156cc7f2c4403fe9c0..590cfed47c6185211023a99bc5a727bc606184c0 100644
(file)
--- a/
dev-python/semantic_version/semantic_version-2.4.2.ebuild
+++ b/
dev-python/semantic_version/semantic_version-2.4.2.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
6
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4
,3_5
} pypy )
inherit distutils-r1