# -*- 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-cipheydists
version             0.3.34
categories-append   security
platforms           darwin
# py-cipheydists is licensed under The Unlicense
license             public-domain
supported_archs     noarch

maintainers         {@harens gmail.com:harensdeveloper} \
                    openmaintainer

description         Distributions for frequency analysis
long_description    This is a collection of sample distributions \
                    for use in Ciphey's frequency analysis.

homepage            https://github.com/Ciphey/CipheyDists

checksums           rmd160 58086f41efe2d0deca3493e9bdead87ff6c88b0e \
                    sha256 cc78ad67cd2742ed59cd8cc3b95a92658772f1b6a2a4475dba997cc675d2241d \
                    size   10049783

python.versions     38 39

if {${name} ne ${subport}} {

    depends_build-append \
                        port:py${python.version}-setuptools

    livecheck.type      none
}
