# -*- 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-base58
version             2.1.0
platforms           darwin
license             MIT
supported_archs     noarch

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

description         Base58 and Base58Check implementation compatible \
                    with what is used by the bitcoin network.
long_description    {*}${description}. Any other alternative alphabet \
                    (like the XRP one) can be used.

homepage            https://github.com/keis/base58

checksums           rmd160 4f994206f68e1c0cd897f17a221b7a1c92871431 \
                    sha256 171a547b4a3c61e1ae3807224a6f7aec75e364c4395e7562649d7335768001a2 \
                    size   6351

python.versions     38 39

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

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

    livecheck.type      none
}
