Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2017 06:44:55 +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: r451808 - in head/security: . py-btchip
Message-ID:  <201710120644.v9C6iteS024079@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Oct 12 06:44:55 2017
New Revision: 451808
URL: https://svnweb.freebsd.org/changeset/ports/451808

Log:
  Add py-btchip 0.1.21, python communication library for Ledger Hardware
  Wallet.

Added:
  head/security/py-btchip/
  head/security/py-btchip/Makefile   (contents, props changed)
  head/security/py-btchip/distinfo   (contents, props changed)
  head/security/py-btchip/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Wed Oct 11 22:35:28 2017	(r451807)
+++ head/security/Makefile	Thu Oct 12 06:44:55 2017	(r451808)
@@ -868,6 +868,7 @@
     SUBDIR += py-backports.ssl_match_hostname
     SUBDIR += py-bcrypt
     SUBDIR += py-borg.localrole
+    SUBDIR += py-btchip
     SUBDIR += py-cerealizer
     SUBDIR += py-certbot
     SUBDIR += py-certifi

Added: head/security/py-btchip/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-btchip/Makefile	Thu Oct 12 06:44:55 2017	(r451808)
@@ -0,0 +1,27 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	btchip
+PORTVERSION=	0.1.21
+DISTVERSIONPREFIX=	v
+CATEGORIES=	security python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ehaupt@FreeBSD.org
+COMMENT=	Python communication library for Ledger Hardware Wallet
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard \
+		${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa \
+		${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi
+
+USES=		python
+USE_GITHUB=	yes
+USE_PYTHON=	autoplist distutils
+
+GH_ACCOUNT=	LedgerHQ
+GH_PROJECT=	btchip-python
+
+.include <bsd.port.mk>

Added: head/security/py-btchip/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-btchip/distinfo	Thu Oct 12 06:44:55 2017	(r451808)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1506542962
+SHA256 (LedgerHQ-btchip-python-v0.1.21_GH0.tar.gz) = 7ec7c07778528df3af06a4302a8b24620e4dbd85d7c3e391d101fd68d971fbd2
+SIZE (LedgerHQ-btchip-python-v0.1.21_GH0.tar.gz) = 33095

Added: head/security/py-btchip/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-btchip/pkg-descr	Thu Oct 12 06:44:55 2017	(r451808)
@@ -0,0 +1,3 @@
+Python communication library for Ledger Hardware Wallet.
+
+WWW: https://github.com/LedgerHQ/btchip-python



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710120644.v9C6iteS024079>