dev-python/pyelftools: Add python3_5 support
authorDavid Seifert <soap@gentoo.org>
Sun, 27 Mar 2016 18:45:59 +0000 (20:45 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 27 Mar 2016 19:03:58 +0000 (21:03 +0200)
* Trim DESCRIPTION

Package-Manager: portage-2.2.28

dev-python/pyelftools/pyelftools-0.23-r1.ebuild

index d2ac8fbd2e7e5f8399f213fae2fae990894d1208..91c833e7bbfac4270cc2373825c98b784739e45d 100644 (file)
@@ -1,13 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 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} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 inherit distutils-r1
 
-DESCRIPTION="pure-Python library for parsing and analyzing ELF files and DWARF debugging information"
+DESCRIPTION="pure-Python library for analyzing ELF files and DWARF debugging information"
 HOMEPAGE="https://pypi.python.org/pypi/pyelftools https://github.com/eliben/pyelftools"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"