svn commit: r545164 - in head/devel: . py-urwid-readline
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Aug 17 13:18:16 UTC 2020
Author: 0mp
Date: Mon Aug 17 13:18:15 2020
New Revision: 545164
URL: https://svnweb.freebsd.org/changeset/ports/545164
Log:
Add devel/py-urwid-readline
Text input widget for urwid, a curses-based user interface library,
that supports readline shortcuts.
Added:
head/devel/py-urwid-readline/
head/devel/py-urwid-readline/Makefile (contents, props changed)
head/devel/py-urwid-readline/distinfo (contents, props changed)
head/devel/py-urwid-readline/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Aug 17 12:53:27 2020 (r545163)
+++ head/devel/Makefile Mon Aug 17 13:18:15 2020 (r545164)
@@ -5147,6 +5147,7 @@
SUBDIR += py-update_checker
SUBDIR += py-urlimport
SUBDIR += py-urwid
+ SUBDIR += py-urwid-readline
SUBDIR += py-urwidtrees
SUBDIR += py-user_agents
SUBDIR += py-userpath
Added: head/devel/py-urwid-readline/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-urwid-readline/Makefile Mon Aug 17 13:18:15 2020 (r545164)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= urwid-readline
+DISTVERSION= 0.11
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}
+
+MAINTAINER= 0mp at FreeBSD.org
+COMMENT= Textbox edit widget for Urwid that supports readline shortcuts
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urwid>0:devel/py-urwid@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+do-test:
+ (cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)
+
+.include <bsd.port.mk>
Added: head/devel/py-urwid-readline/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-urwid-readline/distinfo Mon Aug 17 13:18:15 2020 (r545164)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1597669634
+SHA256 (urwid_readline-0.11.tar.gz) = 24e376d4b75940d19e8bc81c264be5d383f8d4da560f68f648dd16c85f6afdb5
+SIZE (urwid_readline-0.11.tar.gz) = 6844
Added: head/devel/py-urwid-readline/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-urwid-readline/pkg-descr Mon Aug 17 13:18:15 2020 (r545164)
@@ -0,0 +1,4 @@
+Text input widget for urwid, a curses-based user interface library,
+that supports readline shortcuts.
+
+WWW: https://github.com/rr-/urwid_readline
More information about the svn-ports-all
mailing list