Mon Jan 10 21:31:29 2022 UTC ()
py-quixote: convert to egg.mk


(wiz)
diff -r1.14 -r1.15 pkgsrc/devel/py-quixote/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/py-quixote/PLIST

cvs diff -r1.14 -r1.15 pkgsrc/devel/py-quixote/Makefile (switch to unified diff)

--- pkgsrc/devel/py-quixote/Makefile 2019/11/03 10:18:29 1.14
+++ pkgsrc/devel/py-quixote/Makefile 2022/01/10 21:31:29 1.15
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.14 2019/11/03 10:18:29 rillig Exp $ 1# $NetBSD: Makefile,v 1.15 2022/01/10 21:31:29 wiz Exp $
2 2
3DISTNAME= Quixote-2.9.1 3DISTNAME= Quixote-2.9.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
 5PKGREVISION= 1
5CATEGORIES= devel www python 6CATEGORIES= devel www python
6MASTER_SITES= http://quixote.ca/releases/ 7MASTER_SITES= http://quixote.ca/releases/
7 8
8MAINTAINER= manu@NetBSD.org 9MAINTAINER= manu@NetBSD.org
9HOMEPAGE= http://quixote.ca/ 10HOMEPAGE= http://quixote.ca/
10COMMENT= Framework for writing Python web application 11COMMENT= Framework for writing Python web application
11LICENSE= mit 12LICENSE= mit
12 13
13PYTHON_VERSIONS_ACCEPTED= 27 # v3.0 is for Python 3.x only 14PYTHON_VERSIONS_ACCEPTED= 27 # v3.0 is for Python 3.x only
14 15
15.include "../../lang/python/distutils.mk" 16.include "../../lang/python/egg.mk"
16.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-quixote/PLIST (switch to unified diff)

