# -*- 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-pyaes
platforms           darwin
supported_archs     noarch
license             MIT
maintainers         nomaintainer
description         Pure-Python Implementation of the AES block-cipher and common modes of operation
long_description    ${description}
homepage            https://github.com/ricmoo/pyaes

version             1.6.1
checksums           rmd160  ff5f3a5caf31f20cd451464eac3fb6831b8713e8 \
                    sha256  02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f \
                    size    28536
revision            0

python.versions     27 36 37 38
python.default_version 37

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

    livecheck.type  none
}
