diff options
Diffstat (limited to 'qtpy/meta.yaml')
-rw-r--r-- | qtpy/meta.yaml | 35 |
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 + |