# -*- 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.3.0 revision 0 categories-append graphics supported_archs noarch platforms {darwin any} 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 202188673664a3c0212fd4861752d073d2f9aa29 \ sha256 152f9acabd296a8375fbca5b84c961ff95971fcfc32e79550c8df8e29118c54d \ size 67360 python.versions 38 39 310 311 312 python.pep517_backend flit if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-webencodings }