Files
2020-12-15 21:31:03 -05:00

34 lines
1.1 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-tinycss2
version 1.1.0
revision 0
categories-append graphics
platforms darwin
supported_archs noarch
license BSD
maintainers {reneeotten @reneeotten} openmaintainer
description tinycss2 is a low-level CSS parser and generator written in Python
long_description ${description}: it can parse strings, return objects representing \
tokens and blocks, and generate CSS strings corresponding to these objects.
homepage https://www.courtbouillon.org/tinycss2
checksums rmd160 b44e5d2ab0092ed956e625f7f47697c5a414e1c7 \
sha256 fbdcac3044d60eb85fdb2aa840ece43cf7dbe798e373e6ee0be545d4d134e18a \
size 28273
python.versions 37 38 39
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-webencodings
livecheck.type none
}