summaryrefslogtreecommitdiff
path: root/www/py-webpy
AgeCommit message (Collapse)AuthorFilesLines
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz1-3/+1
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-01-26* no compiler languages is required to build.obache2-5/+8
* distutils pkg, register egg-info. Bump PKGREVISION.
2011-11-29Upgrade to 0.36.darcy3-15/+39
Too many changes to list. See https://github.com/webpy/webpy/blob/master/ChangeLog.txt
2011-06-14LICENSE=public-domainobache1-1/+2
2011-06-14Just need Python 2.4+, no PYTHON_VERSION restrictions.obache1-3/+1
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-3/+1
2008-08-17Upgrade to 0.23. Many fixes and features. See http://webpy.org/changesdarcy3-11/+13
for details.
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+2
- 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.
2007-01-11Needs Python 2.4+ as the list comprehension is not support beforejoerg2-3/+17
(utils.py). Fix PLIST to contain the source as well. Bump revision.
2007-01-02Add webpy package.darcy4-0/+56
web.py is a web framework for python that is as simple as it is powerful. web.py is in the public domain; you can use it for whatever purpose with absolutely no restrictions.