./wip/py-webflash, Library to display flash messages in python web applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1a9, Package name: py310-webflash-0.1a9, Maintainer: kamelderouiche

WebFlash is a library to display "flash" messages in python web
applications. These messages are usually used to provide feedback
to the user (eg: you changes have been saved, your credit card
number has been stolen, ...). One important characteristic they
must provide is the ability to survive a redirect (ie: display the
message in a page after being redirected from a form submission).


Required to run:
[devel/py-setuptools] [converters/py-simplejson] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: f9ac8e52d39bd97567b7b23622da914ca949f830
Filesize: 7.201 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-10-04 00:14:51 by Thomas Klausner | Files touched by this commit (40)
Log message:
Update for python25 removal.
   2012-04-08 21:09:41 by Thomas Klausner | Files touched by this commit (127)
Log message:
Remove python24 and all traces of it from pkgsrc.
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.
   2010-07-14 15:20:55 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py26-webflash-0.1a9 as wip/py-webflash.

WebFlash is a library to display "flash" messages in python web
applications. These messages are usually used to provide feedback
to the user (eg: you changes have been saved, your credit card
number has been stolen, ...). One important characteristic they
must provide is the ability to survive a redirect (ie: display the
message in a page after being redirected from a form submission).