Files

35 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

2020-12-07 20:38:54 -05:00
# -*- 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-cssselect2
2026-02-13 11:54:01 -05:00
version 0.9.0
2020-12-07 20:38:54 -05:00
revision 0
categories-append devel
supported_archs noarch
2022-12-08 17:29:58 +11:00
platforms {darwin any}
2020-12-07 20:38:54 -05:00
license BSD
maintainers {reneeotten @reneeotten} openmaintainer
2022-09-20 21:36:41 -04:00
description cssselect2 is a straightforward implementation of CSS4 Selectors for markup documents
2022-12-08 17:29:58 +11:00
long_description {*}${description}
2020-12-07 20:38:54 -05:00
homepage https://doc.courtbouillon.org/cssselect2/
2026-02-13 11:54:01 -05:00
checksums rmd160 9c62d0f3923be2c972af7812fa698aa957d02f28 \
sha256 759aa22c216326356f65e62e791d66160a0f9c91d1424e8d8adc5e74dddfc6fb \
size 35595
2020-12-07 20:38:54 -05:00
2025-11-14 12:50:04 -05:00
python.versions 310 311 312 313 314
2022-02-28 16:47:30 -05:00
python.pep517_backend flit
2020-12-07 20:38:54 -05:00
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-tinycss2 \
port:py${python.version}-webencodings
test.run yes
}