コード例 #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)