pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-webpy Needs Python 2.4+ as the list comprehensi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ebbb0b6302f
branches:  trunk
changeset: 523681:5ebbb0b6302f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jan 11 11:30:00 2007 +0000

description:
Needs Python 2.4+ as the list comprehension is not support before
(utils.py). Fix PLIST to contain the source as well. Bump revision.

diffstat:

 www/py-webpy/Makefile |   5 +++--
 www/py-webpy/PLIST    |  15 ++++++++++++++-
 2 files changed, 17 insertions(+), 3 deletions(-)

diffs (69 lines):

diff -r 09d575192245 -r 5ebbb0b6302f www/py-webpy/Makefile
--- a/www/py-webpy/Makefile     Thu Jan 11 11:26:44 2007 +0000
+++ b/www/py-webpy/Makefile     Thu Jan 11 11:30:00 2007 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2007/01/02 14:07:45 darcy Exp $
+# $NetBSD: Makefile,v 1.2 2007/01/11 11:30:00 joerg Exp $
 #
 
 DISTNAME=              web.py-0.2
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=           1
 CATEGORIES=            www python
 MASTER_SITES=          http://webpy.org/
 
@@ -10,7 +11,7 @@
 HOMEPAGE=              http://webpy.org/
 COMMENT=               Simple, public domain web publishing system
 
-PYTHON_VERSIONS_ACCEPTED=      24 23 22
+PYTHON_VERSIONS_ACCEPTED=      24
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME}
 #PY_PATCHPLIST=                yes
diff -r 09d575192245 -r 5ebbb0b6302f www/py-webpy/PLIST
--- a/www/py-webpy/PLIST        Thu Jan 11 11:26:44 2007 +0000
+++ b/www/py-webpy/PLIST        Thu Jan 11 11:30:00 2007 +0000
@@ -1,28 +1,41 @@
-@comment $NetBSD: PLIST,v 1.1 2007/01/02 14:07:45 darcy Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/01/11 11:30:00 joerg Exp $
+${PYSITELIB}/web/__init__.py
 ${PYSITELIB}/web/__init__.pyc
 ${PYSITELIB}/web/__init__.pyo
+${PYSITELIB}/web/cheetah.py
 ${PYSITELIB}/web/cheetah.pyc
 ${PYSITELIB}/web/cheetah.pyo
+${PYSITELIB}/web/db.py
 ${PYSITELIB}/web/db.pyc
 ${PYSITELIB}/web/db.pyo
+${PYSITELIB}/web/debugerror.py
 ${PYSITELIB}/web/debugerror.pyc
 ${PYSITELIB}/web/debugerror.pyo
+${PYSITELIB}/web/form.py
 ${PYSITELIB}/web/form.pyc
 ${PYSITELIB}/web/form.pyo
+${PYSITELIB}/web/http.py
 ${PYSITELIB}/web/http.pyc
 ${PYSITELIB}/web/http.pyo
+${PYSITELIB}/web/httpserver.py
 ${PYSITELIB}/web/httpserver.pyc
 ${PYSITELIB}/web/httpserver.pyo
+${PYSITELIB}/web/net.py
 ${PYSITELIB}/web/net.pyc
 ${PYSITELIB}/web/net.pyo
+${PYSITELIB}/web/request.py
 ${PYSITELIB}/web/request.pyc
 ${PYSITELIB}/web/request.pyo
+${PYSITELIB}/web/template.py
 ${PYSITELIB}/web/template.pyc
 ${PYSITELIB}/web/template.pyo
+${PYSITELIB}/web/utils.py
 ${PYSITELIB}/web/utils.pyc
 ${PYSITELIB}/web/utils.pyo
+${PYSITELIB}/web/webapi.py
 ${PYSITELIB}/web/webapi.pyc
 ${PYSITELIB}/web/webapi.pyo
+${PYSITELIB}/web/wsgi.py
 ${PYSITELIB}/web/wsgi.pyc
 ${PYSITELIB}/web/wsgi.pyo
 @dirrm ${PYSITELIB}/web



Home | Main Index | Thread Index | Old Index