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
|
Source: cssmin
Section: devel
Priority: optional
Maintainer: Stuart Prescott <stuart@debian.org>
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools
Homepage: https://github.com/zacharyvoase/cssmin
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/cssmin.git
Vcs-Browser: https://salsa.debian.org/debian/cssmin
Rules-Requires-Root: no
Package: cssmin
Architecture: all
Depends:
python3,
python3-cssmin,
${misc:Depends},
${python3:Depends}
Description: YUI CSS compression algorithm (command line tools)
cssmin is a Python port of the YUI Cascading Style Sheet (CSS) compressor.
The compressor can be used to reduce the size of CSS documents for deployment.
.
This package contains the command line tools for cssmin. See the python-cssmin
and python3-cssmin packages for the Python modules.
Package: python3-cssmin
Architecture: all
Section: python
Depends:
python3,
python3-pkg-resources,
${misc:Depends},
${python3:Depends}
Description: YUI CSS compression algorithm (Python 3 version)
cssmin is a Python port of the YUI Cascading Style Sheet (CSS) compressor.
It can be used as a module from other Python programs, including as a filter
for python3-webassets bundles.
.
This package contains the Python 3 modules for cssmin. See the cssmin package
for the command line tools.
|