Changeset 113

Show
Ignore:
Timestamp:
10/18/09 21:48:29 (3 years ago)
Author:
mauro
Message:

move to 1.0.2

Location:
plone4bio.base/trunk
Files:
1 added
5 modified
1 moved

Legend:

Unmodified
Added
Removed
  • plone4bio.base/trunk

    • Property svn:ignore
      •  

        old new  
        88fake-eggs 
        99.installed.cfg 
         10build 
         11dist 
  • plone4bio.base/trunk/docs/CHANGES.txt

    r8 r113  
    1 =========================== 
     1====================== 
    22plone4bio.base Changes 
    3 =========================== 
     3====================== 
     4 
     5plone4bio.base 1.0.2 (unreleased) 
     6================================= 
     7 
     8plone4bio.base 1.0.1 (2009-09-21) 
     9================================= 
    410 
    511Features 
    612-------- 
    713 
    8 * Added the new object `predictor'. 
     14* features image via bioperl 
    915 
    10 * TODO: add a fully working predictor. 
     16* html imagemap via bioperl 
    1117 
     18* initial load seqrecord from genbank 
     19 
     20* inital predictor functionalities 
    1221 
    1322plone4bio.base  (2008-01-31) 
  • plone4bio.base/trunk/plone3.cfg

    r47 r113  
    11[buildout] 
    2 extends = http://dist.plone.org/release/3.3/versions.cfg 
     2extends = http://dist.plone.org/release/3.3.1/versions.cfg 
    33parts = 
    44    zope2 
  • plone4bio.base/trunk/setup.py

    r52 r113  
    11from setuptools import setup, find_packages 
    22 
    3 version = '1.0.1' 
    4 readme = open('./src/plone4bio/base/README.txt') 
    5 long_description = readme.read() 
    6 readme.close() 
     3version = '1.0.2' 
    74 
    85setup(name='plone4bio.base', 
    96      version=version, 
    107      description="Plone4Bio base package", 
    11       long_description=long_description, 
     8      long_description='\n'.join( 
     9          open(os.path.join(*path)).read() for path in [ 
     10              ("src", "plone4bio", "base", "README.txt"), 
     11              ("docs", "CHANGES.txt"), ("docs", "TODO.txt")]), 
    1212      # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 
    1313      classifiers=[ 
  • plone4bio.base/trunk/src/plone4bio/base/interfaces.py

    r45 r113  
    3838                           required=True, 
    3939                           default=u'') 
     40 
    4041    # TODO: vocabulary 
    4142    alphabet = fields.ChoiceWORM(title=_(u"Alphabet"), values = ["Bio.Alphabet.ProteinAlphabet", 
     
    4344                                                             "Bio.Alphabet.IUPAC.IUPACProtein", 
    4445                                                             ]) 
    45     dbxrefs = schema.List(title=_(u"Dbxrefs"), value_type=schema.TextLine(title=_(u"dbxref"))) 
     46 
     47    dbxrefs = schema.List(title=_(u"Dbxrefs"), value_type=schema.TextLine(title=_(u"dbxref")), required=False) 
    4648    #TODO: annotation value will be also a list ... 
    4749    #TODO: there is no default widget for Dict