Merge pull request #288 from charlesbaynham/master
Add recipe for pykka
This commit is contained in:
commit
8732aae479
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