Skip to content

Commit

Permalink
Merge pull request #28317 from thewchan/tkinter-tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored Nov 22, 2024
2 parents b3ec227 + 5ae269d commit 165c986
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
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

0 comments on commit 165c986

Please sign in to comment.