1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

- strict python version to 2.x only

- update WWW
This commit is contained in:
Ruslan Makhmatkhanov 2012-05-13 20:10:30 +00:00
parent b3b634bbad
commit 1ff9d3deac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296557
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ COMMENT= A framework for developing web applications in Python
RUN_DEPENDS+= qpcheck.py:${PORTSDIR}/www/py-qpy
USE_PYTHON= 2.5+
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Quixote

View File

@ -6,9 +6,9 @@ Python. The design goals were:
- To make the templating language as similar to Python as possible, in both
syntax and semantics. The aim is to make as many of the skills and
structural techniques used in writing regular Python code applicable to Web
applications built using Quixote.
applications built using Quixote
- No magic. When it's not obvious what to do in a certain case, Quixote
refuses to guess.
refuses to guess
Quixote works by using a Python package to store all the code and HTML for a
Web-based application. There's a simple framework for publishing code and
@ -18,4 +18,4 @@ smaller, simpler version of Zope, specialized for your application.
See also: http://www.amk.ca/python/writing/mx-architecture/
WWW: http://www.mems-exchange.org/software/quixote/
WWW: http://quixote.ca/