# -*- 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-nh3
version             0.3.7
revision            0

license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         Python bindings to the ammonia HTML sanitization library.
long_description    {*}${description}
homepage            https://github.com/messense/nh3

checksums           rmd160  8f1c234dd2f45a1c429051c74b375f2dfade9a10 \
                    sha256  71860d01c16f4d8c72e334e0674beb2b0899dbd0bf760de18932ef4390303848 \
                    size    25662

python.versions     310 311 312 313 314

python.pep517_backend \
                    maturin
