Needs Python 2.4+ as the list comprehension is not support before
(utils.py). Fix PLIST to contain the source as well. Bump revision.
This commit is contained in:
parent
59a6ff6c21
commit
10e4764281
2 changed files with 17 additions and 3 deletions
|
@ -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 @@ MAINTAINER= darcy@NetBSD.org
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue