Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 2021 13:52:06 +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: r568458 - head/sysutils/py-liquidctl
Message-ID:  <202103151352.12FDq6tn099333@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Mar 15 13:52:06 2021
New Revision: 568458
URL: https://svnweb.freebsd.org/changeset/ports/568458

Log:
  Update PORTSCOUT with some background information.

Modified:
  head/sysutils/py-liquidctl/Makefile

Modified: head/sysutils/py-liquidctl/Makefile
==============================================================================
--- head/sysutils/py-liquidctl/Makefile	Mon Mar 15 13:46:35 2021	(r568457)
+++ head/sysutils/py-liquidctl/Makefile	Mon Mar 15 13:52:06 2021	(r568458)
@@ -22,7 +22,12 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-# depends on https://pypi.org/project/hidraw which uses <linux/hidraw.h>
-PORTSCOUT=	skipv:1.5.0
+# With devel/py-hidraw  we do now have a python interface for hidraw(4)
+# but unfortunately liquidctl 1.5.1 fails with:
+#
+#  AttributeError: module 'hidraw' has no attribute 'enumerate'
+#  
+# Further investigation is ongoing but any help is welcome.
+PORTSCOUT=	skipv:1.5.1
 
 .include <bsd.port.mk>



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