diff --git a/recipes/tkinter_form/meta.yaml b/recipes/tkinter_form/meta.yaml new file mode 100644 index 0000000000000..5854f55b60ae1 --- /dev/null +++ b/recipes/tkinter_form/meta.yaml @@ -0,0 +1,44 @@ +{% set name = "tkinter_form" %} +{% set version = "0.2.1" %} +{% set python_min = "3.10" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/tkinter_form-{{ version }}.tar.gz + sha256: d917db54488c316757ed85e2956fc801a18ba1a28086d3522d023b086af2bd3d + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python {{ python_min }} + - hatchling + - pip + run: + - python >={{ python_min }} + +test: + imports: + - tkinter_form + commands: + - pip check + requires: + - pip + - python {{ python_min }} + +about: + home: https://github.com/JohanEstebanCuervo/tkinter_form + summary: Create a form for tkinter from a base dictionary + license: MIT + license_file: + - LICENSE + +extra: + recipe-maintainers: + - thewchan diff --git a/recipes/tkinter_form/yum_requirements.txt b/recipes/tkinter_form/yum_requirements.txt new file mode 100644 index 0000000000000..018785a151003 --- /dev/null +++ b/recipes/tkinter_form/yum_requirements.txt @@ -0,0 +1 @@ +xorg-x11-server-Xorg