svn commit: r568458 - head/sysutils/py-liquidctl

Emanuel Haupt ehaupt at FreeBSD.org
Mon Mar 15 13:52:07 UTC 2021


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>


More information about the svn-ports-head mailing list