aa3ad35535
Urwid 2.1.2 * Add pack method to LineBox. * Add a test to check the linebox.pack is good. * Add bin/release.sh script to partially automate releases. * Add workaround for 386 * Fix curses_display python3 ord() * Fix bumping to dev version in release.sh script * Fix focus_end on a collapsed tree * Fix crash with "ellipsis" clipping for py2 tour.py works with py2 now Typo in tour.py * Ignore resetting to invalid locale * Use ord2 for python2/3 compatibility
16 lines
449 B
Makefile
16 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.28 2020/09/29 17:04:15 adam Exp $
|
|
|
|
DISTNAME= urwid-2.1.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=u/urwid/}
|
|
|
|
MAINTAINER= tonio@NetBSD.org
|
|
HOMEPAGE= http://urwid.org/
|
|
COMMENT= Curses-based Python user interface library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|