public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/
Date: Tue, 11 Mar 2025 06:20:41 +0000 (UTC)	[thread overview]
Message-ID: <1741674016.648820d97e015388ee1641abc0313afe3ca6468c.arkamar@gentoo> (raw)

commit:     648820d97e015388ee1641abc0313afe3ca6468c
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 11 06:19:00 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Mar 11 06:20:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648820d9

app-backup/borgmatic: add 1.9.14

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-backup/borgmatic/Manifest                |  1 +
 app-backup/borgmatic/borgmatic-1.9.14.ebuild | 78 ++++++++++++++++++++++++++++
 2 files changed, 79 insertions(+)

diff --git a/app-backup/borgmatic/Manifest b/app-backup/borgmatic/Manifest
index afba66cbc2f8..e6e0289e3402 100644
--- a/app-backup/borgmatic/Manifest
+++ b/app-backup/borgmatic/Manifest
@@ -1,4 +1,5 @@
 DIST borgmatic-1.9.10.tar.gz 646658 BLAKE2B 8eec2cea8e1001c7d55aef6e267aa18a4db67e33c61a28fe072bbbe99df305672e0e6b4187f5ace470add162298f9facbd805924d486358bca41bfa02538f3c0 SHA512 0d15ce4a3b71ceebfb3185130a9dcdfb80a23111396a9d2f39cae2c69f3eaba54e4005ad13fcce6c728aaf1179fc44a85ab2db1efb3824c7a33743ebaed3a954
 DIST borgmatic-1.9.12.tar.gz 653984 BLAKE2B 62445bd2fa4a9ab93a4ef9035617dc57fd191e7df9a5709dc760424fe5fe8d9a6798b98563442739ddd3ce4c73947fadc0a259c21f56fe0ec214a2fd0e179e9b SHA512 26449ff7eae3d104ffee578f1211afc545141b4224c8c0888bad14e2251a9bbe2d8ec8b9e3c652a5a5881d49eca5df275e6ac6ad07661e0b64c2713147e71c30
 DIST borgmatic-1.9.13.tar.gz 655690 BLAKE2B b51706ffb56e3905298498fa71e7f949be43b968e2c62565657fde6a6e470253f4d50022b54327a9fd832288443491581a278f310219787041c2644bf8b721d6 SHA512 fe2cab08b1ba750349be6cb79e89dd3b99a964b21b6d91ee7adb955ff0c4b386e45d97c01a86232943e448053faaf88aa2dbeec654bed6ea9279639f8a3d79f3
+DIST borgmatic-1.9.14.tar.gz 656877 BLAKE2B 36f8dce1251b74d67f33aaed5f6ebe41ff1003bd261070724422842143eb84be8b38a884f19da9e2f74a784e4ce4adca6c8ddfb8600f833fea6777585feb0cd8 SHA512 f2d789fab2e7f017c22458a6df3408a4883444aaeac9a4bf258de3eb46b802451d964d39ed441fb01314ff5c9acfd29676e1aab1ba341afb908e458527253705
 DIST borgmatic-1.9.8.tar.gz 642464 BLAKE2B 0473e440d8beb99adac1fcf6c3628f12ca1b9b4337190eaac5aa6cb4726a2be9ada56f1a25be9369cf5a36e5bd53bf2070c2f1579c96bc7375cf5f184a7129af SHA512 a4c524ddddae99d4a244e6d6d7c8d91ea980b29267b2bca8c8dcf45087fa70039088c225a5144e072e5453a76dfbdca61f7718eba4c558d94226222574e9e09a

