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

Added tkinter_form as a package #28318

Merged
merged 2 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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