1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

devel/py-urwidgets: Add py-urwidgets 0.2.0

urWIDgets provides a collection of useful widgets for the urwid TUI library.
This commit is contained in:
Po-Chuan Hsieh 2024-04-13 17:28:36 +08:00
parent e23abca71d
commit 397221540a
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 29 additions and 0 deletions

View File

@ -5855,6 +5855,7 @@
SUBDIR += py-urlimport
SUBDIR += py-urwid
SUBDIR += py-urwid-readline
SUBDIR += py-urwidgets
SUBDIR += py-urwidtrees
SUBDIR += py-us
SUBDIR += py-user_agents

View File

@ -0,0 +1,24 @@
PORTNAME= urwidgets
PORTVERSION= 0.2.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Collection of widgets for urwid
WWW= https://urwidgets.readthedocs.io/en/stable/ \
https://github.com/AnonymouX47/urwidgets
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urwid>=2.1<3.0:devel/py-urwid@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1712886400
SHA256 (urwidgets-0.2.0.tar.gz) = d41acf9d9f8d576cb580bc042919b209c5aeeb60e1f81052809c63f31c4e7688
SIZE (urwidgets-0.2.0.tar.gz) = 14424

View File

@ -0,0 +1 @@
urWIDgets provides a collection of useful widgets for the urwid TUI library.