public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/
Date: Thu, 30 Jun 2022 09:02:01 +0000 (UTC)	[thread overview]
Message-ID: <1656579704.b325080995418c9acd7bb34aa42a1c2d8330e391.marecki@gentoo> (raw)

commit:     b325080995418c9acd7bb34aa42a1c2d8330e391
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 08:10:22 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 09:01:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3250809

app-backup/borgmatic: drop 1.5.24, 1.6.3

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-backup/borgmatic/Manifest                |  2 -
 app-backup/borgmatic/borgmatic-1.5.24.ebuild | 65 ----------------------------
 app-backup/borgmatic/borgmatic-1.6.3.ebuild  | 65 ----------------------------
 3 files changed, 132 deletions(-)

diff --git a/app-backup/borgmatic/Manifest b/app-backup/borgmatic/Manifest
index 45f95ca2d1bc..dbaeb8f824b3 100644
--- a/app-backup/borgmatic/Manifest
+++ b/app-backup/borgmatic/Manifest
@@ -1,4 +1,2 @@
-DIST borgmatic-1.5.24.tar.gz 291853 BLAKE2B d8c695c8faf713cd75e994d8ae7633674d01981047ce79d35d392b9db5a2dfb47c2be4a91e0f183ab2ead5877ee68983d0fdfd88ae7d28355d8029d39cbfdc04 SHA512 cfa1bd1dc6119497fba99d02e4f53322aede907ba8b30068b6c1dadc67f5e30466d2f1f0d83f1f15f71dfac08ef5b0adb376d24d62f1cd44992e7a45f99fde34
 DIST borgmatic-1.6.1.tar.gz 300375 BLAKE2B b56c31da62591b8bfd3c0146e77cab7ab28f942c59ca0f6cf7342d80bc31249dfcbd59fae13025a0fe464de326b6758169be983d2b741ecc37062961541fb892 SHA512 c48fb89167ce188feeb9d51ae9caabf985f9c583d09840d3dd4aaf772a4acbd3c22399958740820b9fbf61603769a604dc92b72448e2c7196fae855549f3c6d5
-DIST borgmatic-1.6.3.tar.gz 320186 BLAKE2B 232c2878b0778f039b0c2fa7e6b4de37477b81c13082772752a78e8de0fff0b52fb6976a02ae6f13d9a33a74d96c2689ceee48f97d85381a2d06d0b61f6bb658 SHA512 eadca728680d86dc16c8444ac653c46e9c61e49f3eced1228d46ff77138e44985ee794dd21921f829db063106cdd697c997677bd983bf000aedb89c6c00c8f5d
 DIST borgmatic-1.6.4.tar.gz 322306 BLAKE2B 48d01b56065f08db464ffab71cfdc6c2924ed899e07a6788f37217448d19d15d59ee3771ad545bf1c576da6a26d754f8c24eea82361d77fa616bebb54a6dd878 SHA512 8d0d4b1b6bbb562fcab49a8ba2cfd1d33f6e5053566096a6f01b83b2f69c37a437836d78d3547100f66bb1320c1e028a2223fcc2285ed0fb8d463c8d6eae5819

diff --git a/app-backup/borgmatic/borgmatic-1.5.24.ebuild b/app-backup/borgmatic/borgmatic-1.5.24.ebuild
deleted file mode 100644
index 4b88643aa9ca..000000000000
--- a/app-backup/borgmatic/borgmatic-1.5.24.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 systemd
-
-DESCRIPTION="Automatically create, prune and verify backups with borgbackup"
-HOMEPAGE="https://torsion.org/borgmatic/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv"
-
-# borg is called as an external tool, hence no pythonic stuff
-RDEPEND="app-backup/borgbackup
-	$(python_gen_cond_dep '
-		<dev-python/colorama-0.5[${PYTHON_USEDEP}]
-		dev-python/jsonschema[${PYTHON_USEDEP}]
-		dev-python/requests[${PYTHON_USEDEP}]
-		<dev-python/ruamel-yaml-0.18.0[${PYTHON_USEDEP}]
-		dev-python/setuptools[${PYTHON_USEDEP}]
-	')"
-BDEPEND="
-	test? (
-		$(python_gen_cond_dep '
-			>=dev-python/flexmock-0.10.10[${PYTHON_USEDEP}]
-		')
-	)"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.5.1-no_test_coverage.patch
-	"${FILESDIR}"/${PN}-1.5.16-systemd_service_bin_path.patch
-)
-
-# test_borgmatic_version_matches_news_version tries to run the 'borgmatic'
-# executable so making it work would require passing --install
-# to distutils_enable_tests. Given that this is the only test requiring
-# this and that all it does is make sure the NEWS file has been updated
-# for the current version, just skip it.
-EPYTEST_DESELECT=(
-	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 "    generate-borgmatic-config"
-	fi
-	elog
-	elog "Systemd users wishing to periodically run borgmatic can use the provided timer and service units."
-}

diff --git a/app-backup/borgmatic/borgmatic-1.6.3.ebuild b/app-backup/borgmatic/borgmatic-1.6.3.ebuild
deleted file mode 100644
index f48f145dc769..000000000000
--- a/app-backup/borgmatic/borgmatic-1.6.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 systemd
-
-DESCRIPTION="Automatically create, prune and verify backups with borgbackup"
-HOMEPAGE="https://torsion.org/borgmatic/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
-
-# borg is called as an external tool, hence no pythonic stuff
-RDEPEND="app-backup/borgbackup
-	$(python_gen_cond_dep '
-		<dev-python/colorama-0.5[${PYTHON_USEDEP}]
-		dev-python/jsonschema[${PYTHON_USEDEP}]
-		dev-python/requests[${PYTHON_USEDEP}]
-		<dev-python/ruamel-yaml-0.18.0[${PYTHON_USEDEP}]
-		dev-python/setuptools[${PYTHON_USEDEP}]
-	')"
-BDEPEND="
-	test? (
-		$(python_gen_cond_dep '
-			>=dev-python/flexmock-0.10.10[${PYTHON_USEDEP}]
-		')
-	)"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.5.1-no_test_coverage.patch
-	"${FILESDIR}"/${PN}-1.5.16-systemd_service_bin_path.patch
-)
-
-# test_borgmatic_version_matches_news_version tries to run the 'borgmatic'
-# executable so making it work would require passing --install
-# to distutils_enable_tests. Given that this is the only test requiring
-# this and that all it does is make sure the NEWS file has been updated
-# for the current version, just skip it.
-EPYTEST_DESELECT=(
-	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 "    generate-borgmatic-config"
-	fi
-	elog
-	elog "Systemd users wishing to periodically run borgmatic can use the provided timer and service units."
-}


             reply	other threads:[~2022-06-30  9:02 UTC|newest]

Thread overview: 112+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-30  9:02 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-01  9:35 [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/ 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  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=1656579704.b325080995418c9acd7bb34aa42a1c2d8330e391.marecki@gentoo \
    --to=marecki@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