From add57a05ef5c33cedc82cd05827dc9cfd55784b4 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Tue, 13 Sep 2011 08:48:58 +0000 Subject: - Restrict USE_PYTHON range - Remove contiguous blank lines in pkg-descr --- devel/py-wsgiutils/Makefile | 2 +- devel/py-wsgiutils/pkg-descr | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/py-wsgiutils/Makefile b/devel/py-wsgiutils/Makefile index 7e75990c266c..4d51f7f8cf3e 100644 --- a/devel/py-wsgiutils/Makefile +++ b/devel/py-wsgiutils/Makefile @@ -16,7 +16,7 @@ DISTNAME= WSGIUtils-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Utility libraries for development of simple WSGI programs -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS=easy_install PYDISTUTILS_PKGNAME= WSGIUtils diff --git a/devel/py-wsgiutils/pkg-descr b/devel/py-wsgiutils/pkg-descr index 5ad18ff0820a..400d95f5811e 100644 --- a/devel/py-wsgiutils/pkg-descr +++ b/devel/py-wsgiutils/pkg-descr @@ -9,5 +9,4 @@ wsgiServer is a multi-threaded WSGI web server based on SimpleHTTPServer. wsgiAdaptor is a simple WSGI application that provides basic authentication, signed cookies and persistent sessions. - WWW: http://www.owlfish.com/software/wsgiutils/ -- cgit