From owner-svn-ports-head@freebsd.org  Mon Mar  8 10:35:04 2021
Return-Path: <owner-svn-ports-head@freebsd.org>
Delivered-To: svn-ports-head@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id D4D9156DBEF;
 Mon,  8 Mar 2021 10:35:04 +0000 (UTC)
 (envelope-from ehaupt@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 4DvF8m5dLjz4S4M;
 Mon,  8 Mar 2021 10:35:04 +0000 (UTC)
 (envelope-from ehaupt@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B3C9B27565;
 Mon,  8 Mar 2021 10:35:04 +0000 (UTC)
 (envelope-from ehaupt@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128AZ4Im012338;
 Mon, 8 Mar 2021 10:35:04 GMT (envelope-from ehaupt@FreeBSD.org)
Received: (from ehaupt@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128AZ40v012337;
 Mon, 8 Mar 2021 10:35:04 GMT (envelope-from ehaupt@FreeBSD.org)
Message-Id: <202103081035.128AZ40v012337@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to
 ehaupt@FreeBSD.org using -f
From: Emanuel Haupt <ehaupt@FreeBSD.org>
Date: Mon, 8 Mar 2021 10:35:04 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r567830 - head/security/py-btchip-python
X-SVN-Group: ports-head
X-SVN-Commit-Author: ehaupt
X-SVN-Commit-Paths: head/security/py-btchip-python
X-SVN-Commit-Revision: 567830
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, 
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 08 Mar 2021 10:35:04 -0000

Author: ehaupt
Date: Mon Mar  8 10:35:04 2021
New Revision: 567830
URL: https://svnweb.freebsd.org/changeset/ports/567830

Log:
  security/py-btchip-python: Update to 0.1.32
  
  - Move to pypy
  - Upstream has removed license file although license remains unchanged

Modified:
  head/security/py-btchip-python/Makefile
  head/security/py-btchip-python/distinfo

Modified: head/security/py-btchip-python/Makefile
==============================================================================
--- head/security/py-btchip-python/Makefile	Mon Mar  8 10:22:30 2021	(r567829)
+++ head/security/py-btchip-python/Makefile	Mon Mar  8 10:35:04 2021	(r567830)
@@ -2,16 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	btchip-python
-PORTVERSION=	0.1.31
-DISTVERSIONPREFIX=	v
+PORTVERSION=	0.1.32
 CATEGORIES=	security python
+MASTER_SITES=	CHEESESHOP
 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}mnemonic>=0:security/py-mnemonic@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyscard>=1.6.12.4.b1:security/py-pyscard@${PY_FLAVOR} \
@@ -19,10 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mnemonic>=0:securi
 		${PYTHON_PKGNAMEPREFIX}hidapi>=0.7.99:comms/py-hidapi@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_GITHUB=	yes
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
-
-GH_ACCOUNT=	LedgerHQ
 
 .include <bsd.port.mk>

Modified: head/security/py-btchip-python/distinfo
==============================================================================
--- head/security/py-btchip-python/distinfo	Mon Mar  8 10:22:30 2021	(r567829)
+++ head/security/py-btchip-python/distinfo	Mon Mar  8 10:35:04 2021	(r567830)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602007510
-SHA256 (LedgerHQ-btchip-python-v0.1.31_GH0.tar.gz) = 11bfada7b7ca97d3ff158c5922b9d0f2c7e705545b28b743cecab96158001e64
-SIZE (LedgerHQ-btchip-python-v0.1.31_GH0.tar.gz) = 33375
+TIMESTAMP = 1615199384
+SHA256 (btchip-python-0.1.32.tar.gz) = 34f5e0c161c08f65dc0d070ba2ff4c315ed21c4b7e0faa32a46862d0dc1b8f55
+SIZE (btchip-python-0.1.32.tar.gz) = 20401