commit: 1352fd3ec45d33e1ab1e09ff7c0a6edaef39cc4a
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 11:10:33 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 11:11:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1352fd3e
app-backup/borgmatic: drop 1.8.14, 1.9.2
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-backup/borgmatic/Manifest | 2 -
app-backup/borgmatic/borgmatic-1.8.14.ebuild | 78 --------------------
app-backup/borgmatic/borgmatic-1.9.2.ebuild | 85 ----------------------
.../files/borgmatic-1.7.13-no_test_coverage.patch | 11 ---
.../files/borgmatic-1.9.0-no_test_coverage.patch | 18 -----
5 files changed, 194 deletions(-)
diff --git a/app-backup/borgmatic/Manifest b/app-backup/borgmatic/Manifest
index 0413062fc98b..8d9d5e1a70dd 100644
--- a/app-backup/borgmatic/Manifest
+++ b/app-backup/borgmatic/Manifest
@@ -1,5 +1,3 @@
-DIST borgmatic-1.8.14.tar.gz 623966 BLAKE2B
fd52bc5be4f63e1207a0bedcf654af075082d31af76ddc65ea30a3259f1ec093c826612e114fd9f9fa46668f80eed3b2b6a88262fbb9e4db49c36ba31efa70c5
SHA512
74daecbf02f957b21121dff073c2e114c87b1afdf6b3408b8fc2bf465102425cca60e4bdc8bc8d0e2d0a9c20b1f514eb7c9a2e136e71cb61969e07a38841235a
-DIST borgmatic-1.9.2.tar.gz 641879 BLAKE2B
0c1678c905235ee435fdeb7fc57eabb44054344fab596ecb17f5cbeb0a2afa944b3105b08c61547de853de561c58971a6d32ac677434475b38cc90af4600b88d
SHA512
8226155f049141b80bed32f955faa37cd8d2c01489092510440c1f53247d1aabf7d8730aa8c22b20f16ffb5686b158966a544e2bea4558178ec52da187b18c13
DIST borgmatic-1.9.3.tar.gz 645018 BLAKE2B
ae069bece54d80eab080cb30d4fb4b523cc7f31ca5d434a7f2fdfc8447ab72e6687fc6775a7811e15f120a0ad57284c539813c07b5cb258a2acf92e02dd55999
SHA512
22624e1a4454660288a3019513509006b389aafd657a45fa9e24c0b13b6a1266450c5b4ed531be5d8574c5f5fa5b869cb6860273f5d3d9a53b4e41474fb1b90e
DIST borgmatic-1.9.4.tar.gz 635562 BLAKE2B
aac7cea7c7b9537a1f13f6cdd5fc15c3a7d439f9c609a3b05aeb0c10a844f479f0f3a1ec9470283b38594646985cc87c45445602e264f2e8fbabb509691feab4
SHA512
db258ebaa87ac88873c73ab750b7f72278376679c3641c91f4d3565d690a9cb25be5df94bb94aead83f09b27a1d41edbb7e457261440c33fddc9fde3477e7006
DIST borgmatic-1.9.5.tar.gz 638074 BLAKE2B
9947a443bcdd04abe29a3eaf3f790491cddc8283d6e09b56cb3b2aed97e0a424e0251aa9b19b3b5687416f59dec2944ed6d41c99df6e7790fa54a5b2608af0bf
SHA512
9ab23865aeef61399a85532450cf7c9bc853a95560d383c83d43966eba0a66718976abdfcb2feec104c8941c0acd5406e2f1812be31b0f4baa76caf6a8ae81c9
diff --git a/app-backup/borgmatic/borgmatic-1.8.14.ebuild
b/app-backup/borgmatic/borgmatic-1.8.14.ebuild
deleted file mode 100644
index 3654974c5dd9..000000000000
--- a/app-backup/borgmatic/borgmatic-1.8.14.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2024 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 systemd pypi
-
-DESCRIPTION="Automatically create, prune and verify backups with borgbackup"
-HOMEPAGE="https://torsion.org/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/colorama-0.5[${PYTHON_USEDEP}]
- 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? (
- $(python_gen_cond_dep '
- dev-python/apprise[${PYTHON_USEDEP}]
- >=dev-python/flexmock-0.10.10[${PYTHON_USEDEP}]
- ')
- )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.7.13-no_test_coverage.patch
- "${FILESDIR}"/${PN}-1.7.14-systemd_service_bin_path.patch
-)
-
-# A fragile test whose only purpose is to make sure the NEWS file
-# has been updated for the current version.
-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 " ${PN} config generate"
- else
- local oldver
- for oldver in ${REPLACING_VERSIONS}; do
- if ver_test "${oldver}" -lt 1.8.0; then
- ewarn "Please be warned that ${PN}-1.8.0 has
introduced several breaking changes."
- ewarn "For details, please see"
- ewarn
- ewarn "
https://github.com/borgmatic-collective/borgmatic/releases/tag/1.8.0"
- ewarn
- break
- fi
- done
- fi
- elog
- elog "Systemd users wishing to periodically run ${PN} can use the
provided timer and service units."
-}
diff --git a/app-backup/borgmatic/borgmatic-1.9.2.ebuild
b/app-backup/borgmatic/borgmatic-1.9.2.ebuild
deleted file mode 100644
index f9833cb80a62..000000000000
--- a/app-backup/borgmatic/borgmatic-1.9.2.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2024 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 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/colorama-0.5[${PYTHON_USEDEP}]
- 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? (
- $(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.0-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
-
- # The test expects unset NO_COLOR, bug 943393. See also
- # https://projects.torsion.org/borgmatic-collective/borgmatic/issues/943
- tests/unit/test_logger.py::test_should_do_markup_respects_config_value
-)
-
-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."
- else
- local oldver
- for oldver in ${REPLACING_VERSIONS}; do
- if ver_test "${oldver}" -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
- break
- fi
- done
- fi
-}
diff --git a/app-backup/borgmatic/files/borgmatic-1.7.13-no_test_coverage.patch
b/app-backup/borgmatic/files/borgmatic-1.7.13-no_test_coverage.patch
deleted file mode 100644
index a3c02598b724..000000000000
--- a/app-backup/borgmatic/files/borgmatic-1.7.13-no_test_coverage.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -3,7 +3,7 @@
-
- [tool:pytest]
- testpaths = tests
--addopts = --cov-report term-missing:skip-covered --cov=borgmatic
--ignore=tests/end-to-end
-+addopts = --ignore=tests/end-to-end
-
- [flake8]
- max-line-length = 100
diff --git a/app-backup/borgmatic/files/borgmatic-1.9.0-no_test_coverage.patch
b/app-backup/borgmatic/files/borgmatic-1.9.0-no_test_coverage.patch
deleted file mode 100644
index 1c69a1e83c3a..000000000000
--- a/app-backup/borgmatic/files/borgmatic-1.9.0-no_test_coverage.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-no test coverage
-
-diff --git a/pyproject.toml b/pyproject.toml
-index 6197d3df..713554e9 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -50,7 +50,7 @@ skip-string-normalization = true
-
- [tool.pytest.ini_options]
- testpaths = "tests"
--addopts = "--cov-report term-missing:skip-covered --cov=borgmatic
--ignore=tests/end-to-end"
-+addopts = "--ignore=tests/end-to-end"
-
- [tool.isort]
- profile = "black"
---
-2.45.2
-