django-sekizai 4.0.0-1 source package in Ubuntu

Changelog

django-sekizai (4.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Add version to Build-Depends: python3-django (>= 3.8) to match upstream.
  * Update Standards-Version.
  * Build-Depends: Add <!nocheck> to test packages.

 -- Edward Betts <edward@4angle.com>  Sat, 30 Jul 2022 21:53:14 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-sekizai_4.0.0-1.dsc 2.5 KiB 3746e4bded6a75aa4f27343f122cb8dbc3549c51198125c78bb7571004258715
django-sekizai_4.0.0.orig.tar.gz 22.4 KiB c487f568b824fabaa4056361181670c32a7642772365dcb602b580836d647c3a
django-sekizai_4.0.0-1.debian.tar.xz 5.2 KiB 613cfb2bc438e840da22ba760b80b61d255b36c78ced0edc7c27905708f539e3

Available diffs

No changes file available.

Binary packages built by this source

python-django-sekizai-doc: No summary available for python-django-sekizai-doc in ubuntu kinetic.

No description available for python-django-sekizai-doc in ubuntu kinetic.

python3-django-sekizai: template blocks for Django projects (Python3 version)

 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.
 .
 This package contains the Python 3 version of the library.