summaryrefslogtreecommitdiff
path: root/www/py-nevow
AgeCommit message (Collapse)AuthorFilesLines
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-07-26Take maintainership; previous maintainer no longer uses nevow.gdt1-3/+2
2010-07-23Upstream uses setuptools, so switch to egg.mk.gdt2-15/+8
Substitute egg directory in PLIST to avoid hardcoded version. Drop unnecessary statements that set defaults.
2010-07-23Update to 0.10.0.gdt3-188/+421
0.10.0 is from 2009; this package was at 0.3.0 (0.4.0 was released in 2005). Upstream does not provide changelogs or NEWS. This update should be considered equivalent to removing the old package and importing a new one.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-7/+1
2008-09-17twisted is restricted to 2.4+, so restrict here as well.joerg1-1/+3
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-3/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-06-07yield forces Python 2.3+joerg1-2/+2
2006-05-28Dependency py-twisted only available for Python 2.2 and newer.joerg1-1/+3
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-11-05Import py-nevow from pkgsrc-wip. Packaged by Michal Pasternak andminskim4-0/+234
maintained by Siegmund Fuehringer. Nevow is a next-generation web application templating system, based on the ideas developed in the Twisted Woven package. Its main focus is on separating the HTML template from both the business logic and the display logic, while allowing the programmer to write pure Python code as much as possible. It separates your code into 'data' and 'render' functions, a simplified implementation of traditional MVC. It has various parts which can be used individually or as a whole, integrated web solution.