#7019: [with spkg, needs review] update biopython optional package to 1.52
---------------------------------+------------------------------------------
   Reporter:  mhampton           |       Owner:  mhampton  
       Type:  enhancement        |      Status:  needs_work
   Priority:  minor              |   Milestone:  sage-4.1.3
  Component:  optional packages  |    Keywords:  biopython 
Work_issues:                     |      Author:            
   Reviewer:                     |      Merged:            
---------------------------------+------------------------------------------

Comment(by awebb):

 Some suggestions. ;-)

 SPKG.txt
 {{{
 == Description ==

 Biopython is a set of freely available tools for biological computation
 written in Python by an international team of developers.

 It is a distributed collaborative effort to develop Python libraries and
 applications which address the needs of current and future work in
 bioinformatics.

 == License ==

 Biopython License

 == SPKG Maintainers ==

   -- Marshall Hampton, mhampton at d.umn.edu or hamptonio at gmail.com.

 == Upstream Contact ==

   -- wiki - http://biopython.org/wiki/Main_Page
 }}}

 spkg-check (keeping biopython as directory name)
 {{{
 #!/usr/bin/env bash

 if [ "$SAGE_LOCAL" = "" ]; then
    echo "SAGE_LOCAL undefined ... exiting";
    echo "Maybe run 'sage -sh'?"
    exit 1
 fi

 cd biopython
 python setup.py test

 if [ $? -ne 0 ]; then
    echo "Error testing biopython"
    exit 1
 fi
 }}}

 I hope this is useful,

 Adam

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7019#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to