# -*- 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.6
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  93d1e3b6e530219c8534008bc4745d3a7f26d497 \
                    sha256  f3736c9dd3d1856f80cd031715b84ca75cda2bbb1ac802c3da26bfce590838d7 \
                    size    24684

python.versions     310 311 312 313 314

python.pep517_backend \
                    maturin
