libsass-python 0.20.1-3 source package in Ubuntu
Changelog
libsass-python (0.20.1-3) unstable; urgency=medium * Use pytest instead of unittest to run tests and disable unported tests (Closes: #980628) -- Frédéric Bonnard <email address hidden> Wed, 07 Apr 2021 12:28:16 +0200
Upload details
- Uploaded by:
- Frédéric Bonnard
- Uploaded to:
- Sid
- Original maintainer:
- Frédéric Bonnard
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libsass-python_0.20.1-3.dsc | 2.1 KiB | 7f3aacec214f423fe58a641038b8c14d88ae0ca4c3a9709b76bd2ec43bc27315 |
libsass-python_0.20.1.orig.tar.gz | 54.3 KiB | 00e5fc8d1befd02c687fc1bed43865a813d21d4ef8bf99d14849420b81de2e3e |
libsass-python_0.20.1-3.debian.tar.xz | 5.3 KiB | 61e3137bffdd39df96faa956f6e6001a37763241141edad374f65f4fc36eb150 |
Available diffs
- diff from 0.20.1-2 to 0.20.1-3 (768 bytes)
No changes file available.
Binary packages built by this source
- pysassc: 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.
- python3-libsass: 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.
- python3-libsass-dbgsym: debug symbols for python3-libsass