Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/
Date: Thu, 24 Feb 2022 13:51:19
Message-Id: 1645710380.5dff6ea1b07f377be666a5a421ee17d3192c01e1.marecki@gentoo
1 commit: 5dff6ea1b07f377be666a5a421ee17d3192c01e1
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 24 09:12:39 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 24 13:46:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dff6ea1
7
8 app-backup/borgmatic: drop 1.5.22
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 app-backup/borgmatic/Manifest | 1 -
13 app-backup/borgmatic/borgmatic-1.5.22.ebuild | 64 ----------------------------
14 2 files changed, 65 deletions(-)
15
16 diff --git a/app-backup/borgmatic/Manifest b/app-backup/borgmatic/Manifest
17 index 2b789cbd22af..c740c189f40f 100644
18 --- a/app-backup/borgmatic/Manifest
19 +++ b/app-backup/borgmatic/Manifest
20 @@ -1,3 +1,2 @@
21 DIST borgmatic-1.5.21.tar.gz 278933 BLAKE2B b098334fa476304a8e63ceed37b3c2b9c67d0549bea6d06d8f0fd0f41f9812e79cea52f88fc15d2be29e491355f9544b6ccbe7c31936dfbd78eefd42e9ff2832 SHA512 e183269a0ac3ae049031832414d597ced8f75dd1f82d16379faec6d53566a1c19f51d613745e61077621381ee819d2f5dfc5cabaf9928a629f5cf3e13398503c
22 -DIST borgmatic-1.5.22.tar.gz 286392 BLAKE2B 99105661935b58a6e772d694214590ad13c3ff284eeccdb075b36f6a4c55abeaf02c46a49d01ab3ca165b47320280ef0bb2b2c978f039e7a695b50a6cafb8d1d SHA512 a9006685ca707ceca199cfae9d52414b0edd295afcff7478bfac16fc05c12d31ee6578b58970ead8f702a7b9928d33db8a32617bfb8f6e9e8d5fa06bddd6a02c
23 DIST borgmatic-1.5.23.tar.gz 290506 BLAKE2B 9924d9df1cae7e4f97ff70eb16f84a2ee8a0fe0cd3a08add7a7ec59d269fb693f74350cdb45633fc4d76816614216a69a205504cac9c7608a635fc364253add6 SHA512 1b811fec2e814854459d10e4c90e552d90e0450d908931dbca5a838dc091c40dc6075c6fa09653a5aac69073e5b7600aed4beda4bc765daf0c6d8d2a00983ad7
24
25 diff --git a/app-backup/borgmatic/borgmatic-1.5.22.ebuild b/app-backup/borgmatic/borgmatic-1.5.22.ebuild
26 deleted file mode 100644
27 index 78dc5cd647d1..000000000000
28 --- a/app-backup/borgmatic/borgmatic-1.5.22.ebuild
29 +++ /dev/null
30 @@ -1,64 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -DISTUTILS_SINGLE_IMPL=1
38 -DISTUTILS_USE_SETUPTOOLS="rdepend"
39 -
40 -inherit distutils-r1 systemd
41 -
42 -DESCRIPTION="Automatically create, prune and verify backups with borgbackup"
43 -HOMEPAGE="https://torsion.org/borgmatic/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="GPL-3"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
49 -
50 -# borg is called as an external tool, hence no pythonic stuff
51 -RDEPEND="app-backup/borgbackup
52 - $(python_gen_cond_dep '
53 - <dev-python/colorama-0.5[${PYTHON_USEDEP}]
54 - dev-python/jsonschema[${PYTHON_USEDEP}]
55 - dev-python/requests[${PYTHON_USEDEP}]
56 - <dev-python/ruamel-yaml-0.18.0[${PYTHON_USEDEP}]
57 - ')"
58 -BDEPEND="
59 - test? (
60 - $(python_gen_cond_dep '
61 - >=dev-python/flexmock-0.10.10[${PYTHON_USEDEP}]
62 - ')
63 - )"
64 -
65 -PATCHES=(
66 - "${FILESDIR}"/${PN}-1.5.1-no_test_coverage.patch
67 - "${FILESDIR}"/${PN}-1.5.16-systemd_service_bin_path.patch
68 -)
69 -
70 -# test_borgmatic_version_matches_news_version tries to run the 'borgmatic'
71 -# executable so making it work would require passing --install
72 -# to distutils_enable_tests. Given that this is the only test requiring
73 -# this and that all it does is make sure the NEWS file has been updated
74 -# for the current version, just skip it.
75 -EPYTEST_DESELECT=(
76 - tests/integration/commands/test_borgmatic.py::test_borgmatic_version_matches_news_version
77 -)
78 -
79 -distutils_enable_tests pytest
80 -
81 -src_install() {
82 - distutils-r1_src_install
83 - systemd_dounit sample/systemd/borgmatic.{service,timer}
84 - keepdir /etc/borgmatic
85 -}
86 -
87 -pkg_postinst() {
88 - if [[ -z "${REPLACING_VERSIONS}" ]]; then
89 - elog "To generate a sample configuration file, run:"
90 - elog " generate-borgmatic-config"
91 - fi
92 - elog
93 - elog "Systemd users wishing to periodically run borgmatic can use the provided timer and service units."
94 -}