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
|
Source: webassets
Section: python
Priority: optional
Maintainer: Agustin Henze <tin@debian.org>
Uploaders: Ulises Vitulli <dererk@debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools,
python3-nose,
python3-mock,
python3-jinja2,
python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
python-docutils,
python-nose,
python-mock,
python-jinja2,
python-six,
help2man,
python-pytest,
python3-pytest
Standards-Version: 4.1.1
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Homepage: https://github.com/miracle2k/webassets
Vcs-Git: https://anonscm.debian.org/git/collab-maint/webassets.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/webassets.git
Package: python-webassets
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-six
Suggests:
python-webassets-doc,
yui-compressor,
node-uglify,
python-cssutils,
node-less,
ruby-sass,
python-cssmin | cssmin (<= 0.2.0-1),
node-requirejs,
Description: Asset management application for Python web development
Assets helps you merge and compress any JavaScript and CSS files on your web
development project.
.
This is the Python 2 version of the package.
Package: python3-webassets
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-six
Breaks: python-webassets (<= 3:0.9-1)
Suggests:
python-webassets-doc,
yui-compressor,
node-uglify,
python-cssutils,
node-less,
ruby-sass,
python3-cssmin,
node-requirejs,
Description: Asset management application for Python web development (Python 3)
Assets helps you merge and compress any JavaScript and CSS files on your web
development project.
.
This is the Python 3 version of the package.
Package: python-webassets-doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: python-doc
Section: doc
Description: Asset management application for Python web development - doc
Assets helps you merge and compress any JavaScript and CSS files on your web
development project.
.
This package contains API documentation.
|