view buttercup/buttercup.py @ 25:a54543838686

add test for source demunging
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 30 May 2011 21:11:19 -0700
parents 151862a0a711
children 6089d6ec745a
line wrap: on
line source

"""
the flower blooming to k0s.org
"""

class Buttercup(object):

    # k0sware software
    HG='http://k0s.org/hg'
    PACKAGES=['bitsyapps',
              'bitsyauth',
              'bitsyblog',
              'bitsytweet',
              'buttercup',
              'clwapp',
              'commentator',
              'contenttransformer',
              'cropresize',
              'decoupage',
              'emaildispatcher',
              'genshi_view',
              'hgpaste',
              'lxmlmiddleware',
              'martINI',
              'montage',
              'pyloader',
              'webob_view',
              'wordstream']

    def __init__(self):
        sources = {'hg': ['%s/%s' % (self.HG, package)
                          for package in self.PACKAGES ]}
        sources['git'] = ['git://github.com/mozilla/toolbox.git']