Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 378110 Details for
Bug 512214
dev-python/pyelftools-0.22: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
a diff -u in cvs
pyelftools.patch (text/plain), 1.20 KB, created by
Ian Delaney (RETIRED)
on 2014-06-03 01:19:07 UTC
(
hide
)
Description:
a diff -u in cvs
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2014-06-03 01:19:07 UTC
Size:
1.20 KB
patch
obsolete
>--- pyelftools-0.21-r4.ebuild 2014-02-12 14:54:28.668898917 +0800 >+++ pyelftools-0.22.ebuild 2014-06-03 08:46:09.972005872 +0800 >@@ -2,9 +2,9 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-python/pyelftools/pyelftools-0.21-r4.ebuild,v 1.9 2014/02/11 18:25:02 bicatali Exp $ > >-EAPI="4" >+EAPI=5 > >-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) >+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) > inherit distutils-r1 > > DESCRIPTION="pure-Python library for parsing and analyzing ELF files and DWARF debugging information" >@@ -14,11 +14,9 @@ > LICENSE="public-domain" > SLOT="0" > KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~amd64-linux ~sparc-fbsd ~x86-fbsd ~x86-linux" >-IUSE="" >+IUSE="examples" > >-src_prepare() { >- epatch "${FILESDIR}"/${P}-dyntable.patch >-} >+# Patch no longer applies. Builds fine without. Re-base if desired. > > python_test() { > # readelf_tests often fails due to host `readelf` changing output format >@@ -27,3 +25,8 @@ > "${PYTHON}" ./test/run_${t}.py || die "Tests fail with ${EPYTHON}" > done > } >+ >+python_install_all() { >+ use examples && local EXAMPLES=( examples/. ) >+ distutils-r1_python_install_all >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 512214
: 378110