Add recipe for pykka
This commit is contained in:
parent
822c712956
commit
2674fc4ac0
1 changed files with 13 additions and 0 deletions
13
recipes/pykka/__init__.py
Normal file
13
recipes/pykka/__init__.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
from toolchain import PythonRecipe
|
||||
|
||||
|
||||
class PykkaRecipe(PythonRecipe):
|
||||
version = '1.2.1'
|
||||
url = 'https://github.com/jodal/pykka/archive/v{version}.zip'
|
||||
|
||||
depends = ['python', 'host_setuptools']
|
||||
|
||||
site_packages_name = 'pykka'
|
||||
|
||||
|
||||
recipe = PykkaRecipe()
|
Loading…
Reference in a new issue