From owner-svn-ports-all@freebsd.org Sat Jun 6 16:23:07 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D16883385D6; Sat, 6 Jun 2020 16:23:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49fPvH5FC8z4GvZ; Sat, 6 Jun 2020 16:23:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9665A24EB1; Sat, 6 Jun 2020 16:23:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 056GN7xw010946; Sat, 6 Jun 2020 16:23:07 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 056GN6eS010939; Sat, 6 Jun 2020 16:23:06 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202006061623.056GN6eS010939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 6 Jun 2020 16:23:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538104 - in head/sysutils: . py-liquidctl X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/sysutils: . py-liquidctl X-SVN-Commit-Revision: 538104 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2020 16:23:07 -0000 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 +# $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 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/