# -*- 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-truststore
version             0.10.4
revision            0

license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         Truststore is a library which exposes native system certificate \
                    stores (ie trust stores) through an ssl.SSLContext-like API.
long_description    {*}${description} This means that Python applications no longer \
                    need to rely on certifi as a root certificate store.
homepage            https://github.com/sethmlarson/truststore

checksums           rmd160  8b926cfd2c598cb04c8d04f610fa1b862b0c1c59 \
                    sha256  9d91bd436463ad5e4ee4aba766628dd6cd7010cf3e2461756b3303710eebc301 \
                    size    26169

python.versions     310 311 312 313 314

python.pep517_backend \
                    flit
