git: 5d1b1408fb69 - main - x11-toolkits/py-awesometkinter: new port had been added (+)

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Wed, 02 Mar 2022 15:05:27 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d1b1408fb69e7f05eca038118aa4cf5131df2f1

commit 5d1b1408fb69e7f05eca038118aa4cf5131df2f1
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-03-02 15:04:30 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-03-02 15:04:30 +0000

    x11-toolkits/py-awesometkinter: new port had been added (+)
    
    AwesomeTkinter offers some pretty Tkinter widgets with custom
    styles and images.
    
    WWW: https://pypi.org/project/AwesomeTkinter/
---
 x11-toolkits/Makefile                    |  1 +
 x11-toolkits/py-awesometkinter/Makefile  | 21 +++++++++++++++++++++
 x11-toolkits/py-awesometkinter/distinfo  |  3 +++
 x11-toolkits/py-awesometkinter/pkg-descr |  4 ++++
 4 files changed, 29 insertions(+)

diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 348de8de9a76..a08b539cb07a 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -150,6 +150,7 @@
     SUBDIR += plib
     SUBDIR += py-AnyQt
     SUBDIR += py-Pmw
+    SUBDIR += py-awesometkinter
     SUBDIR += py-easygui
     SUBDIR += py-fltk
     SUBDIR += py-guietta
diff --git a/x11-toolkits/py-awesometkinter/Makefile b/x11-toolkits/py-awesometkinter/Makefile
new file mode 100644
index 000000000000..095e3a8c1744
--- /dev/null
+++ b/x11-toolkits/py-awesometkinter/Makefile
@@ -0,0 +1,21 @@
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
+
+PORTNAME=	AwesomeTkinter
+PORTVERSION=	2021.11.8
+CATEGORIES=	x11-toolkits python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	python@FreeBSD.org
+COMMENT=	Pretty Tkinter widgets for Python
+
+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>
diff --git a/x11-toolkits/py-awesometkinter/distinfo b/x11-toolkits/py-awesometkinter/distinfo
new file mode 100644
index 000000000000..4a6645fe44f5
--- /dev/null
+++ b/x11-toolkits/py-awesometkinter/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1636325864
+SHA256 (AwesomeTkinter-2021.11.8.tar.gz) = 2944e11468a437d51859f596b755c64f0df557b92b7641626fe3cfb222e4c180
+SIZE (AwesomeTkinter-2021.11.8.tar.gz) = 40366
diff --git a/x11-toolkits/py-awesometkinter/pkg-descr b/x11-toolkits/py-awesometkinter/pkg-descr
new file mode 100644
index 000000000000..a5450c388523
--- /dev/null
+++ b/x11-toolkits/py-awesometkinter/pkg-descr
@@ -0,0 +1,4 @@
+AwesomeTkinter offers some pretty Tkinter widgets with custom styles
+and images.
+
+WWW: https://pypi.org/project/AwesomeTkinter/