conda: add aiohttp dependency on artiq pkg + recipe for aiohttp pkg

This commit is contained in:
Yann Sionneau 2015-08-17 11:53:49 +02:00
parent 324cafae3d
commit a64c6a321b
4 changed files with 42 additions and 0 deletions

2
conda/aiohttp/bld.bat Normal file
View File

@ -0,0 +1,2 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1

3
conda/aiohttp/build.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
$PYTHON setup.py install

36
conda/aiohttp/meta.yaml Normal file
View File

@ -0,0 +1,36 @@
package:
name: aiohttp
version: "0.17.2"
source:
fn: aiohttp-0.17.2.tar.gz
url: https://pypi.python.org/packages/source/a/aiohttp/aiohttp-0.17.2.tar.gz
md5: 7640928fd4b5c1ccf1f8bcad276d39d6
build:
number: 0
requirements:
build:
- python
- setuptools
- chardet
run:
- python
- chardet
test:
# Python imports
imports:
- aiohttp
requires:
- chardet
- gunicorn
- nose
about:
home: https://github.com/KeepSafe/aiohttp/
license: Apache Software License
summary: 'http client/server for asyncio'

View File

@ -49,6 +49,7 @@ requirements:
- pyqtgraph
- flterm # [linux]
- pygit2
- aiohttp
test:
imports: