summaryrefslogtreecommitdiff
path: root/pyqtgraph
diff options
context:
space:
mode:
authorJustin Ely <ely@stsci.edu>2017-01-05 13:39:12 -0500
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-01-05 13:39:12 -0500
commitc87279ba8216b0486c757067ba3817f3b89f2aa0 (patch)
tree9f47b3c984e8420b974fe126bf188393b8a3c3b3 /pyqtgraph
parent7b9b914be88ea8d86b7d2ad55280f1672f05f72b (diff)
downloadastroconda-contrib-c87279ba8216b0486c757067ba3817f3b89f2aa0.tar.gz
Da bumps (#133)
* set cube-tools to 0.0.1 at the DA-2 release date * bump specviz, stsci-data-analysis pyqtgraph
Diffstat (limited to 'pyqtgraph')
-rw-r--r--pyqtgraph/meta.yaml47
1 files changed, 23 insertions, 24 deletions
diff --git a/pyqtgraph/meta.yaml b/pyqtgraph/meta.yaml
index ac6d19e..5867179 100644
--- a/pyqtgraph/meta.yaml
+++ b/pyqtgraph/meta.yaml
@@ -1,37 +1,36 @@
{% set name = 'pyqtgraph' %}
-{% set version = '0.9.11' %}
-{% set number = '2' %}
+{% set version = '0.10.0' %}
+{% set tag = name + '-' + version %}
+{% set number = '0' %}
about:
- home: http://www.pyqtgraph.org/
- license: MIT
- summary: |
- (Supervised master build)
- A pure-Python graphics library for PyQt/PySide
+ home: http://www.pyqtgraph.org/
+ license: MIT
+ summary: |
+ A pure-Python graphics library for PyQt/PySide
build:
- number: {{ number }}
+ number: {{ number }}
package:
- name: {{ name }}
- version: {{ version }}
+ name: {{ name }}
+ version: {{ version }}
requirements:
- build:
- - setuptools
- - numpy
- - python x.x
- run:
- - pyqt
- - pyopengl
- - numpy
- - python x.x
+ build:
+ - setuptools
+ - numpy
+ - python x.x
+ run:
+ - pyqt
+ - pyopengl
+ - numpy
+ - python x.x
source:
- git_rev: 670d63cd
- git_url: https://github.com/pyqtgraph/{{ name }}.git
+ git_tag: {{ tag }}
+ git_url: https://github.com/pyqtgraph/{{ name }}.git
test:
- imports:
- - pyqtgraph
-
+ imports:
+ - pyqtgraph