From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 84206158083 for ; Thu, 12 Sep 2024 13:05:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3E90E29B7; Thu, 12 Sep 2024 13:05:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95897E29B7 for ; Thu, 12 Sep 2024 13:05:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A39CE335D77 for ; Thu, 12 Sep 2024 13:05:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EE961D6A for ; Thu, 12 Sep 2024 13:05:19 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1726146232.492b39fac0b0c9c2ffe38bce63f20c6a9cff168d.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/borgbackup/Manifest app-backup/borgbackup/borgbackup-1.2.8.ebuild X-VCS-Directories: app-backup/borgbackup/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 492b39fac0b0c9c2ffe38bce63f20c6a9cff168d X-VCS-Branch: master Date: Thu, 12 Sep 2024 13:05:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 90ccf65a-9fcc-4e8f-a7c5-b99a00321e39 X-Archives-Hash: 7731e7b4c602c390c82883d0f205f0c9 commit: 492b39fac0b0c9c2ffe38bce63f20c6a9cff168d Author: Petr Vaněk gentoo org> AuthorDate: Thu Sep 12 13:03:52 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Thu Sep 12 13:03:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492b39fa app-backup/borgbackup: drop 1.2.8 Signed-off-by: Petr Vaněk gentoo.org> app-backup/borgbackup/Manifest | 1 - app-backup/borgbackup/borgbackup-1.2.8.ebuild | 78 --------------------------- 2 files changed, 79 deletions(-) diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest index 9938cd533a7a..206bca49d5f8 100644 --- a/app-backup/borgbackup/Manifest +++ b/app-backup/borgbackup/Manifest @@ -1,2 +1 @@ -DIST borgbackup-1.2.8.tar.gz 4369117 BLAKE2B f230274189716e6ecb8f73d10caa13e683e63c9d9f50c5b6235fc666a0f64f3048421e76e5b57626144c37d37d28c4371b368f780f5e32055f62d5ff10954c19 SHA512 9a62e5eec894ebffe928a08c9a0cceebde084f16524d363a3c3be01d908a7eceaea8fa11eac422acc0fdb2534d79d1ee5ec5d9167e1086f334af6a28887616d5 DIST borgbackup-1.4.0.tar.gz 3798511 BLAKE2B 06d4d67e211a3ab1bc6d7155cbce8205fb7408a1149e44c77b500af02c25e62a569e3eaf50c11916a2ff9adea47c5791febfb7d0c657d0b195e5c5bbbd33a7d7 SHA512 f5866ece2d153d1e43127a04fd288a09403a9ea2ae4c981cb9ff855bd303b53c133c006f0b1a77541edc4f64940431e9c4d49ec45a3646784a29fe3b8828237a diff --git a/app-backup/borgbackup/borgbackup-1.2.8.ebuild b/app-backup/borgbackup/borgbackup-1.2.8.ebuild deleted file mode 100644 index 4a01c31e55f7..000000000000 --- a/app-backup/borgbackup/borgbackup-1.2.8.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 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit bash-completion-r1 distutils-r1 pypi - -DESCRIPTION="Deduplicating backup program with compression and authenticated encryption" -HOMEPAGE="https://borgbackup.readthedocs.io/" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" - -DEPEND=" - app-arch/lz4 - app-arch/zstd - dev-libs/openssl:0= - >=dev-libs/xxhash-0.8.1 - virtual/acl -" -# borgbackup is *very* picky about which msgpack it work with, -# check setup.py on bumps. -RDEPEND=" - ${DEPEND} - ~dev-python/msgpack-1.0.8[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/pyfuse3[${PYTHON_USEDEP}] -" - -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - dev-python/pkgconfig[${PYTHON_USEDEP}] - dev-python/setuptools-scm[${PYTHON_USEDEP}] - test? ( - dev-python/python-dateutil[${PYTHON_USEDEP}] - ) -" - -# some tests randomly fail with xdist, bug #936524 -distutils_enable_tests pytest - -python_test() { - local EPYTEST_DESELECT=( - # Needs pytest-benchmark fixture - benchmark.py::test_ - - # TODO: - # Following tests fail because of additional warning in the output: - # ResourceWarning: unclosed file <_io.BufferedReader name=14> - # which is not expected in asserts - archiver.py::ArchiverTestCase::test_create_content_from_command_with_failed_command - archiver.py::ArchiverTestCase::test_create_paths_from_command_with_failed_command - archiver.py::RemoteArchiverTestCase::test_create_content_from_command_with_failed_command - archiver.py::RemoteArchiverTestCase::test_create_paths_from_command_with_failed_command - ) - - # This disables fuse releated tests - local -x BORG_FUSE_IMPL="none" - epytest --pyargs borg.testsuite -} - -src_install() { - distutils-r1_src_install - doman docs/man/* - - dobashcomp scripts/shell_completions/bash/borg - - insinto /usr/share/zsh/site-functions - doins scripts/shell_completions/zsh/_borg - - insinto /usr/share/fish/vendor_completions.d - doins scripts/shell_completions/fish/borg.fish -}