pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-cherrypy Fix PLIST for python-3.x.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2206caff698c
branches:  trunk
changeset: 629356:2206caff698c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 20 11:19:09 2014 +0000

description:
Fix PLIST for python-3.x.

diffstat:

 www/py-cherrypy/PLIST |  23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r 06b6e3ae8c35 -r 2206caff698c www/py-cherrypy/PLIST
--- a/www/py-cherrypy/PLIST     Mon Jan 20 11:13:41 2014 +0000
+++ b/www/py-cherrypy/PLIST     Mon Jan 20 11:19:09 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2013/11/12 19:24:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2014/01/20 11:19:09 wiz Exp $
 bin/cherryd
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -14,9 +14,9 @@
 ${PYSITELIB}/cherrypy/_cpcompat.py
 ${PYSITELIB}/cherrypy/_cpcompat.pyc
 ${PYSITELIB}/cherrypy/_cpcompat.pyo
-${PYSITELIB}/cherrypy/_cpcompat_subprocess.py
-${PYSITELIB}/cherrypy/_cpcompat_subprocess.pyc
-${PYSITELIB}/cherrypy/_cpcompat_subprocess.pyo
+${PLIST.py2x}${PYSITELIB}/cherrypy/_cpcompat_subprocess.py
+${PLIST.py2x}${PYSITELIB}/cherrypy/_cpcompat_subprocess.pyc
+${PLIST.py2x}${PYSITELIB}/cherrypy/_cpcompat_subprocess.pyo
 ${PYSITELIB}/cherrypy/_cpconfig.py
 ${PYSITELIB}/cherrypy/_cpconfig.pyc
 ${PYSITELIB}/cherrypy/_cpconfig.pyo
@@ -333,9 +333,12 @@
 ${PYSITELIB}/cherrypy/wsgiserver/ssl_builtin.py
 ${PYSITELIB}/cherrypy/wsgiserver/ssl_builtin.pyc
 ${PYSITELIB}/cherrypy/wsgiserver/ssl_builtin.pyo
-${PYSITELIB}/cherrypy/wsgiserver/ssl_pyopenssl.py
-${PYSITELIB}/cherrypy/wsgiserver/ssl_pyopenssl.pyc
-${PYSITELIB}/cherrypy/wsgiserver/ssl_pyopenssl.pyo
-${PYSITELIB}/cherrypy/wsgiserver/wsgiserver2.py
-${PYSITELIB}/cherrypy/wsgiserver/wsgiserver2.pyc
-${PYSITELIB}/cherrypy/wsgiserver/wsgiserver2.pyo
+${PLIST.py2x}${PYSITELIB}/cherrypy/wsgiserver/ssl_pyopenssl.py
+${PLIST.py2x}${PYSITELIB}/cherrypy/wsgiserver/ssl_pyopenssl.pyc
+${PLIST.py2x}${PYSITELIB}/cherrypy/wsgiserver/ssl_pyopenssl.pyo
+${PLIST.py2x}${PYSITELIB}/cherrypy/wsgiserver/wsgiserver2.py
+${PLIST.py2x}${PYSITELIB}/cherrypy/wsgiserver/wsgiserver2.pyc
+${PLIST.py2x}${PYSITELIB}/cherrypy/wsgiserver/wsgiserver2.pyo
+${PLIST.py3x}${PYSITELIB}/cherrypy/wsgiserver/wsgiserver3.py
+${PLIST.py3x}${PYSITELIB}/cherrypy/wsgiserver/wsgiserver3.pyc
+${PLIST.py3x}${PYSITELIB}/cherrypy/wsgiserver/wsgiserver3.pyo



Home | Main Index | Thread Index | Old Index