# -*- 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-pycryptodome
version             3.4.5
license             BSD
platforms           darwin
supported_archs     noarch
maintainers         {@xeron gmail.com:xeron.oskom} openmaintainer
description         Cryptographic library for Python
long_description    PyCryptodome is a self-contained Python package of \
                    low-level cryptographic primitives. \
                    PyCryptodome is a fork of PyCrypto.

python.versions     27 35 36

homepage            https://pypi.python.org/pypi/${python.rootname}/
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
distname            ${python.rootname}-${version}

checksums           rmd160  ebdb0edb86f048889f467ddabb9efe95b74254e6 \
                    sha256  be84544eadc2bb71d4ace39e4984ed2990111f053f24267a07afb4b4e1e5428f \
                    size    6494255

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

    livecheck.type      none
}