blob: 2700e2f61ad706d55c4187aeff142003dd48c8b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
{% set name = 'pyqtgraph' %}
{% set version = '0.9.11' %}
{% set number = '1' %}
about:
home: http://www.pyqtgraph.org/
license: MIT
summary: |
(Supervised master build)
A pure-Python graphics library for PyQt/PySide
build:
number: {{number}}
package:
name: {{name}}
version: {{version}}
requirements:
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
test:
imports:
- pyqtgraph
|