--- pkgsrc/devel/py-quixote/PLIST 2018/03/24 08:20:06 1.6
+++ pkgsrc/devel/py-quixote/PLIST 2022/01/10 21:31:29 1.7
@@ -1,131 +1,130 @@ @@ -1,131 +1,130 @@
1@comment $NetBSD: PLIST,v 1.6 2018/03/24 08:20:06 adam Exp $ 1@comment $NetBSD: PLIST,v 1.7 2022/01/10 21:31:29 wiz Exp $
2${PYSITELIB}/${EGG_FILE} 
3${PYSITELIB}/quixote/__init__.py 2${PYSITELIB}/quixote/__init__.py
4${PYSITELIB}/quixote/__init__.pyc 3${PYSITELIB}/quixote/__init__.pyc
5${PYSITELIB}/quixote/__init__.pyo 4${PYSITELIB}/quixote/__init__.pyo
6${PYSITELIB}/quixote/config.py 5${PYSITELIB}/quixote/config.py
7${PYSITELIB}/quixote/config.pyc 6${PYSITELIB}/quixote/config.pyc
8${PYSITELIB}/quixote/config.pyo 7${PYSITELIB}/quixote/config.pyo
9${PYSITELIB}/quixote/demo/__init__.py 8${PYSITELIB}/quixote/demo/__init__.py
10${PYSITELIB}/quixote/demo/__init__.pyc 9${PYSITELIB}/quixote/demo/__init__.pyc
11${PYSITELIB}/quixote/demo/__init__.pyo 10${PYSITELIB}/quixote/demo/__init__.pyo
12${PYSITELIB}/quixote/demo/altdemo.py 11${PYSITELIB}/quixote/demo/altdemo.py
13${PYSITELIB}/quixote/demo/altdemo.pyc 12${PYSITELIB}/quixote/demo/altdemo.pyc
14${PYSITELIB}/quixote/demo/altdemo.pyo 13${PYSITELIB}/quixote/demo/altdemo.pyo
15${PYSITELIB}/quixote/demo/extras.ptl 14${PYSITELIB}/quixote/demo/extras.ptl
16${PYSITELIB}/quixote/demo/forms.ptl 15${PYSITELIB}/quixote/demo/forms.ptl
17${PYSITELIB}/quixote/demo/integers.ptl 16${PYSITELIB}/quixote/demo/integers.ptl
18${PYSITELIB}/quixote/demo/mini_demo.py 17${PYSITELIB}/quixote/demo/mini_demo.py
19${PYSITELIB}/quixote/demo/mini_demo.pyc 18${PYSITELIB}/quixote/demo/mini_demo.pyc
20${PYSITELIB}/quixote/demo/mini_demo.pyo 19${PYSITELIB}/quixote/demo/mini_demo.pyo
21${PYSITELIB}/quixote/demo/root.ptl 20${PYSITELIB}/quixote/demo/root.ptl
22${PYSITELIB}/quixote/directory.py 21${PYSITELIB}/quixote/directory.py
23${PYSITELIB}/quixote/directory.pyc 22${PYSITELIB}/quixote/directory.pyc
24${PYSITELIB}/quixote/directory.pyo 23${PYSITELIB}/quixote/directory.pyo
25${PYSITELIB}/quixote/errors.py 24${PYSITELIB}/quixote/errors.py
26${PYSITELIB}/quixote/errors.pyc 25${PYSITELIB}/quixote/errors.pyc
27${PYSITELIB}/quixote/errors.pyo 26${PYSITELIB}/quixote/errors.pyo
28${PYSITELIB}/quixote/form/__init__.py 27${PYSITELIB}/quixote/form/__init__.py
29${PYSITELIB}/quixote/form/__init__.pyc 28${PYSITELIB}/quixote/form/__init__.pyc
30${PYSITELIB}/quixote/form/__init__.pyo 29${PYSITELIB}/quixote/form/__init__.pyo
31${PYSITELIB}/quixote/form/compatibility.py 30${PYSITELIB}/quixote/form/compatibility.py
32${PYSITELIB}/quixote/form/compatibility.pyc 31${PYSITELIB}/quixote/form/compatibility.pyc
33${PYSITELIB}/quixote/form/compatibility.pyo 32${PYSITELIB}/quixote/form/compatibility.pyo
34${PYSITELIB}/quixote/form/css.py 33${PYSITELIB}/quixote/form/css.py
35${PYSITELIB}/quixote/form/css.pyc 34${PYSITELIB}/quixote/form/css.pyc
36${PYSITELIB}/quixote/form/css.pyo 35${PYSITELIB}/quixote/form/css.pyo
37${PYSITELIB}/quixote/form/form.py 36${PYSITELIB}/quixote/form/form.py
38${PYSITELIB}/quixote/form/form.pyc 37${PYSITELIB}/quixote/form/form.pyc
39${PYSITELIB}/quixote/form/form.pyo 38${PYSITELIB}/quixote/form/form.pyo
40${PYSITELIB}/quixote/form/widget.py 39${PYSITELIB}/quixote/form/widget.py
41${PYSITELIB}/quixote/form/widget.pyc 40${PYSITELIB}/quixote/form/widget.pyc
42${PYSITELIB}/quixote/form/widget.pyo 41${PYSITELIB}/quixote/form/widget.pyo
43${PYSITELIB}/quixote/html/__init__.py 42${PYSITELIB}/quixote/html/__init__.py
44${PYSITELIB}/quixote/html/__init__.pyc 43${PYSITELIB}/quixote/html/__init__.pyc
45${PYSITELIB}/quixote/html/__init__.pyo 44${PYSITELIB}/quixote/html/__init__.pyo
46${PYSITELIB}/quixote/html/_c_htmltext.so 45${PYSITELIB}/quixote/html/_c_htmltext.so
47${PYSITELIB}/quixote/html/_py_htmltext.py 46${PYSITELIB}/quixote/html/_py_htmltext.py
48${PYSITELIB}/quixote/html/_py_htmltext.pyc 47${PYSITELIB}/quixote/html/_py_htmltext.pyc
49${PYSITELIB}/quixote/html/_py_htmltext.pyo 48${PYSITELIB}/quixote/html/_py_htmltext.pyo
50${PYSITELIB}/quixote/html/qpy_templateio.py 49${PYSITELIB}/quixote/html/qpy_templateio.py
51${PYSITELIB}/quixote/html/qpy_templateio.pyc 50${PYSITELIB}/quixote/html/qpy_templateio.pyc
52${PYSITELIB}/quixote/html/qpy_templateio.pyo 51${PYSITELIB}/quixote/html/qpy_templateio.pyo
53${PYSITELIB}/quixote/http_request.py 52${PYSITELIB}/quixote/http_request.py
54${PYSITELIB}/quixote/http_request.pyc 53${PYSITELIB}/quixote/http_request.pyc
55${PYSITELIB}/quixote/http_request.pyo 54${PYSITELIB}/quixote/http_request.pyo
56${PYSITELIB}/quixote/http_response.py 55${PYSITELIB}/quixote/http_response.py
57${PYSITELIB}/quixote/http_response.pyc 56${PYSITELIB}/quixote/http_response.pyc
58${PYSITELIB}/quixote/http_response.pyo 57${PYSITELIB}/quixote/http_response.pyo
59${PYSITELIB}/quixote/logger.py 58${PYSITELIB}/quixote/logger.py
60${PYSITELIB}/quixote/logger.pyc 59${PYSITELIB}/quixote/logger.pyc
61${PYSITELIB}/quixote/logger.pyo 60${PYSITELIB}/quixote/logger.pyo
62${PYSITELIB}/quixote/ptl/__init__.py 61${PYSITELIB}/quixote/ptl/__init__.py
63${PYSITELIB}/quixote/ptl/__init__.pyc 62${PYSITELIB}/quixote/ptl/__init__.pyc
64${PYSITELIB}/quixote/ptl/__init__.pyo 63${PYSITELIB}/quixote/ptl/__init__.pyo
65${PYSITELIB}/quixote/ptl/cimport.so 64${PYSITELIB}/quixote/ptl/cimport.so
66${PYSITELIB}/quixote/ptl/ihooks_local.py 65${PYSITELIB}/quixote/ptl/ihooks_local.py
67${PYSITELIB}/quixote/ptl/ihooks_local.pyc 66${PYSITELIB}/quixote/ptl/ihooks_local.pyc
68${PYSITELIB}/quixote/ptl/ihooks_local.pyo 67${PYSITELIB}/quixote/ptl/ihooks_local.pyo
69${PYSITELIB}/quixote/ptl/install.py 68${PYSITELIB}/quixote/ptl/install.py
70${PYSITELIB}/quixote/ptl/install.pyc 69${PYSITELIB}/quixote/ptl/install.pyc
71${PYSITELIB}/quixote/ptl/install.pyo 70${PYSITELIB}/quixote/ptl/install.pyo
72${PYSITELIB}/quixote/ptl/ptl_compile.py 71${PYSITELIB}/quixote/ptl/ptl_compile.py
73${PYSITELIB}/quixote/ptl/ptl_compile.pyc 72${PYSITELIB}/quixote/ptl/ptl_compile.pyc
74${PYSITELIB}/quixote/ptl/ptl_compile.pyo 73${PYSITELIB}/quixote/ptl/ptl_compile.pyo
75${PYSITELIB}/quixote/ptl/ptl_import.py 74${PYSITELIB}/quixote/ptl/ptl_import.py
76${PYSITELIB}/quixote/ptl/ptl_import.pyc 75${PYSITELIB}/quixote/ptl/ptl_import.pyc
77${PYSITELIB}/quixote/ptl/ptl_import.pyo 76${PYSITELIB}/quixote/ptl/ptl_import.pyo
78${PYSITELIB}/quixote/ptl/ptlrun.py 77${PYSITELIB}/quixote/ptl/ptlrun.py
79${PYSITELIB}/quixote/ptl/ptlrun.pyc 78${PYSITELIB}/quixote/ptl/ptlrun.pyc
80${PYSITELIB}/quixote/ptl/ptlrun.pyo 79${PYSITELIB}/quixote/ptl/ptlrun.pyo
81${PYSITELIB}/quixote/ptl/qx_distutils.py 80${PYSITELIB}/quixote/ptl/qx_distutils.py
82${PYSITELIB}/quixote/ptl/qx_distutils.pyc 81${PYSITELIB}/quixote/ptl/qx_distutils.pyc
83${PYSITELIB}/quixote/ptl/qx_distutils.pyo 82${PYSITELIB}/quixote/ptl/qx_distutils.pyo
84${PYSITELIB}/quixote/publish.py 83${PYSITELIB}/quixote/publish.py
85${PYSITELIB}/quixote/publish.pyc 84${PYSITELIB}/quixote/publish.pyc
86${PYSITELIB}/quixote/publish.pyo 85${PYSITELIB}/quixote/publish.pyo
87${PYSITELIB}/quixote/publish1.py 86${PYSITELIB}/quixote/publish1.py
88${PYSITELIB}/quixote/publish1.pyc 87${PYSITELIB}/quixote/publish1.pyc
89${PYSITELIB}/quixote/publish1.pyo 88${PYSITELIB}/quixote/publish1.pyo
90${PYSITELIB}/quixote/sendmail.py 89${PYSITELIB}/quixote/sendmail.py
91${PYSITELIB}/quixote/sendmail.pyc 90${PYSITELIB}/quixote/sendmail.pyc
92${PYSITELIB}/quixote/sendmail.pyo 91${PYSITELIB}/quixote/sendmail.pyo
93${PYSITELIB}/quixote/server/__init__.py 92${PYSITELIB}/quixote/server/__init__.py
94${PYSITELIB}/quixote/server/__init__.pyc 93${PYSITELIB}/quixote/server/__init__.pyc
95${PYSITELIB}/quixote/server/__init__.pyo 94${PYSITELIB}/quixote/server/__init__.pyo
96${PYSITELIB}/quixote/server/_fcgi.py 95${PYSITELIB}/quixote/server/_fcgi.py
97${PYSITELIB}/quixote/server/_fcgi.pyc 96${PYSITELIB}/quixote/server/_fcgi.pyc
98${PYSITELIB}/quixote/server/_fcgi.pyo 97${PYSITELIB}/quixote/server/_fcgi.pyo
99${PYSITELIB}/quixote/server/cgi_server.py 98${PYSITELIB}/quixote/server/cgi_server.py
100${PYSITELIB}/quixote/server/cgi_server.pyc 99${PYSITELIB}/quixote/server/cgi_server.pyc
101${PYSITELIB}/quixote/server/cgi_server.pyo 100${PYSITELIB}/quixote/server/cgi_server.pyo
102${PYSITELIB}/quixote/server/fastcgi_server.py 101${PYSITELIB}/quixote/server/fastcgi_server.py
103${PYSITELIB}/quixote/server/fastcgi_server.pyc 102${PYSITELIB}/quixote/server/fastcgi_server.pyc
104${PYSITELIB}/quixote/server/fastcgi_server.pyo 103${PYSITELIB}/quixote/server/fastcgi_server.pyo
105${PYSITELIB}/quixote/server/medusa_server.py 104${PYSITELIB}/quixote/server/medusa_server.py
106${PYSITELIB}/quixote/server/medusa_server.pyc 105${PYSITELIB}/quixote/server/medusa_server.pyc
107${PYSITELIB}/quixote/server/medusa_server.pyo 106${PYSITELIB}/quixote/server/medusa_server.pyo
108${PYSITELIB}/quixote/server/mod_python_handler.py 107${PYSITELIB}/quixote/server/mod_python_handler.py
109${PYSITELIB}/quixote/server/mod_python_handler.pyc 108${PYSITELIB}/quixote/server/mod_python_handler.pyc
110${PYSITELIB}/quixote/server/mod_python_handler.pyo 109${PYSITELIB}/quixote/server/mod_python_handler.pyo
111${PYSITELIB}/quixote/server/scgi_server.py 110${PYSITELIB}/quixote/server/scgi_server.py
112${PYSITELIB}/quixote/server/scgi_server.pyc 111${PYSITELIB}/quixote/server/scgi_server.pyc
113${PYSITELIB}/quixote/server/scgi_server.pyo 112${PYSITELIB}/quixote/server/scgi_server.pyo
114${PYSITELIB}/quixote/server/simple_server.py 113${PYSITELIB}/quixote/server/simple_server.py
115${PYSITELIB}/quixote/server/simple_server.pyc 114${PYSITELIB}/quixote/server/simple_server.pyc
116${PYSITELIB}/quixote/server/simple_server.pyo 115${PYSITELIB}/quixote/server/simple_server.pyo
117${PYSITELIB}/quixote/server/twisted_server.py 116${PYSITELIB}/quixote/server/twisted_server.py
118${PYSITELIB}/quixote/server/twisted_server.pyc 117${PYSITELIB}/quixote/server/twisted_server.pyc
119${PYSITELIB}/quixote/server/twisted_server.pyo 118${PYSITELIB}/quixote/server/twisted_server.pyo
120${PYSITELIB}/quixote/server/util.py 119${PYSITELIB}/quixote/server/util.py
121${PYSITELIB}/quixote/server/util.pyc 120${PYSITELIB}/quixote/server/util.pyc
122${PYSITELIB}/quixote/server/util.pyo 121${PYSITELIB}/quixote/server/util.pyo
123${PYSITELIB}/quixote/session.py 122${PYSITELIB}/quixote/session.py
124${PYSITELIB}/quixote/session.pyc 123${PYSITELIB}/quixote/session.pyc
125${PYSITELIB}/quixote/session.pyo 124${PYSITELIB}/quixote/session.pyo
126${PYSITELIB}/quixote/util.py 125${PYSITELIB}/quixote/util.py
127${PYSITELIB}/quixote/util.pyc 126${PYSITELIB}/quixote/util.pyc
128${PYSITELIB}/quixote/util.pyo 127${PYSITELIB}/quixote/util.pyo
129${PYSITELIB}/quixote/wsgi.py 128${PYSITELIB}/quixote/wsgi.py
130${PYSITELIB}/quixote/wsgi.pyc 129${PYSITELIB}/quixote/wsgi.pyc
131${PYSITELIB}/quixote/wsgi.pyo 130${PYSITELIB}/quixote/wsgi.pyo