svn commit: r451808 - in head/security: . py-btchip
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Oct 12 06:44:56 UTC 2017
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= btchip
+PORTVERSION= 0.1.21
+DISTVERSIONPREFIX= v
+CATEGORIES= security python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ehaupt at 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
More information about the svn-ports-head
mailing list