# -*- 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.1
license             MIT
supported_archs     noarch
platforms           {darwin any}

maintainers         {@harens harens} 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 e00c58bc12b458098dba88bd4c763ed046b7aa56 \
                    sha256 c5d0cb3f5b6e81e8e35da5754388ddcc6d0d14b6c6a132cb93d69ed580a7278c \
                    size   6528

python.versions     39 310