Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 188065 Details for
Bug 247145
dev-python/pypcap fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Fixed ebuild to utilize the patch
pypcap-1.1.ebuild (text/plain), 1.15 KB, created by
Mike Kazantsev
on 2009-04-12 08:11:52 UTC
(
hide
)
Description:
Fixed ebuild to utilize the patch
Filename:
MIME Type:
Creator:
Mike Kazantsev
Created:
2009-04-12 08:11:52 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-python/pypcap/pypcap-1.1.ebuild,v 1.5 2007/06/23 07:25:58 lucass Exp $ > >NEED_PYTHON=2.3 > >inherit distutils > >DESCRIPTION="Simplified object-oriented Python extension module for libpcap" >HOMEPAGE="http://code.google.com/p/pypcap/" >SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="examples" > >RDEPEND="virtual/libpcap" >DEPEND="${RDEPEND} > >=dev-python/pyrex-0.9.5.1a" > >src_unpack() { > unpack "${A}" > cd "${S}" > epatch "${FILESDIR}/include_path.patch" || die >} > >src_compile() { > # pcap.c was generated with pyrex-0.9.3 > # and <=pyrex-0.9.5.1a is incompatible with python-2.5. > # So we regenerate it. Bug #180039 > pyrexc pcap.pyx || die "pyrexc failed" > "${python}" setup.py config || die "config failed" > distutils_src_compile >} > >src_install() { > DOCS="CHANGES" > distutils_src_install > if use examples ; then > insinto /usr/share/doc/${PF} > doins testsniff.py > fi >} > >src_test() { > # PYTHONPATH is set correctly in the test itself > "${python}" test.py || die "tests failed" >}
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 Raw
Actions:
View
Attachments on
bug 247145
:
172055
|
188063
| 188065