1
0
Fork 0

Adding debian version 0.45+dfsg-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 18:41:49 +01:00
parent eb42e29864
commit d5bf7afd18
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 86 additions and 0 deletions

33
debian/control vendored Normal file
View 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.