blob: c9b4668fa610f8c6a6a8f3c3a58a430c5b826f7d (
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
|
{% 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
|