Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2023 18:32:55 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5e5bfcdc646b - main - sysutils/py-python-bareos: New port: client library and tools for Bareos console access
Message-ID:  <202304101832.33AIWtF7055661@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5e5bfcdc646ba911dac42fb82215ccb5c3e5df54

commit 5e5bfcdc646ba911dac42fb82215ccb5c3e5df54
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2023-04-10 18:32:02 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-04-10 18:32:02 +0000

    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/Makefile                   |  1 +
 sysutils/py-python-bareos/Makefile  | 16 ++++++++++++++++
 sysutils/py-python-bareos/distinfo  |  3 +++
 sysutils/py-python-bareos/pkg-descr |  2 ++
 4 files changed, 22 insertions(+)

diff --git a/sysutils/Makefile b/sysutils/Makefile
index f76e35adeccf..469ded0ad633 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1114,6 +1114,7 @@
     SUBDIR += py-ptyprocess
     SUBDIR += py-puremagic
     SUBDIR += py-py-cpuinfo
+    SUBDIR += py-python-bareos
     SUBDIR += py-python-consul
     SUBDIR += py-python-consul2
     SUBDIR += py-python-crontab
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 <bsd.port.mk>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304101832.33AIWtF7055661>