summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2009-01-02 22:05:04 +0100
committerAndraž Levstik2009-01-02 22:05:04 +0100
commit55ad4f2c0867e1785025f17fd78f1f5a8e145e82 (patch)
tree7b2669f204091cc6eef129a48e315603caa5b812
parent3deaad9903641ec6a923c12734372dd9cf44736b (diff)
nevow: new spell, web app construction kit
-rw-r--r--ChangeLog1
-rwxr-xr-xpython-pypi/nevow/DEPENDS1
-rwxr-xr-xpython-pypi/nevow/DETAILS19
-rw-r--r--python-pypi/nevow/HISTORY3
4 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ea5317ed8..020eb535d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* security/pam-imap: new spell, auth against imap server with pam
* doc/info2man: new spell, a nice way of getting rid of info pages
* python-pypi/epoll: new spell, epoll reactor for twisted
+ * python-pypi/nevow: new spell, web app construction kit
2009-01-01 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* libs/udns: new spell, dns reslovre stub library
diff --git a/python-pypi/nevow/DEPENDS b/python-pypi/nevow/DEPENDS
new file mode 100755
index 0000000000..a6873a8ac5
--- /dev/null
+++ b/python-pypi/nevow/DEPENDS
@@ -0,0 +1 @@
+depends twisted
diff --git a/python-pypi/nevow/DETAILS b/python-pypi/nevow/DETAILS
new file mode 100755
index 0000000000..d87e0b891c
--- /dev/null
+++ b/python-pypi/nevow/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=nevow
+ PKG=Nevow
+ VERSION=0.9.32
+ SOURCE="${PKG}-${VERSION}.tar.gz?format=raw"
+ SOURCE_URL[0]=http://divmod.org/trac/attachment/wiki/SoftwareReleases/${SOURCE}
+ SOURCE_HASH=sha512:235ba0a18970dc74177e82416513546cc2299bff6bf61d422b69057e056efc03680988eb544e59f0929849facc161872b210938734cd36f8f22baf7e30153f46
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${PKG}-${VERSION}"
+ WEB_SITE="http://divmod.org/trac/wiki/DivmodNevow "
+ LICENSE[0]=MIT
+ ENTERED=20090102
+ SHORT="A Web application construction kit."
+cat << EOF
+Nevow is a Web application construction kit. It is designed to allow the
+programmer to express as much of the view logic as desired in Python, and
+includes a pure Python XML expression syntax, named stan, to facilitate
+this. It also provides rich support for designer-edited templates, using
+a very small XML attribute language to provide bi-directional template
+manipulation capability.
+EOF
diff --git a/python-pypi/nevow/HISTORY b/python-pypi/nevow/HISTORY
new file mode 100644
index 0000000000..b64bb7ba72
--- /dev/null
+++ b/python-pypi/nevow/HISTORY
@@ -0,0 +1,3 @@
+2009-01-02 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DEPENDS, DETAILS: spell created
+