summaryrefslogtreecommitdiff
path: root/devel/py-dialog
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2015-01-11 20:14:58 +0000
committerbsiegert <bsiegert@pkgsrc.org>2015-01-11 20:14:58 +0000
commit4aa8a212de4f695755d1d13f64091cfef2fc387a (patch)
treeed5ddb132aeb9beace9e72f3490a9cc01e368edb /devel/py-dialog
parent3d325a74f465ec9fb20d370010c553eebaec365a (diff)
downloadpkgsrc-4aa8a212de4f695755d1d13f64091cfef2fc387a.tar.gz
Add ports for pythondialog and python2-pythondialog, frontends to the
"dialog" utility. From DESCR: pythondialog is a Python wrapper for the dialog utility originally written by Savio Lam, and later rewritten by Thomas E. Dickey. Its purpose is to provide an easy to use, pythonic and comprehensive Python interface to dialog. This allows one to make simple text-mode user interfaces on Unix-like systems (including Linux).
Diffstat (limited to 'devel/py-dialog')
-rw-r--r--devel/py-dialog/DESCR8
-rw-r--r--devel/py-dialog/Makefile18
-rw-r--r--devel/py-dialog/PLIST5
-rw-r--r--devel/py-dialog/distinfo5
4 files changed, 36 insertions, 0 deletions
diff --git a/devel/py-dialog/DESCR b/devel/py-dialog/DESCR
new file mode 100644
index 00000000000..29eb9a3d9a2
--- /dev/null
+++ b/devel/py-dialog/DESCR
@@ -0,0 +1,8 @@
+pythondialog is a Python wrapper for the dialog utility originally
+written by Savio Lam, and later rewritten by Thomas E. Dickey. Its
+purpose is to provide an easy to use, pythonic and comprehensive Python
+interface to dialog. This allows one to make simple text-mode user
+interfaces on Unix-like systems (including Linux).
+
+This package is the officially maintained version of pythondialog. It
+supports Python 3.x only.
diff --git a/devel/py-dialog/Makefile b/devel/py-dialog/Makefile
new file mode 100644
index 00000000000..a0dd6b4756b
--- /dev/null
+++ b/devel/py-dialog/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2015/01/11 20:14:58 bsiegert Exp $
+
+VERSION= 3.2.1
+DISTNAME= pythondialog-${VERSION}
+PKGNAME= ${PYPKGPREFIX}-dialog-${VERSION}
+CATEGORIES= devel python
+MASTER_SITES= https://pypi.python.org/packages/source/p/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= 26 27
+
+.include "../../misc/dialog/buildlink3.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-dialog/PLIST b/devel/py-dialog/PLIST
new file mode 100644
index 00000000000..d04ab7b887e
--- /dev/null
+++ b/devel/py-dialog/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2015/01/11 20:14:58 bsiegert Exp $
+${PYSITELIB}/dialog.pyc
+${PYSITELIB}/dialog.pyo
+${PYSITELIB}/dialog.py
+${PYSITELIB}/${EGG_FILE}
diff --git a/devel/py-dialog/distinfo b/devel/py-dialog/distinfo
new file mode 100644
index 00000000000..0b592bb1c92
--- /dev/null
+++ b/devel/py-dialog/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/01/11 20:14:58 bsiegert Exp $
+
+SHA1 (pythondialog-3.2.1.tar.gz) = 0861a2ec2b9e31d11df6aa7fc574ea9c216a5ff8
+RMD160 (pythondialog-3.2.1.tar.gz) = 3008d64717ec70288af2f69dee0a913f61467289
+Size (pythondialog-3.2.1.tar.gz) = 1474830 bytes