Skip to content

Commit 3972215

Browse files
committed
devel/py-urwidgets: Add py-urwidgets 0.2.0
urWIDgets provides a collection of useful widgets for the urwid TUI library.
1 parent e23abca commit 3972215

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

devel/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5855,6 +5855,7 @@
58555855
SUBDIR += py-urlimport
58565856
SUBDIR += py-urwid
58575857
SUBDIR += py-urwid-readline
5858+
SUBDIR += py-urwidgets
58585859
SUBDIR += py-urwidtrees
58595860
SUBDIR += py-us
58605861
SUBDIR += py-user_agents

devel/py-urwidgets/Makefile

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
PORTNAME= urwidgets
2+
PORTVERSION= 0.2.0
3+
CATEGORIES= devel python
4+
MASTER_SITES= PYPI
5+
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
6+
7+
MAINTAINER= sunpoet@FreeBSD.org
8+
COMMENT= Collection of widgets for urwid
9+
WWW= https://urwidgets.readthedocs.io/en/stable/ \
10+
https://github.com/AnonymouX47/urwidgets
11+
12+
LICENSE= MIT
13+
LICENSE_FILE= ${WRKSRC}/LICENSE
14+
15+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
16+
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
17+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urwid>=2.1<3.0:devel/py-urwid@${PY_FLAVOR}
18+
19+
USES= python
20+
USE_PYTHON= autoplist concurrent pep517
21+
22+
NO_ARCH= yes
23+
24+
.include <bsd.port.mk>

devel/py-urwidgets/distinfo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TIMESTAMP = 1712886400
2+
SHA256 (urwidgets-0.2.0.tar.gz) = d41acf9d9f8d576cb580bc042919b209c5aeeb60e1f81052809c63f31c4e7688
3+
SIZE (urwidgets-0.2.0.tar.gz) = 14424

devel/py-urwidgets/pkg-descr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
urWIDgets provides a collection of useful widgets for the urwid TUI library.

0 commit comments

Comments
 (0)