-
Notifications
You must be signed in to change notification settings - Fork 754
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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/
- Loading branch information
Alexey Dokuchaev
authored and
Alexey Dokuchaev
committed
Mar 2, 2022
1 parent
676d8ae
commit 5d1b140
Showing
4 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |