You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
8b9ab869ea
Signed-off-by: İlteriş Yağıztegin Eroğlu <ilteris@asenkron.com.tr>
26 lines
929 B
Tcl
26 lines
929 B
Tcl
# -*- 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 310 311 312 313 314
|