34 lines
1.1 KiB
Text
34 lines
1.1 KiB
Text
|
Source: jinjax
|
||
|
Section: python
|
||
|
Priority: optional
|
||
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||
|
Build-Depends:
|
||
|
debhelper-compat (= 13),
|
||
|
dh-sequence-python3,
|
||
|
pybuild-plugin-pyproject,
|
||
|
python3-all,
|
||
|
python3-jinja2,
|
||
|
python3-poetry-core,
|
||
|
python3-pytest,
|
||
|
python3-setuptools,
|
||
|
python3-whitenoise,
|
||
|
Rules-Requires-Root: no
|
||
|
Standards-Version: 4.7.0
|
||
|
Homepage: https://github.com/jpsca/jinjax
|
||
|
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/jinjax
|
||
|
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/jinjax
|
||
|
|
||
|
Package: python3-jinjax
|
||
|
Section: python
|
||
|
Architecture: all
|
||
|
Depends:
|
||
|
${misc:Depends},
|
||
|
${python3:Depends},
|
||
|
Description: Server-side components for your Jinja templates
|
||
|
JinjaX extends the traditional Jinja template functionality by allowing to
|
||
|
encapsulate HTML, CSS, and JavaScript within individual components.
|
||
|
.
|
||
|
This modularity makes the templates much easier to maintain and update.
|
||
|
The key innovation is that JinjaX components can contain all associated
|
||
|
code, reducing the sprawl commonly seen in large template files.
|