Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11617 - biopython ebuild
Summary: biopython ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-05 05:31 UTC by Daniel Jaeggi
Modified: 2003-02-18 16:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
biopython ebuild (biopython-1.00a4.ebuild,837 bytes, text/plain)
2002-12-05 05:32 UTC, Daniel Jaeggi
Details
biopython ebuild (biopython-1.00a4.ebuild,838 bytes, text/plain)
2002-12-05 05:37 UTC, Daniel Jaeggi
Details
biopython ebuild with test step GUI disabled (biopython-1.00a4.ebuild,846 bytes, text/plain)
2002-12-09 04:29 UTC, Daniel Jaeggi
Details
biopython-1.10.ebuild (biopython-1.10.ebuild,846 bytes, text/plain)
2003-01-09 08:20 UTC, Daniel Jaeggi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Jaeggi 2002-12-05 05:31:35 UTC
Hi 

biopython is a collection of python modules for computational molecular biology
(as a complement to bioperl). Homepage is at www.biopython.org

I haven't found an ebuild for it so I wrote one quickly - It's pretty
straightforward!

it depends on dev-python/Numeric /ReportLab /egenix-mx-base 

Thanks

Dan
Comment 1 Daniel Jaeggi 2002-12-05 05:32:48 UTC
Created attachment 6220 [details]
biopython ebuild
Comment 2 Daniel Jaeggi 2002-12-05 05:37:54 UTC
Created attachment 6221 [details]
biopython ebuild

Doh - forgot to comment out the "setup.py test" line. This produces a graphical
windows with some installation test results and probably isn't suitable for
inclusion in an ebuild in its current form.
Comment 3 Daniel Jaeggi 2002-12-09 04:29:39 UTC
Created attachment 6332 [details]
biopython ebuild with test step GUI disabled

Uncommented the test line with the addition of a flag to prevent the graphical
display of the test results.
Comment 4 George Shapovalov (RETIRED) gentoo-dev 2003-01-04 23:43:07 UTC
Hi Daniel

Thank you for your submission!
Unfortunately you did not give the full name of the ebuild (specifically - you
are missing the PV part) and I cannot guess version number from anything you
included. Without this information the ebuild is not functional. Could you
please fix that?

George
Comment 5 Daniel Jaeggi 2003-01-09 08:20:04 UTC
Created attachment 7129 [details]
biopython-1.10.ebuild

Sorry about that. 

The version number is 1.10.

Hope that's all the information you need?!

Daniel
Comment 6 George Shapovalov (RETIRED) gentoo-dev 2003-02-18 16:11:06 UTC
Hi Daniel.

Thanks for the update.
I have processed the ebuild and committed it. PLease test.
(Please close the bug with RESOLVE/FIXED upon sccessful testing, or reopen otherwise).

BTW, setup.py would not recognise --no-gui option, therefore I disabled tests.

George