2022-03-02 16:04:30 +01:00
|
|
|
PORTNAME= AwesomeTkinter
|
|
|
|
PORTVERSION= 2021.11.8
|
|
|
|
CATEGORIES= x11-toolkits python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2022-03-02 16:04:30 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
|
|
COMMENT= Pretty Tkinter widgets for Python
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://pypi.org/project/AwesomeTkinter/
|
2022-03-02 16:04:30 +01:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=6.0.0:graphics/py-pillow@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR}
|
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|