2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-04 17:31:10 +08:00
artiq/conda/gbulb-artiq/meta.yaml
2015-02-05 19:57:32 +08:00

29 lines
455 B
YAML

package:
name: gbulb-artiq
version: "0.1"
source:
git_url: https://github.com/m-labs/gbulb
git_tag: master
build:
number: 0
script: $PYTHON setup.py install
requirements:
build:
- python
- setuptools
run:
- python
- pygobject
test:
imports:
- gbulb
about:
home: https://github.com/m-labs/gbulb
license: Apache 2.0
summary: 'GLib event loop for tulip (PEP 3156)'