예제 #1
0
파일: boom.py 프로젝트: mrvicadai/ubrew
 def __init__(self):
     GitSourceRecipe.__init__(self, 'git://github.com/tarekziade/boom')
     SetuptoolsRecipe.__init__(self)
예제 #2
0
파일: httpie.py 프로젝트: mrvicadai/ubrew
 def __init__(self):
     GitSourceRecipe.__init__(self, 'git://github.com/jkbr/httpie')
     SetuptoolsRecipe.__init__(self)