Commit graph

5 commits

Author SHA1 Message Date
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
adam
73d29a17c4 Changes 0.6.1:
Bug fixes.
2012-08-26 12:54:46 +00:00
wiz
aada88e659 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.
2012-04-08 19:08:44 +00:00
wiz
1618afc37a Mark as PYTHON_VERSIONS_INCOMPATIBLE=24 because of
with SettingsOverride(TEMPLATE_DEBUG=False):
                        ^
SyntaxError: invalid syntax
see
http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/20120308.0100/py24-django-sekizai-0.5/install.log
2012-03-10 19:49:02 +00:00
adam
db10735552 Sekizai means "blocks" in Japanese, and that's what this app provides. A fresh
look at blocks. With django-sekizai you can define placeholders where your
blocks get rendered and at different places in your templates append to those
blocks. This is especially useful for css and javascript. Your subtemplates can
now define css and javscript files to be included, and the css will be nicely
put at the top and the javascript to the bottom, just like you should. Also
sekizai will ignore any duplicate content in a single block.
2012-01-08 07:49:54 +00:00