Skip to content

Commit

Permalink
Merge pull request #28318 from thewchan/tkinter_form
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored Nov 22, 2024
2 parents 86b63bf + 2916af0 commit b3ec227
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
44 changes: 44 additions & 0 deletions recipes/tkinter_form/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions recipes/tkinter_form/yum_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xorg-x11-server-Xorg

0 comments on commit b3ec227

Please sign in to comment.