diff --git a/databases/py-barman/Makefile b/databases/py-barman/Makefile index b7ae6fd8ca29..d8c48af47b8c 100644 --- a/databases/py-barman/Makefile +++ b/databases/py-barman/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2020/05/27 19:37:38 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2020/08/26 10:20:19 jperkin Exp $ -DISTNAME= barman-2.5 +DISTNAME= barman-2.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=b/barman/} @@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-argcomplete-[0-9]*:../../devel/py-argcomplete DEPENDS+= ${PYPKGPREFIX}-argh>=0.21.2:../../devel/py-argh +DEPENDS+= ${PYPKGPREFIX}-boto3-[0-9]*:../../net/py-boto3 DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2.4.2:../../databases/py-psycopg2 DEPENDS+= rsync-[0-9]*:../../net/rsync diff --git a/databases/py-barman/PLIST b/databases/py-barman/PLIST index ae6d766008f7..6fc014f37472 100644 --- a/databases/py-barman/PLIST +++ b/databases/py-barman/PLIST @@ -1,8 +1,16 @@ -@comment $NetBSD: PLIST,v 1.4 2018/08/14 14:47:55 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2020/08/26 10:20:19 jperkin Exp $ bin/barman +bin/barman-cloud-backup +bin/barman-cloud-backup-list +bin/barman-cloud-restore +bin/barman-cloud-wal-archive +bin/barman-cloud-wal-restore +bin/barman-wal-archive +bin/barman-wal-restore ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/barman/__init__.py @@ -17,6 +25,33 @@ ${PYSITELIB}/barman/backup_executor.pyo ${PYSITELIB}/barman/cli.py ${PYSITELIB}/barman/cli.pyc ${PYSITELIB}/barman/cli.pyo +${PYSITELIB}/barman/clients/__init__.py +${PYSITELIB}/barman/clients/__init__.pyc +${PYSITELIB}/barman/clients/__init__.pyo +${PYSITELIB}/barman/clients/cloud_backup.py +${PYSITELIB}/barman/clients/cloud_backup.pyc +${PYSITELIB}/barman/clients/cloud_backup.pyo +${PYSITELIB}/barman/clients/cloud_backup_list.py +${PYSITELIB}/barman/clients/cloud_backup_list.pyc +${PYSITELIB}/barman/clients/cloud_backup_list.pyo +${PYSITELIB}/barman/clients/cloud_restore.py +${PYSITELIB}/barman/clients/cloud_restore.pyc +${PYSITELIB}/barman/clients/cloud_restore.pyo +${PYSITELIB}/barman/clients/cloud_walarchive.py +${PYSITELIB}/barman/clients/cloud_walarchive.pyc +${PYSITELIB}/barman/clients/cloud_walarchive.pyo +${PYSITELIB}/barman/clients/cloud_walrestore.py +${PYSITELIB}/barman/clients/cloud_walrestore.pyc +${PYSITELIB}/barman/clients/cloud_walrestore.pyo +${PYSITELIB}/barman/clients/walarchive.py +${PYSITELIB}/barman/clients/walarchive.pyc +${PYSITELIB}/barman/clients/walarchive.pyo +${PYSITELIB}/barman/clients/walrestore.py +${PYSITELIB}/barman/clients/walrestore.pyc +${PYSITELIB}/barman/clients/walrestore.pyo +${PYSITELIB}/barman/cloud.py +${PYSITELIB}/barman/cloud.pyc +${PYSITELIB}/barman/cloud.pyo ${PYSITELIB}/barman/command_wrappers.py ${PYSITELIB}/barman/command_wrappers.pyc ${PYSITELIB}/barman/command_wrappers.pyo @@ -53,6 +88,9 @@ ${PYSITELIB}/barman/output.pyo ${PYSITELIB}/barman/postgres.py ${PYSITELIB}/barman/postgres.pyc ${PYSITELIB}/barman/postgres.pyo +${PYSITELIB}/barman/postgres_plumbing.py +${PYSITELIB}/barman/postgres_plumbing.pyc +${PYSITELIB}/barman/postgres_plumbing.pyo ${PYSITELIB}/barman/process.py ${PYSITELIB}/barman/process.pyc ${PYSITELIB}/barman/process.pyo @@ -80,6 +118,13 @@ ${PYSITELIB}/barman/wal_archiver.pyo ${PYSITELIB}/barman/xlog.py ${PYSITELIB}/barman/xlog.pyc ${PYSITELIB}/barman/xlog.pyo +man/man1/barman-cloud-backup-list.1 +man/man1/barman-cloud-backup.1 +man/man1/barman-cloud-restore.1 +man/man1/barman-cloud-wal-archive.1 +man/man1/barman-cloud-wal-restore.1 +man/man1/barman-wal-archive.1 +man/man1/barman-wal-restore.1 man/man1/barman.1 man/man5/barman.5 share/examples/barman/barman.conf diff --git a/databases/py-barman/distinfo b/databases/py-barman/distinfo index 38e00b34c20f..7fee46d31235 100644 --- a/databases/py-barman/distinfo +++ b/databases/py-barman/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2019/01/04 22:20:41 adam Exp $ +$NetBSD: distinfo,v 1.11 2020/08/26 10:20:19 jperkin Exp $ -SHA1 (barman-2.5.tar.gz) = 6712a2a5c7eef5c7561e05856ff60b15522ed1b1 -RMD160 (barman-2.5.tar.gz) = 33e5bb20e49b971ca331e839da634a0ff835be71 -SHA512 (barman-2.5.tar.gz) = 0f081475ca72910b6eff308ef995241c2bc5c206c035097b3cceb7419849d290d96cc80ea625119164b2655dfc3518759a425f3127d5506156042da60e782cf7 -Size (barman-2.5.tar.gz) = 1002958 bytes +SHA1 (barman-2.11.tar.gz) = e2b3d7e54404d858903d67caf4250afe7fae9830 +RMD160 (barman-2.11.tar.gz) = 19d2c539d9e6543e1c56c3cabac5d55481372657 +SHA512 (barman-2.11.tar.gz) = 19862e7a50e45ec48c2e6e12aa18cdc262e5114d243d24f5b9229347a6fd9e3fe79a10a2c4a9ac14fe4c283c59c992b3b8a5409371a5b780b8c5ab20eec1ee96 +Size (barman-2.11.tar.gz) = 1260434 bytes SHA1 (patch-barman_utils.py) = 0f93835a814bdd41c999dcebb34719312a74bd94