git: 43dde94b6298 - main - security/py-keepkey: Update to 6.7.0
Emanuel Haupt
ehaupt at FreeBSD.org
Sat May 8 06:46:44 UTC 2021
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=43dde94b6298bb1e63bea4c65b3f14391fe8b84d
commit 43dde94b6298bb1e63bea4c65b3f14391fe8b84d
Author: Emanuel Haupt <ehaupt at FreeBSD.org>
AuthorDate: 2021-05-08 06:46:36 +0000
Commit: Emanuel Haupt <ehaupt at FreeBSD.org>
CommitDate: 2021-05-08 06:46:36 +0000
security/py-keepkey: Update to 6.7.0
---
security/py-keepkey/Makefile | 14 +++++++++-----
security/py-keepkey/distinfo | 10 +++++++---
2 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/security/py-keepkey/Makefile b/security/py-keepkey/Makefile
index 0e18329d09b5..49b8564dc628 100644
--- a/security/py-keepkey/Makefile
+++ b/security/py-keepkey/Makefile
@@ -1,9 +1,9 @@
# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
PORTNAME= keepkey
-PORTVERSION= 6.6.0
+PORTVERSION= 6.7.0
+DISTVERSIONPREFIX= v
CATEGORIES= security
-MASTER_SITES= https://github.com/${PORTNAME}/python-${PORTNAME}/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt at FreeBSD.org
@@ -12,12 +12,16 @@ 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}
+ ${PYTHON_PKGNAMEPREFIX}libusb1>=1.6:devel/py-libusb1@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mnemonic>=0.8:security/py-mnemonic@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.0.0:devel/py-protobuf@${PY_FLAVOR}
USES= python:3.6+
+USE_GITHUB= yes
+GH_PROJECT= python-keepkey
+GH_TUPLE= keepkey:device-protocol:84d438b:devproto/device-protocol \
+ keepkey:ethereum-lists:e216e92:ethlist/keepkeylib/eth/ethereum-lists
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
diff --git a/security/py-keepkey/distinfo b/security/py-keepkey/distinfo
index b2680b89d033..b0a2c69c82f7 100644
--- a/security/py-keepkey/distinfo
+++ b/security/py-keepkey/distinfo
@@ -1,3 +1,7 @@
-TIMESTAMP = 1611692066
-SHA256 (keepkey-6.6.0.tar.gz) = a5cf1949a3a2018b9723fb4a7121f910b0828f5b069efa5b468ae1906a8b7346
-SIZE (keepkey-6.6.0.tar.gz) = 170294
+TIMESTAMP = 1620454413
+SHA256 (keepkey-python-keepkey-v6.7.0_GH0.tar.gz) = 623e6be6987440ef638341a304a04de60cd280c2e42122fcbd19fda67717b209
+SIZE (keepkey-python-keepkey-v6.7.0_GH0.tar.gz) = 231248
+SHA256 (keepkey-device-protocol-84d438b_GH0.tar.gz) = fbbccb73411c68fa45b2f0e71045834fc262a9980980b474d96e202e2a939f72
+SIZE (keepkey-device-protocol-84d438b_GH0.tar.gz) = 43636
+SHA256 (keepkey-ethereum-lists-e216e92_GH0.tar.gz) = 25bd68921271a3193aaaf5e9b5cdad16259d5dcabd221d575c9294b42924d18b
+SIZE (keepkey-ethereum-lists-e216e92_GH0.tar.gz) = 84560657
More information about the dev-commits-ports-all
mailing list