# -*- 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.5
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  5255e1689c9f69b0dccb02b3a7a2a88f853144c8 \
                    sha256  45855e14ff056064fec77133bfcf7cd691838168e5e17bbef075394954dc9dc8 \
                    size    20743

python.versions     310 311 312 313 314

python.pep517_backend \
                    maturin
