mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +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:
parent
e23abca71d
commit
397221540a
@ -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
|
||||
|
24
devel/py-urwidgets/Makefile
Normal file
24
devel/py-urwidgets/Makefile
Normal 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>
|
3
devel/py-urwidgets/distinfo
Normal file
3
devel/py-urwidgets/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1712886400
|
||||
SHA256 (urwidgets-0.2.0.tar.gz) = d41acf9d9f8d576cb580bc042919b209c5aeeb60e1f81052809c63f31c4e7688
|
||||
SIZE (urwidgets-0.2.0.tar.gz) = 14424
|
1
devel/py-urwidgets/pkg-descr
Normal file
1
devel/py-urwidgets/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
urWIDgets provides a collection of useful widgets for the urwid TUI library.
|
Loading…
Reference in New Issue
Block a user