Files
macports-ports/python/py-css-parser/Portfile
T
2024-08-30 01:56:18 -04:00

28 lines
1.0 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-css-parser
version 1.0.10
revision 0
license LGPL-3
maintainers nomaintainer
description A fork of the cssutils project based on version 1.0.2.
long_description {*}${description} This fork includes general bug fixes and \
extensions specific to editing and working with ebooks.
supported_archs noarch
platforms {darwin any}
homepage https://github.com/ebook-utils/css-parser
checksums rmd160 c6b40cd648765601cf60c5e970f3da6ed81b4a80 \
sha256 bf1e972ad33344e93206964fb4cd908d9ddef9fcd0c01fa93e0d734675394363 \
size 349673
python.versions 39 310 311 312
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
}