Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39859 Details for
Bug 59047
Musicbrainz-2.1.1 has no python bindings
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for ctypes needed by python-musicbrainz
ctypes-0.9.1.ebuild (text/plain), 768 bytes, created by
Miikka Koskinen
on 2004-09-18 09:04:08 UTC
(
hide
)
Description:
Ebuild for ctypes needed by python-musicbrainz
Filename:
MIME Type:
Creator:
Miikka Koskinen
Created:
2004-09-18 09:04:08 UTC
Size:
768 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Python module allowing to create and manipulate C data types." >HOMEPAGE="http://starship.python.net/crew/theller/ctypes/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" >LICENSE="MIT" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >DEPEND=">=dev-lang/python-2.3.3" > >src_compile() { > epatch ${FILESDIR}/ctypes-0.9.1-coversion.patch > python setup.py build > python setup.py test || die "Testsuite failed!" >} > >src_install() { > python setup.py install --prefix ${D}/usr > dodoc README.txt NEWS.txt LICENSE.txt > > docinto samples > for doc in samples/*; do > dodoc ${doc} > done > > docinto docs > for doc in docs/*; do > dodoc ${doc} > done >}
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 59047
: 39859 |
39861