summaryrefslogtreecommitdiff
path: root/devel/py-urwid/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-28 00:00:51 +0000
committerminskim <minskim@pkgsrc.org>2004-12-28 00:00:51 +0000
commit41325c223198021b330627a8840e8d9e36306819 (patch)
tree6dc859e69f98dbc7d13e1bcacd8e7fe83ef4f2b6 /devel/py-urwid/Makefile
parent25a5c6e5f2fd732df034c8cb47b32b3d4ff9a5a9 (diff)
downloadpkgsrc-41325c223198021b330627a8840e8d9e36306819.tar.gz
Import urwid-0.8.4.
Urwid is a curses-based user interface library. It includes many features useful for text console application developers including, fluid interface resizing (xterm window resizing / fbset on Linux console), support for 8-bit and CJK encodings, multiple text alignment and wrapping modes built-in, ability to register user-defined text alignment and wrapping modes, simple markup for setting text attributes, powerful list box that handles scrolling between different widget types, list box contents may be managed with a user-defined class, flexible edit box for editing many different types of text, and easy interface for creating HTML screen shots.
Diffstat (limited to 'devel/py-urwid/Makefile')
-rw-r--r--devel/py-urwid/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/py-urwid/Makefile b/devel/py-urwid/Makefile
new file mode 100644
index 00000000000..ec3e276fb02
--- /dev/null
+++ b/devel/py-urwid/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/28 00:00:51 minskim Exp $
+
+DISTNAME= urwid-0.8.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= http://excess.org/urwid/
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://excess.org/urwid/
+COMMENT= Curses-based Python user interface library
+
+DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
+
+PYDISTUTILSPKG= yes
+USE_BUILDLINK3= yes
+
+PYTHON_VERSIONS_INCOMPATIBLE= 20 15
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"