svn commit: r538104 - in head/sysutils: . py-liquidctl

Emanuel Haupt ehaupt at FreeBSD.org
Sat Jun 6 16:23:07 UTC 2020


Author: ehaupt
Date: Sat Jun  6 16:23:06 2020
New Revision: 538104
URL: https://svnweb.freebsd.org/changeset/ports/538104

Log:
  Add py-liquidctl 1.3.3, cross-platform tool and drivers for liquid
  coolers and other devices.

Added:
  head/sysutils/py-liquidctl/
  head/sysutils/py-liquidctl/Makefile   (contents, props changed)
  head/sysutils/py-liquidctl/distinfo   (contents, props changed)
  head/sysutils/py-liquidctl/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sat Jun  6 16:03:55 2020	(r538103)
+++ head/sysutils/Makefile	Sat Jun  6 16:23:06 2020	(r538104)
@@ -967,6 +967,7 @@
     SUBDIR += py-hpilo
     SUBDIR += py-iowait
     SUBDIR += py-leviathan
+    SUBDIR += py-liquidctl
     SUBDIR += py-mitogen
     SUBDIR += py-mqttwarn
     SUBDIR += py-nagiosplugin

Added: head/sysutils/py-liquidctl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-liquidctl/Makefile	Sat Jun  6 16:23:06 2020	(r538104)
@@ -0,0 +1,25 @@
+# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	liquidctl
+PORTVERSION=	1.3.3
+CATEGORIES=	sysutils python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ehaupt at FreeBSD.org
+COMMENT=	Cross-platform tool and drivers for liquid coolers and other devices
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docopt>=0:devel/py-docopt@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/sysutils/py-liquidctl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-liquidctl/distinfo	Sat Jun  6 16:23:06 2020	(r538104)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1591458171
+SHA256 (liquidctl-1.3.3.tar.gz) = d13180867e07420c5890fe1110e8f45fe343794549a9ed7d5e8e76663bc10c24
+SIZE (liquidctl-1.3.3.tar.gz) = 63706

Added: head/sysutils/py-liquidctl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-liquidctl/pkg-descr	Sat Jun  6 16:23:06 2020	(r538104)
@@ -0,0 +1,3 @@
+Cross-platform tool and drivers for liquid coolers and other devices.
+
+WWW: https://pypi.org/project/liquidctl/


More information about the svn-ports-all mailing list