Add py-trezor 0.7.16, client side implementation for TREZOR Bitcoin

hardware wallets.
This commit is contained in:
Emanuel Haupt 2017-10-11 22:35:28 +00:00
parent ff94213e33
commit e9a8c487a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451807
4 changed files with 34 additions and 0 deletions

View File

@ -963,6 +963,7 @@
SUBDIR += py-stem
SUBDIR += py-stix
SUBDIR += py-tlslite
SUBDIR += py-trezor
SUBDIR += py-trustedpickle
SUBDIR += py-tuf
SUBDIR += py-twofish

View File

@ -0,0 +1,27 @@
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= trezor
PORTVERSION= 0.7.16
DISTVERSIONPREFIX= v
CATEGORIES= security
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Client side implementation for TREZOR Bitcoin hardware wallets
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mnemonic>=0:security/py-mnemonic \
${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi \
${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa \
${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf
USES= python
USE_GITHUB= yes
USE_PYTHON= autoplist distutils
GH_PROJECT= python-trezor
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1507051332
SHA256 (trezor-python-trezor-v0.7.16_GH0.tar.gz) = 02924aa0a52e50e7447cc77dc376f55a1cc0aa5b9ba62121f886b7eddbf4ab5d
SIZE (trezor-python-trezor-v0.7.16_GH0.tar.gz) = 111602

View File

@ -0,0 +1,3 @@
Client side implementation for TREZOR-compatible Bitcoin hardware wallets.
WWW: https://github.com/trezor/python-trezor