Add py-trezor 0.7.16, client side implementation for TREZOR Bitcoin
hardware wallets.
This commit is contained in:
parent
ff94213e33
commit
e9a8c487a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451807
@ -963,6 +963,7 @@
|
|||||||
SUBDIR += py-stem
|
SUBDIR += py-stem
|
||||||
SUBDIR += py-stix
|
SUBDIR += py-stix
|
||||||
SUBDIR += py-tlslite
|
SUBDIR += py-tlslite
|
||||||
|
SUBDIR += py-trezor
|
||||||
SUBDIR += py-trustedpickle
|
SUBDIR += py-trustedpickle
|
||||||
SUBDIR += py-tuf
|
SUBDIR += py-tuf
|
||||||
SUBDIR += py-twofish
|
SUBDIR += py-twofish
|
||||||
|
27
security/py-trezor/Makefile
Normal file
27
security/py-trezor/Makefile
Normal 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>
|
3
security/py-trezor/distinfo
Normal file
3
security/py-trezor/distinfo
Normal 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
|
3
security/py-trezor/pkg-descr
Normal file
3
security/py-trezor/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Client side implementation for TREZOR-compatible Bitcoin hardware wallets.
|
||||||
|
|
||||||
|
WWW: https://github.com/trezor/python-trezor
|
Loading…
Reference in New Issue
Block a user