Files
Joshua Root f31289caff python/py-[r-z]*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-27 04:26:35 +11:00

31 lines
1.0 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0
github.setup Kronuz pyScss 1.3.4 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
checksums rmd160 74dbc73665b743c55005c72ad31063f3b1f83bbe \
sha256 56fdd2155b654ce87dcfa173f1806a0dbae68687c942bc82aa08019e00b79d12
name py-scss
license MIT
categories-append www devel
maintainers nomaintainer
description SCSS compiler for Python
long_description \
SCSS (Sassy CSS) makes CSS fun again. SCSS is an extension of CSS3, \
adding nested rules, variables, mixins, selector inheritance, and more. \
Its translated to well-formatted, standard CSS using the command line \
tool or a web-framework plugin. This is a SCSS compiler for Python.
python.versions 27
if {${name} ne ${subport}} {
livecheck.type none
depends_build-append port:py${python.version}-setuptools
depends_lib-append port:pcre
}