diff --git a/app-backup/borgmatic/borgmatic-1.9.14.ebuild b/app-backup/borgmatic/borgmatic-1.9.14.ebuild
new file mode 100644
index 000000000000..7668c4167479
--- /dev/null
+++ b/app-backup/borgmatic/borgmatic-1.9.14.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 eapi9-ver systemd pypi
+
+DESCRIPTION="Automatically create, prune and verify backups with borgbackup"
+HOMEPAGE="
+	https://torsion.org/borgmatic/
+	https://projects.torsion.org/borgmatic-collective/borgmatic
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+IUSE="apprise"
+
+# borg is called as an external tool, hence no pythonic stuff
+RDEPEND="
+	app-backup/borgbackup
+	$(python_gen_cond_dep '
+		dev-python/jsonschema[${PYTHON_USEDEP}]
+		dev-python/packaging[${PYTHON_USEDEP}]
+		dev-python/requests[${PYTHON_USEDEP}]
+		dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+	')
+	apprise? ( $(python_gen_cond_dep '
+		dev-python/apprise[${PYTHON_USEDEP}]
+	') )
+"
+BDEPEND="
+	test? (
+		${RDEPEND}
+		$(python_gen_cond_dep '
+			dev-python/apprise[${PYTHON_USEDEP}]
+			>=dev-python/flexmock-0.10.10[${PYTHON_USEDEP}]
+		')
+	)
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.7.14-systemd_service_bin_path.patch
+	"${FILESDIR}"/${PN}-1.9.3-no_test_coverage.patch
+)
+
+EPYTEST_DESELECT=(
+	# A fragile test whose only purpose is to make sure the NEWS file
+	# has been updated for the current version.
+	tests/integration/commands/test_borgmatic.py::test_borgmatic_version_matches_news_version
+)
+
+distutils_enable_tests pytest
+
+src_install() {
+	distutils-r1_src_install
+	systemd_dounit sample/systemd/borgmatic.{service,timer}
+	keepdir /etc/borgmatic
+}
+
+pkg_postinst() {
+	if [[ -z "${REPLACING_VERSIONS}" ]]; then
+		elog "To generate a sample configuration file, run:"
+		elog "    ${PN} config generate"
+		elog
+		elog "Systemd users wishing to periodically run ${PN} can use the provided timer and service units."
+	elif ver_replacing -lt 1.9.0; then
+		ewarn "Please be warned that ${PN}-1.9.0 has introduced several breaking changes."
+		ewarn "For details, please see"
+		ewarn
+		ewarn "	https://github.com/borgmatic-collective/borgmatic/releases/tag/1.9.0"
+		ewarn
+	fi
+}


             reply	other threads:[~2025-03-11  6:20 UTC|newest]

Thread overview: 135+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-11  6:20 Petr Vaněk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10  8:30 [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/ Petr Vaněk
2025-03-04 13:46 Petr Vaněk
2025-03-04 13:46 Petr Vaněk
2025-02-26 19:51 Arthur Zamarin
2025-02-24  8:09 Petr Vaněk
2025-02-20 13:04 Sam James
2025-02-11  9:23 Petr Vaněk
2025-02-11  9:23 Petr Vaněk
2025-01-31 14:49 Arthur Zamarin
2025-01-26  8:48 Petr Vaněk
2025-01-26  8:48 Petr Vaněk
2025-01-24 14:30 Petr Vaněk
2025-01-24 14:30 Petr Vaněk
2025-01-20 10:10 Petr Vaněk
2025-01-13 13:11 Sam James
2024-12-29 18:21 Petr Vaněk
2024-12-28 12:24 Sam James
2024-12-20 22:58 Sam James
2024-12-09 11:50 Petr Vaněk
2024-11-19 14:32 Petr Vaněk
2024-11-11 14:15 Petr Vaněk
2024-10-22 13:53 Petr Vaněk
2024-10-01  9:35 Petr Vaněk
2024-09-30 19:55 Sam James
2024-09-06 11:18 Arthur Zamarin
2024-08-30  9:48 Petr Vaněk
2024-08-06 12:22 Petr Vaněk
2024-08-06 12:22 Petr Vaněk
2024-08-03 16:48 Jakov Smolić
2024-07-03 14:47 Petr Vaněk
2024-05-21 11:39 Marek Szuba
2024-04-24 14:11 Sam James
2024-04-19  0:03 Marek Szuba
2024-03-23 17:12 Marek Szuba
2024-03-11 15:26 Marek Szuba
2024-03-11 15:26 Marek Szuba
2024-02-18 10:30 Marek Szuba
2024-02-04 20:11 Sam James
2024-01-23  5:07 Ionen Wolkens
2024-01-18  8:06 Florian Schmaus
2023-12-27 15:29 Marek Szuba
2023-12-26 19:07 Sam James
2023-12-24 23:07 Marek Szuba
2023-12-24 21:07 Marek Szuba
2023-10-22 11:03 Marek Szuba
2023-10-15 22:29 Marek Szuba
2023-10-15  8:00 Sam James
2023-08-22 10:33 Sam James
2023-08-21 14:56 Marek Szuba
2023-08-19 11:15 Marek Szuba
2023-08-12 21:07 Marek Szuba
2023-08-12 21:07 Marek Szuba
2023-07-29 14:49 Marek Szuba
2023-07-10 23:04 Marek Szuba
2023-04-14  8:09 Marek Szuba
2023-04-14  8:09 Marek Szuba
2023-04-04 10:42 Marek Szuba
2023-03-28  9:04 Marek Szuba
2023-03-22 23:43 Marek Szuba
2023-03-07 19:23 Marek Szuba
2023-03-06 22:11 Marek Szuba
2023-03-06 22:11 Marek Szuba
2023-03-06 15:58 Marek Szuba
2023-02-21 23:41 Marek Szuba
2023-01-27 22:49 Marek Szuba
2022-12-02 10:00 Marek Szuba
2022-11-01  8:46 Marek Szuba
2022-11-01  0:37 Marek Szuba
2022-10-25 11:12 Sam James
2022-10-21 10:20 Marek Szuba
2022-09-09 14:02 Marek Szuba
2022-08-26  8:48 Marek Szuba
2022-08-26  8:48 Marek Szuba
2022-08-26  8:48 Marek Szuba
2022-08-15  9:26 Marek Szuba
2022-07-25 22:15 Marek Szuba
2022-07-01 15:42 Marek Szuba
2022-06-30 12:00 Marek Szuba
2022-06-30  9:02 Marek Szuba
2022-06-30  7:01 Agostino Sarubbo
2022-06-29  7:17 Marek Szuba
2022-06-17 10:13 Marek Szuba
2022-06-01 23:43 Marek Szuba
2022-05-25 11:40 Marek Szuba
2022-05-23 22:43 Marek Szuba
2022-04-20 15:25 Marek Szuba
2022-04-20  6:41 Jakov Smolić
2022-04-09 23:35 Marek Szuba
2022-03-15 11:20 Marek Szuba
2022-02-24 13:51 Marek Szuba
2022-02-17 12:07 Marek Szuba
2022-01-07 17:37 Marek Szuba
2021-12-29 14:08 Marek Szuba
2021-12-29  7:35 Sam James
2021-11-23 11:51 Marek Szuba
2021-11-19 15:04 Marek Szuba
2021-11-19 13:38 Jakov Smolić
2021-10-12 23:03 Marek Szuba
2021-10-11 23:28 Sam James
2021-09-20  9:31 Marek Szuba
2021-09-15  2:32 Sam James
2021-08-10 13:36 Marek Szuba
2021-07-27 12:21 Marek Szuba
2021-07-22  2:50 Sam James
2021-07-20 16:36 Marek Szuba
2021-07-16 16:47 Marek Szuba
2021-06-21  9:51 Marek Szuba
2021-06-09 12:01 Marek Szuba
2021-05-26  9:09 Marek Szuba
2021-05-26  6:49 Agostino Sarubbo
2021-04-16 18:25 Marek Szuba
2021-03-05 19:26 Sam James
2021-02-22 13:28 Sam James
2021-02-15 12:39 Marek Szuba
2021-01-22 16:53 Agostino Sarubbo
2020-11-27 18:56 Marek Szuba
2020-11-21 22:05 Marek Szuba
2020-11-21 22:05 Marek Szuba
2020-11-14 20:32 Sam James
2020-11-10 14:50 Marek Szuba
2020-09-05 19:44 Marek Szuba
2020-09-01 21:05 Sam James
2020-08-24 17:19 Marek Szuba
2020-07-25 10:31 Marek Szuba
2020-07-19 12:33 Agostino Sarubbo
2020-07-13 13:17 Marek Szuba
2020-07-13 13:17 Marek Szuba
2020-06-30 18:24 Marek Szuba
2020-06-30 15:44 Marek Szuba
2020-06-19 16:12 Marek Szuba
2020-04-28 22:20 Marek Szuba
2020-04-28 22:20 Marek Szuba
2020-04-22 23:48 Marek Szuba
2020-04-22 23:48 Marek Szuba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1741674016.648820d97e015388ee1641abc0313afe3ca6468c.arkamar@gentoo \
    --to=arkamar@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox