2014-10-17 New AsyncioEventLoop for Python 3.4, Python 3.x with asyncio package or Python 2 with trollius package (by Alex Munroe, Jonas Wielicki, with earlier work by Kelketek Rritaa) Screen classes now call back to MainLoop using event loop alarms instead of passing timeout values to MainLoop (by Alex Munroe) Add support for bright backgrounds on linux console (by Russell Warren) Allow custom sorting of MonitoredList (by Tony Cebzanov) Fix support for negative indexes with MonitoredFocusList (by Heiko Noordhof) Documentation fixes (by Ismail, Matthew Mosesohn)
19 lines
544 B
Makefile
19 lines
544 B
Makefile
# $NetBSD: Makefile,v 1.21 2014/10/22 09:30:37 wiz Exp $
|
|
|
|
DISTNAME= urwid-1.3.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://pypi.python.org/packages/source/u/urwid/
|
|
|
|
MAINTAINER= tonio@NetBSD.org
|
|
HOMEPAGE= http://urwid.org/
|
|
COMMENT= Curses-based Python user interface library
|
|
LICENSE= gnu-lgpl-v2.1 # or later
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
|
|
|
|
REPLACE_PYTHON= *.py */*.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|