From owner-svn-ports-head@freebsd.org Sun Nov 27 11:48:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65AD2C58B98; Sun, 27 Nov 2016 11:48:52 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B095130; Sun, 27 Nov 2016 11:48:52 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uARBmpGc059981; Sun, 27 Nov 2016 11:48:51 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uARBmotx059977; Sun, 27 Nov 2016 11:48:50 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611271148.uARBmotx059977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 27 Nov 2016 11:48:50 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2016 11:48:52 -0000 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 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 +# $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 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