# -*- 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

# also update py-pycryptodome
name                py-pycryptodomex
version             3.23.0
revision            0

license             BSD
maintainers         nomaintainer

description         Cryptographic library for Python
long_description    {*}${description}

homepage            https://www.pycryptodome.org

checksums           rmd160  13604e1e7371688b65b5bfefc637a83dc61ab667 \
                    sha256  71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da \
                    size    4922157

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    test.run        yes
    python.test_framework
    test.cmd        ${python.bin} setup.py test
}
