Skip to content

Commit

Permalink
conda: add pyqtgraph+quamash dependencies/recipes and remove gbulb an…
Browse files Browse the repository at this point in the history
…d cairoplot3
fallen committed May 22, 2015
1 parent 2570444 commit 82ec931
Showing 7 changed files with 69 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/artiq/meta.yaml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ build:
- pdq2_controller = artiq.frontend.pdq2_controller:main
- pxi6733_controller = artiq.frontend.pxi6733_controller:main
- thorlabs_tcube_controller = artiq.frontend.thorlabs_tcube_controller:main
- artiq_gui = artiq.frontend.artiq_gui:main # [not win]
- artiq_gui = artiq.frontend.artiq_gui:main

requirements:
build:
@@ -43,8 +43,8 @@ requirements:
- dateutil
- pydaqmx
- pyelftools
- gbulb-artiq # [not win]
- cairoplot3-artiq # [not win]
- quamash
- pyqtgraph

test:
imports:
2 changes: 2 additions & 0 deletions conda/pyqtgraph/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
3 changes: 3 additions & 0 deletions conda/pyqtgraph/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
28 changes: 28 additions & 0 deletions conda/pyqtgraph/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package:
name: pyqtgraph
version: "0.9.10"

source:
fn: pyqtgraph-0.9.10.tar.gz
url: https://pypi.python.org/packages/source/p/pyqtgraph/pyqtgraph-0.9.10.tar.gz
md5: bd84bf7537c43cf38db81cc1ad4f743a

requirements:
build:
- python
- setuptools
- numpy

run:
- python
- numpy
- pyqt >=4.7

test:
imports:
- pyqtgraph

about:
home: http://www.pyqtgraph.org
license: MIT License
summary: 'Scientific Graphics and GUI Library for Python'
1 change: 1 addition & 0 deletions conda/quamash/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
%PYTHON% setup.py install
3 changes: 3 additions & 0 deletions conda/quamash/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
29 changes: 29 additions & 0 deletions conda/quamash/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
package:
name: quamash
version: 0.5.1

source:
fn: Quamash-0.5.1.tar.gz
url: https://pypi.python.org/packages/source/Q/Quamash/Quamash-0.5.1.tar.gz#md5=c5fa317f615eafd492560771bc2caeca
md5: c5fa317f615eafd492560771bc2caeca

build:
number: 0

requirements:
build:
- python
- setuptools
- pyqt 4.*
run:
- python
- pyqt 4.*

test:
imports:
- quamash

about:
home: https://github.com/harvimt/quamash
license: BSD
summary: 'Implementation of the PEP 3156 Event-Loop with Qt'

0 comments on commit 82ec931

Please sign in to comment.