summaryrefslogtreecommitdiff
path: root/www/py-nevow
AgeCommit message (Collapse)AuthorFilesLines
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-1/+3
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-09-20Replace python interpreter path in installed script.wiz1-3/+5
Bump PKGREVISION.
2013-04-06'The "+=" operator should only be used with lists.'rodent1-2/+2
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.