git: 34634764411c - main - x11-toolkits/py-customtkinter: Add missing dependencies; Correct license; Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Nov 2024 03:51:54 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=34634764411c357ea8694bf34936772514d30c27 commit 34634764411c357ea8694bf34936772514d30c27 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-02 00:12:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-02 03:51:50 +0000 x11-toolkits/py-customtkinter: Add missing dependencies; Correct license; Update WWW --- x11-toolkits/py-customtkinter/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/x11-toolkits/py-customtkinter/Makefile b/x11-toolkits/py-customtkinter/Makefile index 8a76da3f78e9..1141ba5e79a6 100644 --- a/x11-toolkits/py-customtkinter/Makefile +++ b/x11-toolkits/py-customtkinter/Makefile @@ -1,18 +1,23 @@ PORTNAME= customtkinter DISTVERSION= 5.2.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Modern and customizable python UI-library based on Tkinter -WWW= https://customtkinter.tomschimansky.com/ +WWW= https://customtkinter.tomschimansky.com/ \ + https://github.com/TomSchimansky/CustomTkinter -LICENSE= PSFL +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.4.0:devel/py-typing-extensions@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} # 'import tkinter' fails w/out this even though the 'tkinter' module is in the base python distribution USES= python USE_PYTHON= pep517 autoplist