Date: Sat, 2 Feb 2019 11:58:39 +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: r491951 - in head/security: . py-ckcc-protocol Message-ID: <201902021158.x12BwdQp064969@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sat Feb 2 11:58:39 2019 New Revision: 491951 URL: https://svnweb.freebsd.org/changeset/ports/491951 Log: Add py-ckcc-protocol 0.7.2, coldcard CLI and python interface library. Added: head/security/py-ckcc-protocol/ head/security/py-ckcc-protocol/Makefile (contents, props changed) head/security/py-ckcc-protocol/distinfo (contents, props changed) head/security/py-ckcc-protocol/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Feb 2 11:58:13 2019 (r491950) +++ head/security/Makefile Sat Feb 2 11:58:39 2019 (r491951) @@ -926,6 +926,7 @@ SUBDIR += py-certbot-nginx SUBDIR += py-certifi SUBDIR += py-certstream + SUBDIR += py-ckcc-protocol SUBDIR += py-cpe SUBDIR += py-cracklib SUBDIR += py-cryptkit Added: head/security/py-ckcc-protocol/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-ckcc-protocol/Makefile Sat Feb 2 11:58:39 2019 (r491951) @@ -0,0 +1,23 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= ckcc-protocol +PORTVERSION= 0.7.2 +CATEGORIES= security +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Coldcard CLI and python interface library + +LICENSE= LGPL3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycoin>=0.80:finance/py-pycoin@${PY_FLAVOR} + +USES= python:3.5+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/security/py-ckcc-protocol/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-ckcc-protocol/distinfo Sat Feb 2 11:58:39 2019 (r491951) @@ -0,0 +1,3 @@ +TIMESTAMP = 1549103663 +SHA256 (ckcc-protocol-0.7.2.tar.gz) = 498db4ccdda018cd9f40210f5bd02ddcc98e7df583170b2eab4035c86c3cc03b +SIZE (ckcc-protocol-0.7.2.tar.gz) = 18250 Added: head/security/py-ckcc-protocol/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-ckcc-protocol/pkg-descr Sat Feb 2 11:58:39 2019 (r491951) @@ -0,0 +1,4 @@ +Python library and command-line utilities to communciate with coldcard hardware +wallets. + +WWW: https://pypi.org/project/ckcc-protocol/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902021158.x12BwdQp064969>