Date: Mon, 8 Mar 2021 10:35:04 +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: r567830 - head/security/py-btchip-python Message-ID: <202103081035.128AZ40v012337@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103081035.128AZ40v012337>