2021-02-04 17:57:03 +00:00
|
|
|
# -*- 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
|
2022-01-17 14:01:06 +00:00
|
|
|
version 2.1.1
|
2021-02-04 17:57:03 +00:00
|
|
|
license MIT
|
|
|
|
|
supported_archs noarch
|
2022-12-08 00:42:30 +11:00
|
|
|
platforms {darwin any}
|
2021-02-04 17:57:03 +00:00
|
|
|
|
2022-01-17 14:01:06 +00:00
|
|
|
maintainers {@harens harens} openmaintainer
|
2021-02-04 17:57:03 +00:00
|
|
|
|
|
|
|
|
description Base58 and Base58Check implementation compatible \
|
2022-01-17 14:01:06 +00:00
|
|
|
with what is used by the bitcoin network
|
2021-02-04 17:57:03 +00:00
|
|
|
long_description {*}${description}. Any other alternative alphabet \
|
|
|
|
|
(like the XRP one) can be used.
|
|
|
|
|
|
|
|
|
|
homepage https://github.com/keis/base58
|
|
|
|
|
|
2022-01-17 14:01:06 +00:00
|
|
|
checksums rmd160 e00c58bc12b458098dba88bd4c763ed046b7aa56 \
|
|
|
|
|
sha256 c5d0cb3f5b6e81e8e35da5754388ddcc6d0d14b6c6a132cb93d69ed580a7278c \
|
|
|
|
|
size 6528
|
2021-02-04 17:57:03 +00:00
|
|
|
|
2026-05-17 17:22:35 +03:00
|
|
|
python.versions 310 311 312 313 314
|