diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-14 17:25:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-14 17:25:14 +0800 |
commit | e76c6cc2155ab5fab5655b8a676f3b23d4643061 (patch) | |
tree | c70069c2c2426b20bc8e81616387417662c1efa6 /devel | |
parent | 1ad4cdce6bdb074f4e7f322b7c9b97081f49c902 (diff) | |
download | freebsd-ports-gnome-e76c6cc2155ab5fab5655b8a676f3b23d4643061.tar.gz freebsd-ports-gnome-e76c6cc2155ab5fab5655b8a676f3b23d4643061.tar.zst freebsd-ports-gnome-e76c6cc2155ab5fab5655b8a676f3b23d4643061.zip |
- Add py-python2-pythondialog 3.3.0
Python interface to the UNIX dialog utility and mostly-compatible programs
(Python 2 backport)
This version is a backport of pythondialog to Python 2. Unless you really have
to use Python 2, you should go to the pythondialog homepage and download the
reference implementation which, at the time of this writing (May 2015) and for
the forseeable future, is targeted at Python 3.
WWW: http://pythondialog.sourceforge.net/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-python2-pythondialog/Makefile | 19 | ||||
-rw-r--r-- | devel/py-python2-pythondialog/distinfo | 2 | ||||
-rw-r--r-- | devel/py-python2-pythondialog/pkg-descr | 9 |
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 48e926fda74a..91c67d83f829 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4056,6 +4056,7 @@ SUBDIR += py-pytest-xdist SUBDIR += py-python-jenkins SUBDIR += py-python-statsd + SUBDIR += py-python2-pythondialog SUBDIR += py-pythonbrew SUBDIR += py-pytrie SUBDIR += py-pytz diff --git a/devel/py-python2-pythondialog/Makefile b/devel/py-python2-pythondialog/Makefile new file mode 100644 index 000000000000..016c2bfdc928 --- /dev/null +++ b/devel/py-python2-pythondialog/Makefile @@ -0,0 +1,19 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= python2-pythondialog +PORTVERSION= 3.3.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Backport of pythondialog to Python 2 + +LICENSE= LGPL21 + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python:2 tar:bz2 + +.include <bsd.port.mk> diff --git a/devel/py-python2-pythondialog/distinfo b/devel/py-python2-pythondialog/distinfo new file mode 100644 index 000000000000..1d077e070c87 --- /dev/null +++ b/devel/py-python2-pythondialog/distinfo @@ -0,0 +1,2 @@ +SHA256 (python2-pythondialog-3.3.0.tar.bz2) = 04e93f24995c43dd90f338d5d865ca72ce3fb5a5358d4daa4965571db35fc3ec +SIZE (python2-pythondialog-3.3.0.tar.bz2) = 1831898 diff --git a/devel/py-python2-pythondialog/pkg-descr b/devel/py-python2-pythondialog/pkg-descr new file mode 100644 index 000000000000..1bebd99211bd --- /dev/null +++ b/devel/py-python2-pythondialog/pkg-descr @@ -0,0 +1,9 @@ +Python interface to the UNIX dialog utility and mostly-compatible programs +(Python 2 backport) + +This version is a backport of pythondialog to Python 2. Unless you really have +to use Python 2, you should go to the pythondialog homepage and download the +reference implementation which, at the time of this writing (May 2015) and for +the forseeable future, is targeted at Python 3. + +WWW: http://pythondialog.sourceforge.net/ |