mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11-toolkits/py-customtkinter: Add missing dependencies; Correct license; Update WWW
This commit is contained in:
parent
5d788b4067
commit
3463476441
1 changed files with 8 additions and 3 deletions
|
@ -1,18 +1,23 @@
|
||||||
PORTNAME= customtkinter
|
PORTNAME= customtkinter
|
||||||
DISTVERSION= 5.2.2
|
DISTVERSION= 5.2.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-toolkits python
|
CATEGORIES= x11-toolkits python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= Modern and customizable python UI-library based on Tkinter
|
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} \
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
${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
|
USES= python
|
||||||
USE_PYTHON= pep517 autoplist
|
USE_PYTHON= pep517 autoplist
|
||||||
|
|
Loading…
Add table
Reference in a new issue