# -*- 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-random2
version             1.0.1
platforms           darwin
license             PSF-2.1.1
maintainers         nomaintainer

description         Python 3 compatible Python 2 random Module.
long_description    {*}${description}

homepage            http://pypi.python.org/pypi/random2
use_zip             yes
distname            random2-${version}

checksums           rmd160  e0c8cac5bf246d6ee776c1ea7ac47baaf7a3e8ab \
                    sha256  34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007 \
                    size    21088

python.versions     37 38 39

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

    livecheck.type  none
}
