diff options
author | wiz <wiz> | 2014-01-18 19:05:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-18 19:05:38 +0000 |
commit | 4667de1eac9e5d57300d32927ef19f022140ca0f (patch) | |
tree | 1df5809fdcf1d5a05649431e2ed8d6acddd3ec20 /www | |
parent | a3f8600715ff038faca90b0227a330a31c08084c (diff) | |
download | pkgsrc-4667de1eac9e5d57300d32927ef19f022140ca0f.tar.gz |
Mark as python-2.x version.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-flup/DESCR | 2 | ||||
-rw-r--r-- | www/py-flup/Makefile | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/py-flup/DESCR b/www/py-flup/DESCR index e39efa7a7f2..f3f3fd71187 100644 --- a/www/py-flup/DESCR +++ b/www/py-flup/DESCR @@ -1,3 +1,5 @@ flup is a collection of modules for the Python Web Server Gateway Interface, including support for AJP 1.3, FastCGI and SCGI. It also offers a basic middleware. + +This package contains the 2.x version of the module. diff --git a/www/py-flup/Makefile b/www/py-flup/Makefile index e83f05b6fc9..485851e4279 100644 --- a/www/py-flup/Makefile +++ b/www/py-flup/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/28 06:31:01 asau Exp $ -# +# $NetBSD: Makefile,v 1.11 2014/01/18 19:05:38 wiz Exp $ DISTNAME= flup-1.0.2 PKGNAME= ${PYPKGPREFIX}-flup-1.0.2 @@ -8,12 +7,11 @@ MASTER_SITES= http://www.saddi.com/software/flup/dist/ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://trac.saddi.com/flup -COMMENT= WSGI support modules +COMMENT= WSGI support modules (python-2.x version) LICENSE= 2-clause-bsd USE_LANGUAGES= # empty - -WRKSRC= ${WRKDIR}/${EGG_NAME} +PYTHON_VERSIONS_INCOMPATIBLE= 33 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |