Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2016 11:48:50 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427225 - in head/devel: . py-wsgi_intercept
Message-ID:  <201611271148.uARBmotx059977@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Sun Nov 27 11:48:50 2016
New Revision: 427225
URL: https://svnweb.freebsd.org/changeset/ports/427225

Log:
  Add py-wsgi_intercept 1.4.1, WSGI application in place of a real uri for
  testing.
  
  PR:		214743
  Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Nov 27 11:47:50 2016	(r427224)
+++ head/devel/Makefile	Sun Nov 27 11:48:50 2016	(r427225)
@@ -4682,6 +4682,7 @@
     SUBDIR += py-websockify
     SUBDIR += py-wheel
     SUBDIR += py-wrapt
+    SUBDIR += py-wsgi_intercept
     SUBDIR += py-wsgi_xmlrpc
     SUBDIR += py-wsgitools
     SUBDIR += py-wsgiutils

Added: head/devel/py-wsgi_intercept/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-wsgi_intercept/Makefile	Sun Nov 27 11:48:50 2016	(r427225)
@@ -0,0 +1,20 @@
+# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
+# $FreeBSD$
+
+PORTNAME=	wsgi_intercept
+PORTVERSION=	1.4.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	alexander.nusov@nfvexpress.com
+COMMENT=	WSGI application in place of a real uri for testing
+
+LICENSE=	MIT
+
+NO_ARCH=	yes
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-wsgi_intercept/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-wsgi_intercept/distinfo	Sun Nov 27 11:48:50 2016	(r427225)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1478983348
+SHA256 (wsgi_intercept-1.4.1.tar.gz) = a244cd7de9a06fab53d769668190d912d77e5d36aa38b6034d4413084c6f1458
+SIZE (wsgi_intercept-1.4.1.tar.gz) = 26489

Added: head/devel/py-wsgi_intercept/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-wsgi_intercept/pkg-descr	Sun Nov 27 11:48:50 2016	(r427225)
@@ -0,0 +1,3 @@
+wsgi_intercept installs a WSGI application in place of a real URI for testing.
+
+WWW: http://pypi.python.org/pypi/wsgi_intercept



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611271148.uARBmotx059977>