libsass-python/debian/control

48 lines
1.6 KiB
Plaintext

Source: libsass-python
Section: python
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all-dev,
python3-setuptools,
python3-six,
python3-sphinx,
python3-werkzeug,
python3-flake8,
python3-pytest,
python3-doc,
python-flask-doc,
python-setuptools-doc,
libsass-dev
Standards-Version: 4.6.0
Vcs-Browser: https://gitee.com/openkylin/libsass-python
Vcs-Git: https://gitee.com/openkylin/libsass-python.git
Homepage: https://sass.github.io/libsass-python
Rules-Requires-Root: no
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python3-libsass
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: SASS for Python 3: a straightforward binding of libsass for Python
This package provides a simple Python 3 extension module sass which is binding
Libsass (written in C/C++ by Hampton Catlin and Aaron Leung). It's very
straightforward and there isn't any headache related Python
distribution/deployment.
That means you can add just libsass into your setup.py's install_requires list
or requirements.txt file. Need no Ruby nor Node.js.
Package: pysassc
Section: web
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-libsass
Description: SASS for Python: command line utility for libsass
This package provides a simple Python script to access libsass
functionnalities.
Libsass (written in C/C++ by Hampton Catlin and Aaron Leung). It's very
straightforward and there isn't any headache related Python
distribution/deployment.