Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35435 Details for
Bug 57086
zope-interface-2.6.4.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
zope-interface-2.6.4.ebuild
zope-interface-2.6.4.ebuild (text/plain), 824 bytes, created by
Hypnos
on 2004-07-14 17:24:45 UTC
(
hide
)
Description:
zope-interface-2.6.4.ebuild
Filename:
MIME Type:
Creator:
Hypnos
Created:
2004-07-14 17:24:45 UTC
Size:
824 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit python > >DESCRIPTION="Zope interfaces" >HOMEPAGE="http://www.zope.org" >SRC_URI="http://www.zope.org/Products/Zope/${PV}/Zope-${PV}-src.tgz" >LICENSE="ZPL" > >SLOT="0" >KEYWORDS="~x86" >IUSE="" > ># We don't block Zope since they install to ># different file trees >DEPEND="dev-lang/python" > >S="${WORKDIR}/Zope-${PV}-src" >IDIR="${S}/lib/python/Interface" > ># Nothing to do >src_compile() { > return >} > >src_install() { > # Get Python version > python_version > SDIR="/usr/lib/python${PYVER}/site-packages/" > > # copy over Interfaces > dodir $SDIR > cp -a $IDIR ${D}${SDIR} >} > >pkg_postinst() { > # Byte compile > python_mod_optimize > > # Run tests > cd $IDIR/tests > python testInterface.py || die "Unit 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 57086
: 35435