Add py-ckcc-protocol 0.7.2, coldcard CLI and python interface library.
This commit is contained in:
parent
b4636e8815
commit
8ff0a14277
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491951
@ -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
|
||||
|
23
security/py-ckcc-protocol/Makefile
Normal file
23
security/py-ckcc-protocol/Makefile
Normal 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>
|
3
security/py-ckcc-protocol/distinfo
Normal file
3
security/py-ckcc-protocol/distinfo
Normal 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
|
4
security/py-ckcc-protocol/pkg-descr
Normal file
4
security/py-ckcc-protocol/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Python library and command-line utilities to communciate with coldcard hardware
|
||||
wallets.
|
||||
|
||||
WWW: https://pypi.org/project/ckcc-protocol/
|
Loading…
Reference in New Issue
Block a user