Adding debian version 0.45+dfsg-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
eb42e29864
commit
d5bf7afd18
6 changed files with 86 additions and 0 deletions
33
debian/control
vendored
Normal file
33
debian/control
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue