pkgsrc/devel/py-urwid/Makefile
wiz c4f630b2f3 Update to 1.1.2, update HOMEPAGE.
Urwid 1.1.2
===========

2013-12-30

 * Move to urwid.org and use sphinx docs for generating whole site,
   move changelog to docs/changelog.rst

 * Fix encoding exceptions when unicode used on non-UTF-8 terminal

 * Fix for suspend and resume applications with ^Z

 * Fix for tmux and screen missing colors on right bug

 * Fix Pile zero-weighted items and mouse_event when empty

 * Fix Terminal select() not retrying when interrupted by signal

 * Fix for Padding.align and width change not invalidating
2014-01-27 19:12:21 +00:00

47 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.17 2014/01/27 19:12:21 wiz Exp $
DISTNAME= urwid-1.1.2
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
FILESEXAMPLES= \
bigtext.py \
browse.py \
calc.py \
dialog.py \
edit.py \
fib.py \
graph.py \
input_test.py \
lcd_cf635.py \
palette_test.py \
pop_up.py \
subproc.py \
subproc2.py \
terminal.py \
tour.py \
treesample.py \
twisted_serve_ssh.py \
twisted_serve_ssh.tac
DOCDIR= ${PREFIX}/share/doc/py-urwid
EGDIR= ${PREFIX}/share/examples/py-urwid
INSTALLATION_DIRS+= ${DOCDIR} ${EGDIR}
post-install:
${INSTALL_DATA} ${FILESEXAMPLES:S,^,${WRKSRC}/examples/,} ${DESTDIR}${EGDIR}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"