Skip to content

Commit

Permalink
conda: add aiohttp dependency on artiq pkg + recipe for aiohttp pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
fallen committed Aug 17, 2015
1 parent 324cafa commit a64c6a3
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/aiohttp/bld.bat
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
3 changes: 3 additions & 0 deletions conda/aiohttp/build.sh
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
36 changes: 36 additions & 0 deletions conda/aiohttp/meta.yaml
@@ -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'
1 change: 1 addition & 0 deletions conda/artiq/meta.yaml
Expand Up @@ -49,6 +49,7 @@ requirements:
- pyqtgraph
- flterm # [linux]
- pygit2
- aiohttp

test:
imports:
Expand Down

0 comments on commit a64c6a3

Please sign in to comment.