ed23488456
- The Python 2 backport has been updated to this version. - Add method Dialog.editbox_str(). This is a convenience wrapper around Dialog.editbox() that automatically creates and deletes a temporary file containing the initial box contents, which is passed as a string (Dialog.editbox() needs it in a file). - Add the week_start common option, mapped to dialog's --week-start option (it is useful with the calendar widget). The value may be an integer or a string (cf. dialog's manual page for more details).
18 lines
551 B
Makefile
18 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/11/11 10:11:07 fhajny Exp $
|
|
|
|
VERSION= 3.4.0
|
|
DISTNAME= python2-pythondialog-${VERSION}
|
|
PKGNAME= ${PYPKGPREFIX}-dialog-${VERSION}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python2-pythondialog/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pythondialog.sourceforge.net/
|
|
COMMENT= Python wrapper for the dialog utility
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35
|
|
|
|
.include "../../misc/dialog/buildlink3.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|