Add py-ckcc-protocol 0.7.2, coldcard CLI and python interface library.

This commit is contained in:
Emanuel Haupt 2019-02-02 11:58:39 +00:00
parent b4636e8815
commit 8ff0a14277
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491951
4 changed files with 31 additions and 0 deletions

View File

@ -926,6 +926,7 @@
SUBDIR += py-certbot-nginx
SUBDIR += py-certifi
SUBDIR += py-certstream
SUBDIR += py-ckcc-protocol
SUBDIR += py-cpe
SUBDIR += py-cracklib
SUBDIR += py-cryptkit

View File

@ -0,0 +1,23 @@
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= ckcc-protocol
PORTVERSION= 0.7.2
CATEGORIES= security
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Coldcard CLI and python interface library
LICENSE= LGPL3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycoin>=0.80:finance/py-pycoin@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1549103663
SHA256 (ckcc-protocol-0.7.2.tar.gz) = 498db4ccdda018cd9f40210f5bd02ddcc98e7df583170b2eab4035c86c3cc03b
SIZE (ckcc-protocol-0.7.2.tar.gz) = 18250

View File

@ -0,0 +1,4 @@
Python library and command-line utilities to communciate with coldcard hardware
wallets.
WWW: https://pypi.org/project/ckcc-protocol/