projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d62d0e
)
dev-python/rencode: Support python3.6
author
Pacho Ramos
<pacho@gentoo.org>
Tue, 26 Jun 2018 17:45:55 +0000
(19:45 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Tue, 26 Jun 2018 18:09:12 +0000
(20:09 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/rencode/rencode-1.0.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/rencode/rencode-1.0.5.ebuild
b/dev-python/rencode/rencode-1.0.5.ebuild
index d8b14ff1ed5c756ae1840ee4f2749b82d86d9215..71c1bdb1716f0e13c71c1d8ca12d16fe0e68e93a 100644
(file)
--- a/
dev-python/rencode/rencode-1.0.5.ebuild
+++ b/
dev-python/rencode/rencode-1.0.5.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
7
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_
4 python3_5
)
+PYTHON_COMPAT=( python2_7 python3_
{4,5,6}
)
inherit distutils-r1
DESCRIPTION="similar to bencode from the BitTorrent project"