svn commit: r389619 - in head/devel: . py-python2-pythondialog

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 14 09:25:16 UTC 2015


Author: sunpoet
Date: Sun Jun 14 09:25:14 2015
New Revision: 389619
URL: https://svnweb.freebsd.org/changeset/ports/389619

Log:
  - 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/

Added:
  head/devel/py-python2-pythondialog/
  head/devel/py-python2-pythondialog/Makefile   (contents, props changed)
  head/devel/py-python2-pythondialog/distinfo   (contents, props changed)
  head/devel/py-python2-pythondialog/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jun 14 09:19:56 2015	(r389618)
+++ head/devel/Makefile	Sun Jun 14 09:25:14 2015	(r389619)
@@ -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

Added: head/devel/py-python2-pythondialog/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-python2-pythondialog/Makefile	Sun Jun 14 09:25:14 2015	(r389619)
@@ -0,0 +1,19 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	python2-pythondialog
+PORTVERSION=	3.3.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at 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>

Added: head/devel/py-python2-pythondialog/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-python2-pythondialog/distinfo	Sun Jun 14 09:25:14 2015	(r389619)
@@ -0,0 +1,2 @@
+SHA256 (python2-pythondialog-3.3.0.tar.bz2) = 04e93f24995c43dd90f338d5d865ca72ce3fb5a5358d4daa4965571db35fc3ec
+SIZE (python2-pythondialog-3.3.0.tar.bz2) = 1831898

Added: head/devel/py-python2-pythondialog/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-python2-pythondialog/pkg-descr	Sun Jun 14 09:25:14 2015	(r389619)
@@ -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/


More information about the svn-ports-head mailing list