Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 138754 Details for
Bug 202602
>=sci-biology/biopython-1.43 require a patch to Bio.SeqUtils
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for biopython-1.44 using the patch
biopython-1.44.ebuild (text/plain), 1.25 KB, created by
JTRiley
on 2007-12-17 18:18:30 UTC
(
hide
)
Description:
ebuild for biopython-1.44 using the patch
Filename:
MIME Type:
Creator:
JTRiley
Created:
2007-12-17 18:18:30 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.43.ebuild,v 1.1 2007/05/17 18:47:30 ribosome Exp $ > >inherit distutils eutils > >DESCRIPTION="Biopython - Python modules for computational molecular biology" >LICENSE="as-is" >HOMEPAGE="http://www.biopython.org" >SRC_URI="http://www.biopython.org/DIST/${P}.tar.gz" > >SLOT="0" >IUSE="kdtree" >KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" > >DEPEND=">=dev-lang/python-2.2 > >=dev-python/egenix-mx-base-2.0.3 > >=dev-python/numeric-19.0 > >=dev-python/reportlab-1.11" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/${P}-buildkdtree.patch" > epatch "${FILESDIR}/${P}-sequtils-complement.patch" > if use kdtree; then > sed -i -e 's/USE_KDTREE = False/USE_KDTREE = True/' \ > setup.py || die "Could not apply patch for KDTree support." > fi >} > >src_compile() { > distutils_src_compile >} > >src_install() { > DOCS="Doc/*.txt Doc/*.tex Doc/install/*.txt" > distutils_src_install > > dohtml Doc/install/*.html || die "Failed to install HTML install docs." > dohtml Doc/*.html || die "Failed to install HTML docs." > cp -r Doc/examples/ Doc/*.pdf ${D}/usr/share/doc/${PF}/ || \ > die "Failed to install documentation." >}
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 202602
:
138748
| 138754 |
138757