diff --git a/security/py-btchip-python/Makefile b/security/py-btchip-python/Makefile index 25a9e2630abf..072747cffe64 100644 --- a/security/py-btchip-python/Makefile +++ b/security/py-btchip-python/Makefile @@ -1,23 +1,23 @@ PORTNAME= btchip-python -PORTVERSION= 0.1.32 -PORTREVISION= 1 +DISTVERSION= 0.1.32 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Python communication library for Ledger Hardware Wallet WWW= https://github.com/LedgerHQ/btchip-python LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mnemonic>=0:security/py-mnemonic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyscard>=1.6.12.4.b1:security/py-pyscard@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ecdsa>=0.9:security/py-ecdsa@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hidapi>=0.7.99:comms/py-hidapi@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/security/py-btchip-python/pkg-descr b/security/py-btchip-python/pkg-descr index 5a6ea95315af..ec3822fe791c 100644 --- a/security/py-btchip-python/pkg-descr +++ b/security/py-btchip-python/pkg-descr @@ -1 +1,6 @@ -Python communication library for Ledger Hardware Wallet. +Python library for secure communication with Ledger Hardware Wallets. +This library provides comprehensive support for interacting with Ledger +devices, enabling secure handling of Bitcoin transactions. Features +include transaction creation, signing, verification, and wallet +management. Designed for robustness, it ensures private keys remain +protected within the hardware wallet.