Date: Mon, 7 Nov 2022 15:32:42 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e44b47c67352 - main - security/py-trezor: Update to 0.13.4 Message-ID: <202211071532.2A7FWgO8051471@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=e44b47c67352c1a801bfe9bb7c44f95c9d76b1fe commit e44b47c67352c1a801bfe9bb7c44f95c9d76b1fe Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2022-11-07 15:32:38 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2022-11-07 15:32:38 +0000 security/py-trezor: Update to 0.13.4 While here, pacify portfmt/portclippy. --- security/py-trezor/Makefile | 11 ++++++----- security/py-trezor/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/security/py-trezor/Makefile b/security/py-trezor/Makefile index 45c073d3c34a..1b5069aff376 100644 --- a/security/py-trezor/Makefile +++ b/security/py-trezor/Makefile @@ -1,5 +1,5 @@ PORTNAME= trezor -PORTVERSION= 0.13.3 +PORTVERSION= 0.13.4 CATEGORIES= security MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,18 +11,19 @@ WWW= https://pypi.org/project/trezor/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= protoc:devel/protobuf \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf@${PY_FLAVOR} \ + protoc:devel/protobuf RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}construct-classes>=0.1.2:devel/py-construct-classes@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}construct>=2.9:devel/py-construct@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ecdsa>=0.9:security/py-ecdsa@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hidapi>=0.7.99.post20:comms/py-hidapi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libusb1>=1.6.4:devel/py-libusb1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mnemonic>=0.20:security/py-mnemonic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyblake2>=0.9.3:security/py-pyblake2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.4.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.10:devel/py-typing-extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libusb1>=1.6.4:devel/py-libusb1@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.10:devel/py-typing-extensions@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/security/py-trezor/distinfo b/security/py-trezor/distinfo index 74199669181d..8745f4649a09 100644 --- a/security/py-trezor/distinfo +++ b/security/py-trezor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657805388 -SHA256 (trezor-0.13.3.tar.gz) = 055d32174d4ecf2353f7622ee44b8e82e3bef78fe40ce5cdbeafc785b422a049 -SIZE (trezor-0.13.3.tar.gz) = 187909 +TIMESTAMP = 1667812711 +SHA256 (trezor-0.13.4.tar.gz) = 04a77b44005971819386bbd55242a1004b1f88fbbdb829deb039a1e0028a4af1 +SIZE (trezor-0.13.4.tar.gz) = 380027
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211071532.2A7FWgO8051471>