dev-python/pyelftools: Add python3_5 support

* Trim DESCRIPTION

Package-Manager: portage-2.2.28
This commit is contained in:
David Seifert
2016-03-27 20:45:59 +02:00
parent fec8c6d83d
commit f7235bf470

View 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"