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-tooltip as a package #28317

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-tooltip/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "tkinter-tooltip" %}
{% set version = "3.1.2" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/tkinter_tooltip-{{ version }}.tar.gz
sha256: dac8a6720c851936dfea2d96f90920a4dac31b46b78379c5e0ef0b6ed8af2964

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

requirements:
host:
- python {{ python_min }}
- setuptools >=45
- wheel
- setuptools-scm >=7.0
- pip
run:
- python >={{ python_min }}

test:
imports:
- tktooltip
commands:
- pip check
requires:
- pip
- python {{ python_min }}

about:
home: https://github.com/gnikit/tkinter-tooltip
summary: An easy and customisable ToolTip implementation for Tkinter
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- thewchan
1 change: 1 addition & 0 deletions recipes/tkinter-tooltip/yum_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xorg-x11-server-Xorg