Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pyQParamWidget package #25891

Merged
merged 13 commits into from
Apr 2, 2024
45 changes: 45 additions & 0 deletions recipes/pyQParamWidget/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{% set name = "pyQParamWidget" %}
{% set version = "0.1.0" %}
{% set sha256 = "51aa457b82f9bb038998788b9c3780c21a07c95f15d128f4b4ab0c841811e4b2" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pyQParamWidget-{{ version }}.tar.gz
sha256: {{ sha256 }}
prjemian marked this conversation as resolved.
Show resolved Hide resolved

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.10
- pip
- pyqt =5
- setuptools >=64.0
- setuptools-scm >=8.0
run:
- python >=3.10
- pyqt =5

test:
imports:
- pyQParamWidget
commands:
- pip check
requires:
- pip

about:
home: https://prjemian.github.io/pyQParamWidget/
license_file: pyQParamWidget/LICENSE.txt
license: CC-BY-4.0
summary: A PyQt5 editor (QWidget) and tree (QDialog) to edit application parameters.

extra:
recipe-maintainers:
- prjemian
1 change: 1 addition & 0 deletions recipes/pyQParamWidget/yum_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mesa-libGL