aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-liquidctl
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2021-03-15 13:52:06 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2021-03-15 13:52:06 +0000
commit11eb7fb87e390f948d68170b0ef0cddf2556f128 (patch)
treefd70a700d8f46b0f25e7e4edd9773e66e0306450 /sysutils/py-liquidctl
parent4793ca029ec2541cd5d53b77d872b0dbaa1789d7 (diff)
downloadports-11eb7fb87e390f948d68170b0ef0cddf2556f128.tar.gz
ports-11eb7fb87e390f948d68170b0ef0cddf2556f128.zip
Update PORTSCOUT with some background information.
Notes
Notes: svn path=/head/; revision=568458
Diffstat (limited to 'sysutils/py-liquidctl')
-rw-r--r--sysutils/py-liquidctl/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/sysutils/py-liquidctl/Makefile b/sysutils/py-liquidctl/Makefile
index 7358dc55c4be..3d5f3f28c0ef 100644
--- a/sysutils/py-liquidctl/Makefile
+++ b/sysutils/py-liquidctl/Makefile
@@ -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>