Date: Fri, 22 Oct 2021 18:14:48 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 01f82dc73f68 - main - comms/py-hidapi: Update to 0.11.0.p2 Message-ID: <202110221814.19MIEmGZ092525@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=01f82dc73f6858ff0dca520410010f58cfe15bd8 commit 01f82dc73f6858ff0dca520410010f58cfe15bd8 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2021-10-22 18:14:36 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2021-10-22 18:14:45 +0000 comms/py-hidapi: Update to 0.11.0.p2 --- comms/py-hidapi/Makefile | 5 +++-- comms/py-hidapi/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/comms/py-hidapi/Makefile b/comms/py-hidapi/Makefile index ede3106e643e..a9bbc2d6d68c 100644 --- a/comms/py-hidapi/Makefile +++ b/comms/py-hidapi/Makefile @@ -1,8 +1,7 @@ # Created by: Emanuel Haupt <ehaupt@FreeBSD.org> PORTNAME= hidapi -PORTVERSION= 0.10.1 -PORTREVISION= 1 +DISTVERSION= 0.11.0.post2 CATEGORIES= comms python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +16,8 @@ LIB_DEPENDS= libhidapi.so:comms/hidapi USES= python:3.6+ USE_PYTHON= autoplist cython distutils +MAKE_ENV+= DISTUTILS_DEBUG=1 + post-patch: @${REINPLACE_CMD} -e 's|usb-1.0|usb|g' ${WRKSRC}/setup.py diff --git a/comms/py-hidapi/distinfo b/comms/py-hidapi/distinfo index 08242cbf5c66..aab0a47ffc52 100644 --- a/comms/py-hidapi/distinfo +++ b/comms/py-hidapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608889036 -SHA256 (hidapi-0.10.1.tar.gz) = a1170b18050bc57fae3840a51084e8252fd319c0fc6043d68c8501deb0e25846 -SIZE (hidapi-0.10.1.tar.gz) = 60712 +TIMESTAMP = 1634926262 +SHA256 (hidapi-0.11.0.post2.tar.gz) = da815e0d1d4b2ef1ebbcc85034572105dca29627eb61881337aa39010f2ef8cb +SIZE (hidapi-0.11.0.post2.tar.gz) = 136467
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110221814.19MIEmGZ092525>