Skip to content
Snippets Groups Projects
Commit c9062744 authored by Emanuel Haupt's avatar Emanuel Haupt
Browse files

security/py-base58: Add new port

Base58 and Base58Check implementation compatible with what is used by
the bitcoin network.
parent 751c0207
No related branches found
No related tags found
No related merge requests found
......@@ -827,6 +827,7 @@
SUBDIR += py-azure-keyvault-certificates
SUBDIR += py-azure-keyvault-keys
SUBDIR += py-azure-keyvault-secrets
SUBDIR += py-base58
SUBDIR += py-bcrypt
SUBDIR += py-btchip-python
SUBDIR += py-cerealizer
......
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= base58
PORTVERSION= 2.1.1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Bitcoin-compatible Base58 and Base58Check implementation
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
TIMESTAMP = 1649176492
SHA256 (base58-2.1.1.tar.gz) = c5d0cb3f5b6e81e8e35da5754388ddcc6d0d14b6c6a132cb93d69ed580a7278c
SIZE (base58-2.1.1.tar.gz) = 6528
Base58 and Base58Check implementation compatible with what is used by
the bitcoin network.
WWW: https://pypi.org/project/base58/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment