# -*- 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-oscrypto
version             1.3.0
revision            0

supported_archs     noarch
platforms           {darwin any}

license             MIT
maintainers         nomaintainer

description         TLS (SSL) sockets, key generation, encryption, decryption, \
                    signing, verification and KDFs using the OS crypto \
                    libraries. Does not require a compiler, and relies on the \
                    OS for patching. Works on Windows, OS X and Linux/BSD.
long_description    {*}${description}

homepage            https://github.com/wbond/oscrypto

checksums           rmd160  e09cbacb792be1f4d06952c3ab1951ae32bf571b \
                    sha256  6f5fef59cb5b3708321db7cca56aed8ad7e662853351e7991fcf60ec606d47a4 \
                    size    184590

python.versions     39 310 311 312 313

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