# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-cssutils version 2.6.0 revision 0 categories python www maintainers nomaintainer license LGPL-3+ supported_archs noarch platforms {darwin any} description A CSS Cascading Style Sheets library for Python long_description {*}${description} python.versions 38 39 310 311 312 homepage https://github.com/jaraco/cssutils checksums rmd160 33ba37e9c8f3c4c5a1f9b282bccedf40efa6a725 \ sha256 f7dcd23c1cec909fdf3630de346e1413b7b2555936dec14ba2ebb9913bf0818e \ size 723259 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.rst CHANGES.rst \ ${destroot}${docdir} } }