diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-06-06 16:23:06 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-06-06 16:23:06 +0000 |
| commit | add7c5d321fff53b8d6963a6411af2f3870faa83 (patch) | |
| tree | 0eaf26cbf3ec5d6a08244028c44f0eb100ebf8c6 /sysutils/py-liquidctl | |
| parent | 52b41c536be5f46281d09aaa4f839dda746b8f94 (diff) | |
Add py-liquidctl 1.3.3, cross-platform tool and drivers for liquid
coolers and other devices.
Diffstat (limited to 'sysutils/py-liquidctl')
| -rw-r--r-- | sysutils/py-liquidctl/Makefile | 25 | ||||
| -rw-r--r-- | sysutils/py-liquidctl/distinfo | 3 | ||||
| -rw-r--r-- | sysutils/py-liquidctl/pkg-descr | 3 |
3 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/py-liquidctl/Makefile b/sysutils/py-liquidctl/Makefile new file mode 100644 index 000000000000..2bdc5cc42277 --- /dev/null +++ b/sysutils/py-liquidctl/Makefile @@ -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> diff --git a/sysutils/py-liquidctl/distinfo b/sysutils/py-liquidctl/distinfo new file mode 100644 index 000000000000..15367f67e378 --- /dev/null +++ b/sysutils/py-liquidctl/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1591458171 +SHA256 (liquidctl-1.3.3.tar.gz) = d13180867e07420c5890fe1110e8f45fe343794549a9ed7d5e8e76663bc10c24 +SIZE (liquidctl-1.3.3.tar.gz) = 63706 diff --git a/sysutils/py-liquidctl/pkg-descr b/sysutils/py-liquidctl/pkg-descr new file mode 100644 index 000000000000..1db5d0fda3ac --- /dev/null +++ b/sysutils/py-liquidctl/pkg-descr @@ -0,0 +1,3 @@ +Cross-platform tool and drivers for liquid coolers and other devices. + +WWW: https://pypi.org/project/liquidctl/ |
