aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-wsgi_intercept/Makefile20
-rw-r--r--devel/py-wsgi_intercept/distinfo3
-rw-r--r--devel/py-wsgi_intercept/pkg-descr3
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index b60e3e5eae4b..9c5e5468cb8f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-wsgi_intercept/Makefile b/devel/py-wsgi_intercept/Makefile
new file mode 100644
index 000000000000..11702f0a29a4
--- /dev/null
+++ b/devel/py-wsgi_intercept/Makefile
@@ -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>
diff --git a/devel/py-wsgi_intercept/distinfo b/devel/py-wsgi_intercept/distinfo
new file mode 100644
index 000000000000..b1b06f6a4ff4
--- /dev/null
+++ b/devel/py-wsgi_intercept/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1478983348
+SHA256 (wsgi_intercept-1.4.1.tar.gz) = a244cd7de9a06fab53d769668190d912d77e5d36aa38b6034d4413084c6f1458
+SIZE (wsgi_intercept-1.4.1.tar.gz) = 26489
diff --git a/devel/py-wsgi_intercept/pkg-descr b/devel/py-wsgi_intercept/pkg-descr
new file mode 100644
index 000000000000..a1b2b35c04c5
--- /dev/null
+++ b/devel/py-wsgi_intercept/pkg-descr
@@ -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