# -*- 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-certifi
version             2020.12.05
set distversion     [regsub -all {(\.)0} ${version} {\1}]
revision            0
categories-append   devel net
platforms           darwin
license             {MPL-1.1 GPL-2+ LGPL-2.1+}
supported_archs     noarch

python.versions     27 35 36 37 38 39

maintainers         {stromnov @stromnov} openmaintainer

description         Python package for providing Mozilla's CA Bundle.
long_description    ${description}

homepage            https://pypi.python.org/pypi/certifi

distname            ${python.rootname}-${distversion}

checksums           rmd160  190412fa0dd9413b6c55e4b78687571f589205b2 \
                    sha256  1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c \
                    size    149468

if {${name} ne ${subport}} {
    livecheck.type      none
} else {
    livecheck.version   ${distversion}
}
