File tree Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 5855
5855
SUBDIR += py-urlimport
5856
5856
SUBDIR += py-urwid
5857
5857
SUBDIR += py-urwid-readline
5858
+ SUBDIR += py-urwidgets
5858
5859
SUBDIR += py-urwidtrees
5859
5860
SUBDIR += py-us
5860
5861
SUBDIR += py-user_agents
Original file line number Diff line number Diff line change
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>
Original file line number Diff line number Diff line change
1
+ TIMESTAMP = 1712886400
2
+ SHA256 (urwidgets-0.2.0.tar.gz) = d41acf9d9f8d576cb580bc042919b209c5aeeb60e1f81052809c63f31c4e7688
3
+ SIZE (urwidgets-0.2.0.tar.gz) = 14424
Original file line number Diff line number Diff line change
1
+ urWIDgets provides a collection of useful widgets for the urwid TUI library.
You can’t perform that action at this time.
0 commit comments