Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178327 - sci-biology/biopython-1.43 version bump request
Summary: sci-biology/biopython-1.43 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Olivier Fisette (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-13 12:29 UTC by Łukasz Proszek
Modified: 2007-05-17 18:49 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Łukasz Proszek 2007-05-13 12:29:07 UTC
Request for ebuild version bump of sci-biology/biopython to version 1.43.
Unfortunately python setup.py build is interactive, asking if we want to compile KDTree module.

Sugest USE flag kdtree, and depending on it automatic answer as Y (if set) or N (not set)

Reproducible: Always

Steps to Reproduce:
1. version bump by copying biopython-1.42.ebuild to biopython-1.43.ebuild
2. ebuild biopython-1.43.ebuild manifest
3. emerge biopython
Actual Results:  
distutils_src_compile hangs waiting for user input (KDTree c++ install question)

Expected Results:  
USE="kdtree" emerge biopython - installs biopython with answering "y" to the only interactive question

USE="-kdtree" emerge biopython - installs biopython with answering "n"

default should be NOT to install KDTree
Comment 1 Olivier Fisette (RETIRED) gentoo-dev 2007-05-17 18:49:14 UTC
Thanks for the notice. I just added 1.43 to Portage.