aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2022-03-02 15:04:30 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2022-03-02 15:04:30 +0000
commit5d1b1408fb69e7f05eca038118aa4cf5131df2f1 (patch)
tree6c5765fc57e038f051240ab8ed68bfe87f472a75
parent676d8ae45469506802713370994237c0d7465f93 (diff)
downloadports-5d1b1408fb69e7f05eca038118aa4cf5131df2f1.tar.gz
ports-5d1b1408fb69e7f05eca038118aa4cf5131df2f1.zip
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/
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/py-awesometkinter/Makefile21
-rw-r--r--x11-toolkits/py-awesometkinter/distinfo3
-rw-r--r--x11-toolkits/py-awesometkinter/pkg-descr4
4 files changed, 29 insertions, 0 deletions
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/