Skip to content

Commit

Permalink
sysutils/py-python-bareos: New port: client library and tools for Bar…
Browse files Browse the repository at this point in the history
…eos console access

python-bareos is a Python module to access a http://www.bareos.org backup
system
  • Loading branch information
alonsobsd committed Apr 10, 2023
1 parent 72d87b8 commit 5e5bfcd
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions sysutils/Makefile
Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions 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
2 changes: 2 additions & 0 deletions 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

0 comments on commit 5e5bfcd

Please sign in to comment.