pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-flup Mark as python-2.x version.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b54a3ce7c5c
branches:  trunk
changeset: 629227:0b54a3ce7c5c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 18 19:05:38 2014 +0000

description:
Mark as python-2.x version.

diffstat:

 www/py-flup/DESCR    |  2 ++
 www/py-flup/Makefile |  8 +++-----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r aeb9e0defa6f -r 0b54a3ce7c5c www/py-flup/DESCR
--- a/www/py-flup/DESCR Sat Jan 18 19:05:32 2014 +0000
+++ b/www/py-flup/DESCR Sat Jan 18 19:05:38 2014 +0000
@@ -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 -r aeb9e0defa6f -r 0b54a3ce7c5c www/py-flup/Makefile
--- a/www/py-flup/Makefile      Sat Jan 18 19:05:32 2014 +0000
+++ b/www/py-flup/Makefile      Sat Jan 18 19:05:38 2014 +0000
@@ -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 @@
 
 MAINTAINER=    joerg%NetBSD.org@localhost
 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"



Home | Main Index | Thread Index | Old Index