Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2020 09:45:28 +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: r559233 - head/comms/py-hidapi
Message-ID:  <202012250945.0BP9jSKa002507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Dec 25 09:45:27 2020
New Revision: 559233
URL: https://svnweb.freebsd.org/changeset/ports/559233

Log:
  Update to 0.10.1 and sort USE_PYTHON

Modified:
  head/comms/py-hidapi/Makefile
  head/comms/py-hidapi/distinfo

Modified: head/comms/py-hidapi/Makefile
==============================================================================
--- head/comms/py-hidapi/Makefile	Fri Dec 25 09:34:57 2020	(r559232)
+++ head/comms/py-hidapi/Makefile	Fri Dec 25 09:45:27 2020	(r559233)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hidapi
-PORTVERSION=	0.9.0
-DISTVERSIONSUFFIX=	.post2
+PORTVERSION=	0.10.1
 CATEGORIES=	comms python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +15,7 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libhidapi.so:comms/hidapi
 
 USES=		python
-USE_PYTHON=	autoplist distutils cython
+USE_PYTHON=	autoplist cython distutils
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|usb-1.0|usb|g' ${WRKSRC}/setup.py

Modified: head/comms/py-hidapi/distinfo
==============================================================================
--- head/comms/py-hidapi/distinfo	Fri Dec 25 09:34:57 2020	(r559232)
+++ head/comms/py-hidapi/distinfo	Fri Dec 25 09:45:27 2020	(r559233)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581440004
-SHA256 (hidapi-0.9.0.post2.tar.gz) = a71dd3c153cb6bb2b73d2612b5ab262830d78c6428f33f0c06818749e64c9320
-SIZE (hidapi-0.9.0.post2.tar.gz) = 55619
+TIMESTAMP = 1608889036
+SHA256 (hidapi-0.10.1.tar.gz) = a1170b18050bc57fae3840a51084e8252fd319c0fc6043d68c8501deb0e25846
+SIZE (hidapi-0.10.1.tar.gz) = 60712



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