From 4244d808537462833feb880becfb40dd489535ff Mon Sep 17 00:00:00 2001 From: Matt Chan Date: Fri, 22 Nov 2024 16:24:36 -0500 Subject: [PATCH 1/2] Added tkinter-tooltip as a package --- recipes/tkinter-tooltip/meta.yaml | 44 +++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 recipes/tkinter-tooltip/meta.yaml diff --git a/recipes/tkinter-tooltip/meta.yaml b/recipes/tkinter-tooltip/meta.yaml new file mode 100644 index 0000000000000..b759f05caf483 --- /dev/null +++ b/recipes/tkinter-tooltip/meta.yaml @@ -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: + - changminkim-329 From 5ae269d227a0a3b4879c92f7d99206fe5c6e7bee Mon Sep 17 00:00:00 2001 From: Matt Chan Date: Fri, 22 Nov 2024 16:35:00 -0500 Subject: [PATCH 2/2] Add x11 for testing --- recipes/tkinter-tooltip/meta.yaml | 2 +- recipes/tkinter-tooltip/yum_requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 recipes/tkinter-tooltip/yum_requirements.txt diff --git a/recipes/tkinter-tooltip/meta.yaml b/recipes/tkinter-tooltip/meta.yaml index b759f05caf483..a70040172cef2 100644 --- a/recipes/tkinter-tooltip/meta.yaml +++ b/recipes/tkinter-tooltip/meta.yaml @@ -41,4 +41,4 @@ about: extra: recipe-maintainers: - - changminkim-329 + - thewchan diff --git a/recipes/tkinter-tooltip/yum_requirements.txt b/recipes/tkinter-tooltip/yum_requirements.txt new file mode 100644 index 0000000000000..018785a151003 --- /dev/null +++ b/recipes/tkinter-tooltip/yum_requirements.txt @@ -0,0 +1 @@ +xorg-x11-server-Xorg