mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1680908895
|
||||
SHA256 (python-bareos-22.0.3.tar.gz) = 2988b4efb583538ee6679cfa956b907717c298c895ef91910f1b671c8ae91097
|
||||
SIZE (python-bareos-22.0.3.tar.gz) = 23622
|
||||
@@ -0,0 +1,2 @@
|
||||
python-bareos is a Python module to access a http://www.bareos.org backup
|
||||
system
|
||||
Reference in New Issue
Block a user