aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-hpilo
diff options
context:
space:
mode:
authorLuca Pizzamiglio <pizzamig@FreeBSD.org>2018-04-19 20:52:41 +0000
committerLuca Pizzamiglio <pizzamig@FreeBSD.org>2018-04-19 20:52:41 +0000
commit42b89ed8c9872bdcc93f6510bb71f81980ac8e5d (patch)
tree76794c9eb02547cd1638c29bc2d29ab8915f0c15 /sysutils/py-hpilo
parent1b286b2f644e64a66a460a2cd3897e4375775deb (diff)
downloadports-42b89ed8c9872bdcc93f6510bb71f81980ac8e5d.tar.gz
ports-42b89ed8c9872bdcc93f6510bb71f81980ac8e5d.zip
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
Notes
Notes: svn path=/head/; revision=467805
Diffstat (limited to 'sysutils/py-hpilo')
-rw-r--r--sysutils/py-hpilo/Makefile24
-rw-r--r--sysutils/py-hpilo/distinfo3
-rw-r--r--sysutils/py-hpilo/pkg-descr4
3 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/py-hpilo/Makefile b/sysutils/py-hpilo/Makefile
new file mode 100644
index 000000000000..82c00f490a5a
--- /dev/null
+++ b/sysutils/py-hpilo/Makefile
@@ -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>
diff --git a/sysutils/py-hpilo/distinfo b/sysutils/py-hpilo/distinfo
new file mode 100644
index 000000000000..b345cf4f65fa
--- /dev/null
+++ b/sysutils/py-hpilo/distinfo
@@ -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
diff --git a/sysutils/py-hpilo/pkg-descr b/sysutils/py-hpilo/pkg-descr
new file mode 100644
index 000000000000..ac9e0e125673
--- /dev/null
+++ b/sysutils/py-hpilo/pkg-descr
@@ -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