File: meta.yaml

package info (click to toggle)
python-qtpynodeeditor 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 604 kB
  • sloc: python: 5,038; makefile: 14; sh: 1
file content (35 lines) | stat: -rw-r--r-- 483 bytes parent folder | download
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 data = load_setup_py_data() %}

build:
    noarch: python

package:
    name    : qtpynodeeditor
    version : {{ data.get('version') }}


source:
    path: ..

requirements:
    build:
      - python >=3.6
      - setuptools

    run:
      - python >=3.6
      - pyqt >=5
      - qtpy

test:
    imports:
      - qtpynodeeditor

    requires: 
      - pytest


about:
  home: https://github.com/klauer/qtpynodeeditor
  license: BSD 3-clause
  summary: Python Qt node editor