Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2020 16:23: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: r538104 - in head/sysutils: . py-liquidctl
Message-ID:  <202006061623.056GN6eS010939@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	liquidctl
+PORTVERSION=	1.3.3
+CATEGORIES=	sysutils python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ehaupt@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/



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