Update to barman 1.6.0, from MAINTAINER Eric Lalonde.
Added some commented out/unimported yet test dependencies
This commit is contained in:
parent
8e5738a05a
commit
b449bf4234
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2015/12/22 21:36:31 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2016/05/13 18:05:01 landry Exp $
|
||||
|
||||
COMMENT = backup and restoration manager for PostgreSQL
|
||||
|
||||
MODPY_EGG_VERSION = 1.5.1
|
||||
MODPY_EGG_VERSION = 1.6.0
|
||||
DISTNAME = barman-${MODPY_EGG_VERSION}
|
||||
CATEGORIES = databases
|
||||
HOMEPAGE = http://www.pgbarman.org/
|
||||
@ -22,8 +22,13 @@ RUN_DEPENDS = databases/py-psycopg2 \
|
||||
devel/py-dateutil \
|
||||
devel/py-argh
|
||||
|
||||
# needs pytest-timeout and pytest-capturelog
|
||||
# needs pytest-timeout and pytest-catchlog
|
||||
NO_TEST = Yes
|
||||
#TEST_DEPENDS = ${RUN_DEPENDS} \
|
||||
# devel/py-test-timeout \
|
||||
# devel/py-test-catchlog \
|
||||
# devel/py-test-runner \
|
||||
# devel/py-setuptools_scm
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/barman
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (barman-1.5.1.tar.gz) = aRJ8KY+R9pYkHfDhX5Mn1TsFDLvuprpd7AOa6nbUMt4=
|
||||
SIZE (barman-1.5.1.tar.gz) = 132842
|
||||
SHA256 (barman-1.6.0.tar.gz) = dxlXRR+v75P2TXzgj0NTC4b1L7MUUezBgKQIVscHvHY=
|
||||
SIZE (barman-1.6.0.tar.gz) = 157048
|
||||
|
8
databases/barman/patches/patch-manifest_in
Normal file
8
databases/barman/patches/patch-manifest_in
Normal file
@ -0,0 +1,8 @@
|
||||
--- MANIFEST.in.orig Tue May 10 17:52:18 2016
|
||||
+++ MANIFEST.in Tue May 10 17:52:28 2016
|
||||
@@ -2,4 +2,4 @@ recursive-include barman *.py
|
||||
recursive-include rpm *
|
||||
include doc/barman.1 doc/barman.5 doc/barman.conf
|
||||
include scripts/barman-wal-restore scripts/barman.bash_completion
|
||||
-include AUTHORS NEWS ChangeLog LICENSE PKG-INFO MANIFEST.in MANIFEST setup.py INSTALL README
|
||||
+include AUTHORS NEWS ChangeLog LICENSE PKG-INFO MANIFEST.in setup.py INSTALL README
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2015/12/22 21:36:31 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2016/05/13 18:05:01 landry Exp $
|
||||
@newgroup _barman:723
|
||||
@newuser _barman:723:723:daemon:Barman User:/nonexistent:/sbin/nologin
|
||||
@extraunexec rm -rf /var/db/barman/*
|
||||
@ -46,8 +46,14 @@ lib/python${MODPY_VERSION}/site-packages/barman/lockfile.py
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/lockfile.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/output.py
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/output.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/postgres.py
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/postgres.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/process.py
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/process.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/recovery_executor.py
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/recovery_executor.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/remote_status.py
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/remote_status.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/retention_policies.py
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/retention_policies.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/server.py
|
||||
@ -56,6 +62,8 @@ lib/python${MODPY_VERSION}/site-packages/barman/utils.py
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/utils.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/version.py
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/version.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/wal_archiver.py
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/wal_archiver.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/xlog.py
|
||||
lib/python${MODPY_VERSION}/site-packages/barman/xlog.pyc
|
||||
@man man/man1/barman.1
|
||||
|
Loading…
Reference in New Issue
Block a user