Skip to content

Commit

Permalink
x11-toolkits/py-awesometkinter: new port had been added (+)
Browse files Browse the repository at this point in the history
AwesomeTkinter offers some pretty Tkinter widgets with custom
styles and images.

WWW: https://pypi.org/project/AwesomeTkinter/
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Mar 2, 2022
1 parent 676d8ae commit 5d1b140
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-toolkits/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
SUBDIR += plib
SUBDIR += py-AnyQt
SUBDIR += py-Pmw
SUBDIR += py-awesometkinter
SUBDIR += py-easygui
SUBDIR += py-fltk
SUBDIR += py-guietta
Expand Down
21 changes: 21 additions & 0 deletions x11-toolkits/py-awesometkinter/Makefile
Original file line number Diff line number Diff line change
@@ -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>
3 changes: 3 additions & 0 deletions x11-toolkits/py-awesometkinter/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1636325864
SHA256 (AwesomeTkinter-2021.11.8.tar.gz) = 2944e11468a437d51859f596b755c64f0df557b92b7641626fe3cfb222e4c180
SIZE (AwesomeTkinter-2021.11.8.tar.gz) = 40366
4 changes: 4 additions & 0 deletions x11-toolkits/py-awesometkinter/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AwesomeTkinter offers some pretty Tkinter widgets with custom styles
and images.

WWW: https://pypi.org/project/AwesomeTkinter/

0 comments on commit 5d1b140

Please sign in to comment.