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
This commit is contained in:
Jose Alonso Cardenas Marquez
2023-04-10 13:32:02 -05:00
parent 72d87b850d
commit 5e5bfcdc64
4 changed files with 22 additions and 0 deletions
+1
View File
@@ -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
+16
View File
@@ -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>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1680908895
SHA256 (python-bareos-22.0.3.tar.gz) = 2988b4efb583538ee6679cfa956b907717c298c895ef91910f1b671c8ae91097
SIZE (python-bareos-22.0.3.tar.gz) = 23622
+2
View File
@@ -0,0 +1,2 @@
python-bareos is a Python module to access a http://www.bareos.org backup
system