# -*- 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-pyhibp
version             4.2.0
revision            0
categories-append   www
platforms           any
license             AGPL-3
maintainers         nomaintainer
description         An interface to Troy Hunt's 'Have I Been Pwned' public API
long_description    {*}${description}
homepage            https://gitlab.com/kitsunix/pyHIBP/pyHIBP
checksums           rmd160  63173d3ce78e59d78d2b65263f6cab993f1e471d \
                    sha256  825c383e0ac43ac3438dad82e5ddb45773754fbb1b5c3b8ac56669483f2c67ed \
                    size    32083
supported_archs     noarch

python.versions     310 311 312 313 314

if {${subport} ne ${name}} {
    depends_lib-append  port:py${python.version}-requests
}
