summaryrefslogtreecommitdiff
path: root/qtpy/meta.yaml
diff options
context:
space:
mode:
authorThomas Robitaille <thomas.robitaille@gmail.com>2016-10-18 19:40:26 -0400
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-10-18 19:40:26 -0400
commit96314aa9b5373b98bc9e48736057a282792a7643 (patch)
tree393f0510d285ecb4293f5f65d18dc815d0343c1c /qtpy/meta.yaml
parentd62ce4b7cfc4ebfa1189542c34b9747a345cdad0 (diff)
downloadastroconda-contrib-96314aa9b5373b98bc9e48736057a282792a7643.tar.gz
Update glue to v0.9 (#73)
* Update glueviz to v0.9 and glue-vispy-viewers to v0.5 * Added recipe for QtPy * Added LICENSE files from conda-forge
Diffstat (limited to 'qtpy/meta.yaml')
-rw-r--r--qtpy/meta.yaml35
1 files changed, 35 insertions, 0 deletions
diff --git a/qtpy/meta.yaml b/qtpy/meta.yaml
new file mode 100644
index 0000000..c9b4668
--- /dev/null
+++ b/qtpy/meta.yaml
@@ -0,0 +1,35 @@
+{% set version = "1.1.1" %}
+
+package:
+ name: qtpy
+ version: {{version}}
+
+source:
+ fn: qtpy-{{version}}.tar.gz
+ url: https://pypi.io/packages/source/q/qtpy/QtPy-{{version}}.tar.gz
+ md5: 181a1cc9c010e0c1f4daa3f0f69e3782
+
+build:
+ number: 0
+ script: python setup.py install --single-version-externally-managed --record record.txt
+
+requirements:
+
+ build:
+ - python
+ - setuptools
+
+ run:
+ - python
+
+test:
+ requires:
+ - pyqt
+ imports:
+ - qtpy
+
+about:
+ home: https://github.com/spyder-ide/qtpy
+ license: MIT
+ summary: A uniform layer to support PyQt5, PyQt4 and PySide with a single codebase
+