# -*- 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-soupsieve
version             2.9.2
revision            0

license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         Soup Sieve is a CSS selector library designed to be used with \
                    Beautiful Soup 4
long_description    {*}${description} It aims to provide selecting, matching, and filtering using \
                    modern CSS selectors. Soup Sieve currently provides selectors from \
                    the CSS level 1 specifications up through the latest CSS level 4 \
                    drafts and beyond.
homepage            https://github.com/facelessuser/soupsieve

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  b2ea9adaef7708cae7aa24112487c1e367cef789 \
                    sha256  4a55d8cf158a9c2e587fa4922f1bbb91d68ac829e2d6f25403a85747c71daf74 \
                    size    122445

python.versions     310 311 312 313 314

python.pep517_backend \
                    hatch
