From 5e5bfcdc646ba911dac42fb82215ccb5c3e5df54 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Mon, 10 Apr 2023 13:32:02 -0500 Subject: sysutils/py-python-bareos: New port: client library and tools for Bareos console access python-bareos is a Python module to access a http://www.bareos.org backup system --- sysutils/py-python-bareos/Makefile | 16 ++++++++++++++++ sysutils/py-python-bareos/distinfo | 3 +++ sysutils/py-python-bareos/pkg-descr | 2 ++ 3 files changed, 21 insertions(+) create mode 100644 sysutils/py-python-bareos/Makefile create mode 100644 sysutils/py-python-bareos/distinfo create mode 100644 sysutils/py-python-bareos/pkg-descr (limited to 'sysutils/py-python-bareos') diff --git a/sysutils/py-python-bareos/Makefile b/sysutils/py-python-bareos/Makefile new file mode 100644 index 000000000000..084691d8bab0 --- /dev/null +++ b/sysutils/py-python-bareos/Makefile @@ -0,0 +1,16 @@ +PORTNAME= python-bareos +PORTVERSION= 22.0.3 +CATEGORIES= sysutils python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= acm@FreeBSD.org +COMMENT= client library and tools for Bareos console access +WWW= https://github.com/bareos/bareos + +LICENSE= AGPLv3 + +USES= python:3.6+ +USE_PYTHON= autoplist distutils + +.include diff --git a/sysutils/py-python-bareos/distinfo b/sysutils/py-python-bareos/distinfo new file mode 100644 index 000000000000..cd59bc6235f1 --- /dev/null +++ b/sysutils/py-python-bareos/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1680908895 +SHA256 (python-bareos-22.0.3.tar.gz) = 2988b4efb583538ee6679cfa956b907717c298c895ef91910f1b671c8ae91097 +SIZE (python-bareos-22.0.3.tar.gz) = 23622 diff --git a/sysutils/py-python-bareos/pkg-descr b/sysutils/py-python-bareos/pkg-descr new file mode 100644 index 000000000000..601fb86e7507 --- /dev/null +++ b/sysutils/py-python-bareos/pkg-descr @@ -0,0 +1,2 @@ +python-bareos is a Python module to access a http://www.bareos.org backup +system -- cgit v1.2.3