Files
deb-python-lesscpy/debian/control
Ondřej Nový e279138776 Bumped debhelper compat version to 10
Change-Id: I6c7d6d08fd03cd2508af9a119d13c04f3620f8ac
2016-11-24 00:07:35 +01:00

52 lines
2.0 KiB
Plaintext

Source: python-lesscpy
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
Thomas Goirand <zigo@debian.org>,
Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 10),
python-all (>= 2.6.6-3~),
python-ply,
python-setuptools,
python3-all,
python3-ply,
python3-setuptools
Standards-Version: 3.9.5
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-lesscpy?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-lesscpy -b debian/newton
Homepage: https://pypi.python.org/pypi/lesscpy
Package: python-lesscpy
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-ply, ${misc:Depends}, ${python:Depends}
Replaces: python3-lesscpy (<< 0.9j)
Recommends: ${python:Recommends}
Description: LessCss Compiler for Python 2.x
Lesscpy is a compiler written in Python for the lesscss language. It is very
useful if node.js can't be installed in the environment. Not all features of
lesscss are supported (yet). Some features wil probably never be supported
(JavaScript evaluation).
.
This program uses PLY (Python Lex-Yacc) to tokenize/parse the input and is
considerably slower than the nodejs compiler.
.
This package provides the Python 2.x module.
Package: python3-lesscpy
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python3-ply, ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Description: LessCss Compiler for Python 3.x
Lesscpy is a compiler written in Python for the lesscss language. It is very
useful if node.js can't be installed in the environment. Not all features of
lesscss are supported (yet). Some features wil probably never be supported
(JavaScript evaluation).
.
This program uses PLY (Python Lex-Yacc) to tokenize/parse the input and is
considerably slower than the nodejs compiler.
.
This package provides the Python 3.x module.