1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
Source: python-kajiki
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
TANIGUCHI Takaki <takaki@debian.org>,
Build-Depends:
debhelper (>= 11),
dh-python,
python-all,
python-babel,
python-nine,
python-nose,
python-setuptools,
python-sphinx,
python3-all (>= 3.2),
python3-babel,
python3-nine,
python3-nose,
python3-setuptools,
python3-sphinx,
Standards-Version: 4.1.4
Homepage: http://sourceforge.net/p/kajiki/home/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-kajiki.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-kajiki
Package: python-kajiki
Architecture: all
Depends:
python-pkg-resources,
${misc:Depends},
${python:Depends},
Provides:
${python:Provides},
Description: Really fast well-formed xml templates - Python 2.x
Are you tired of the slow performance of Genshi? But you still long for the
assurance that your output is well-formed that you miss from all those other
templating engines? Do you wish you had Jinja's blocks with Genshi's syntax?
Then look no further, Kajiki is for you! Kajiki quickly compiles Genshi-like
syntax to *real Python bytecode* that renders with blazing-fast speed! Don't
delay! Pick up your copy of Kajiki today!
.
This package provides the Python 2.x module.
Package: python-kajiki-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Provides:
${python3:Provides},
Multi-Arch: foreign
Description: Really fast well-formed xml templates - doc
Are you tired of the slow performance of Genshi? But you still long for the
assurance that your output is well-formed that you miss from all those other
templating engines? Do you wish you had Jinja's blocks with Genshi's syntax?
Then look no further, Kajiki is for you! Kajiki quickly compiles Genshi-like
syntax to *real Python bytecode* that renders with blazing-fast speed! Don't
delay! Pick up your copy of Kajiki today!
.
This package provides the documentation.
Package: python3-kajiki
Architecture: all
Depends:
python3-pkg-resources,
${misc:Depends},
${python3:Depends},
Provides:
${python3:Provides},
Description: Really fast well-formed xml templates - Python 3.x
Are you tired of the slow performance of Genshi? But you still long for the
assurance that your output is well-formed that you miss from all those other
templating engines? Do you wish you had Jinja's blocks with Genshi's syntax?
Then look no further, Kajiki is for you! Kajiki quickly compiles Genshi-like
syntax to *real Python bytecode* that renders with blazing-fast speed! Don't
delay! Pick up your copy of Kajiki today!
.
This package provides the Python 3.x module.
|