Date: Sat, 2 Feb 2019 11:59:05 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491952 - in head/security: . py-keepkey Message-ID: <201902021159.x12Bx5kQ065169@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sat Feb 2 11:59:05 2019 New Revision: 491952 URL: https://svnweb.freebsd.org/changeset/ports/491952 Log: Add py-keepkey 6.0.2, library for communicating with KeepKey Hardware Wallet. Added: head/security/py-keepkey/ head/security/py-keepkey/Makefile (contents, props changed) head/security/py-keepkey/distinfo (contents, props changed) head/security/py-keepkey/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Feb 2 11:58:39 2019 (r491951) +++ head/security/Makefile Sat Feb 2 11:59:05 2019 (r491952) @@ -960,6 +960,7 @@ SUBDIR += py-htpasswd SUBDIR += py-itsdangerous SUBDIR += py-josepy + SUBDIR += py-keepkey SUBDIR += py-kerberos SUBDIR += py-keyczar SUBDIR += py-keyring Added: head/security/py-keepkey/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-keepkey/Makefile Sat Feb 2 11:59:05 2019 (r491952) @@ -0,0 +1,26 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= keepkey +PORTVERSION= 6.0.2 +CATEGORIES= security +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Library for communicating with KeepKey Hardware Wallet + +LICENSE= LGPL3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ecdsa>=0.9:security/py-ecdsa@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=3.0.0:devel/py-protobuf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mnemonic>=0.8:security/py-mnemonic@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hidapi>=0.7.99.post15:comms/py-hidapi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libusb1>=1.6:devel/py-libusb1@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/security/py-keepkey/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-keepkey/distinfo Sat Feb 2 11:59:05 2019 (r491952) @@ -0,0 +1,3 @@ +TIMESTAMP = 1549099428 +SHA256 (keepkey-6.0.2.tar.gz) = af107f610fb0e2417fc7a9d87a2fa22aac9b80b79559370d178be424bb85489a +SIZE (keepkey-6.0.2.tar.gz) = 147774 Added: head/security/py-keepkey/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-keepkey/pkg-descr Sat Feb 2 11:59:05 2019 (r491952) @@ -0,0 +1,3 @@ +Python library for communicating with KeepKey Hardware Wallet. + +WWW: https://github.com/keepkey/python-keepkey
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902021159.x12Bx5kQ065169>