# -*- 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-josepy
version             1.8.0
revision            0
categories-append   security
license             Apache-2
maintainers         {mps @Schamschula} openmaintainer
homepage            https://github.com/certbot/josepy
description         JOSE protocol implementation in Python using cryptography
long_description    {*}${description}
platforms           darwin

python.versions     27 36 37 38 39

checksums           rmd160  29757a70878f3f8a2f3432cf6c9483afc22b210d \
                    sha256  a5a182eb499665d99e7ec54bb3fe389f9cbc483d429c9651f20384ba29564269 \
                    size    57507

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

    livecheck.type  none
}
