dev-python/rencode: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 17:45:55 +0000 (19:45 +0200)
committerPacho 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

index d8b14ff1ed5c756ae1840ee4f2749b82d86d9215..71c1bdb1716f0e13c71c1d8ca12d16fe0e68e93a 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 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"