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
|
Source: flask-assets
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Jelmer Vernooij <jelmer@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-flask,
python3-flask-bcrypt,
python3-flask-script,
python3-nose,
python3-setuptools,
python3-yaml,
python3-webassets
Standards-Version: 4.1.5
Homepage: https://flask-assets.readthedocs.io/en/latest/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/modules/flask-assets.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/flask-assets
Package: python3-flask-assets
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Provides:
${python3:Provides},
Description: Python 3 flask extension that provides webassets integration
This extension to the flask framework integrates support for the ``webassets``
library, adding support for merging, minifying and compiling CSS and
Javascript files.
|