Date: Thu, 19 Apr 2018 20:52:41 +0000 (UTC) From: Luca Pizzamiglio <pizzamig@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467805 - in head/sysutils: . py-hpilo Message-ID: <201804192052.w3JKqf7k029916@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pizzamig Date: Thu Apr 19 20:52:41 2018 New Revision: 467805 URL: https://svnweb.freebsd.org/changeset/ports/467805 Log: sysutils/py-hpilo: Add python tool for HP iLO This port add a python library and a command-line tool to interact with the iLO, the management interface provided by HP Added: head/sysutils/py-hpilo/ head/sysutils/py-hpilo/Makefile (contents, props changed) head/sysutils/py-hpilo/distinfo (contents, props changed) head/sysutils/py-hpilo/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Apr 19 20:42:26 2018 (r467804) +++ head/sysutils/Makefile Thu Apr 19 20:52:41 2018 (r467805) @@ -944,6 +944,7 @@ SUBDIR += py-halite SUBDIR += py-hared SUBDIR += py-honcho + SUBDIR += py-hpilo SUBDIR += py-iowait SUBDIR += py-mqttwarn SUBDIR += py-nagiosplugin Added: head/sysutils/py-hpilo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-hpilo/Makefile Thu Apr 19 20:52:41 2018 (r467805) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= hpilo +PORTVERSION= 4.2.1 +CATEGORIES= sysutils python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= pizzamig@FreeBSD.org +COMMENT= Python cli to interact with HP iLO management interface + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= python + +USE_GITHUB= yes +GH_ACCOUNT= seveas +GH_PROJECT= python-hpilo + +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/sysutils/py-hpilo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-hpilo/distinfo Thu Apr 19 20:52:41 2018 (r467805) @@ -0,0 +1,3 @@ +TIMESTAMP = 1524045669 +SHA256 (seveas-python-hpilo-4.2.1_GH0.tar.gz) = d8b23978f51653dca517aed13b1956f0e6905df0c1c71c12f2635f8e524d6a44 +SIZE (seveas-python-hpilo-4.2.1_GH0.tar.gz) = 186937 Added: head/sysutils/py-hpilo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-hpilo/pkg-descr Thu Apr 19 20:52:41 2018 (r467805) @@ -0,0 +1,4 @@ +This module provide a python library and command-line tool that make +easier to interact with HP iLO management interface. + +WWW: https://github.com/seveas/python-hpilo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804192052.w3JKqf7k029916>