1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 | name: libsass version: "0.1" summary: SASS for Python description: A straightforward binding of libsass for Python. Compile Sass/SCSS in Python with no Ruby stack at all! https://hongminhee.org/libsass-python/ confinement: strict apps: libsass: command: sassc plugs: [home] parts: libsass: plugin: python3 source: https://github.com/dahlia/libsass-python/releases/download/0.11.1/libsass-0.11.1.tar.gz |