libsass-python 0.21.0-1 source package in Ubuntu
Changelog
libsass-python (0.21.0-1) unstable; urgency=medium * New upstream version 0.21.0 * Update Homepage * Update copyright details * Drop reproducible build patch now applied upstream * Remove workaround for #980628 * Update d/watch file * Change libsass man page section * Remove test related file (Closes: #1000943) * Bump Standards-Version -- Frédéric Bonnard <email address hidden> Wed, 20 Apr 2022 16:10:47 +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 | |
---|---|---|---|---|
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libsass-python_0.21.0-1.dsc | 2.1 KiB | 6def569b92568ed888ef6d1f1603d45304bcb2e4349ea0e2329013f110f8f630 |
libsass-python_0.21.0.orig.tar.gz | 54.5 KiB | e8054359e2ef22e1b724cfc0e924f46095429a33075c61af30ed2cbb7fa20a1e |
libsass-python_0.21.0-1.debian.tar.xz | 5.0 KiB | cc4c625567b0d44fafbb81d1fe07fee7a2402b5c3def74c643997e6eb96541b2 |
Available diffs
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