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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 567B4138351 for ; Wed, 25 Mar 2020 16:57:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DE04E0D0D; Wed, 25 Mar 2020 16:57:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60F16E0D0D for ; Wed, 25 Mar 2020 16:57:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2589234F8E2 for ; Wed, 25 Mar 2020 16:57:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4EB1186 for ; Wed, 25 Mar 2020 16:57:02 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1585155280.5c190b0b3b75919c10a38707b7252b42d5b1c323.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/, app-backup/borgmatic/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/borgmatic/Manifest app-backup/borgmatic/borgmatic-1.5.1.ebuild app-backup/borgmatic/files/borgmatic-1.5.1-no_test_coverage.patch app-backup/borgmatic/metadata.xml X-VCS-Directories: app-backup/borgmatic/ app-backup/borgmatic/files/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 5c190b0b3b75919c10a38707b7252b42d5b1c323 X-VCS-Branch: master Date: Wed, 25 Mar 2020 16:57:02 +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: 96e783d9-7f74-4288-a6cf-d93eab584443 X-Archives-Hash: b3482676b71ec6771e3facb0559cfa93 commit: 5c190b0b3b75919c10a38707b7252b42d5b1c323 Author: Marek Szuba gentoo org> AuthorDate: Wed Mar 25 16:26:22 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Mar 25 16:54:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c190b0b app-backup/borgmatic: new package Nominally works with python3_8 to but not all of its dependencies handle this version in Gentoo yet. Signed-off-by: Marek Szuba gentoo.org> app-backup/borgmatic/Manifest | 1 + app-backup/borgmatic/borgmatic-1.5.1.ebuild | 62 ++++++++++++++++++++++ .../files/borgmatic-1.5.1-no_test_coverage.patch | 11 ++++ app-backup/borgmatic/metadata.xml | 12 +++++ 4 files changed, 86 insertions(+) diff --git a/app-backup/borgmatic/Manifest b/app-backup/borgmatic/Manifest new file mode 100644 index 00000000000..e6ae1752a42 --- /dev/null +++ b/app-backup/borgmatic/Manifest @@ -0,0 +1 @@ +DIST borgmatic-1.5.1.tar.gz 67401 BLAKE2B c11f4b9f9acc7d7bf4e482953968dbaabc33f1513ec8f20868518bca22ffcafee90569c06ec603be919d47d724dd4a3a904e44fbb40c2309d8cb78e9277b5cc7 SHA512 9ded9bd5d6db866d196fedee88737f3d3eef6cb0e61c5f55ac543602c4429adcb57608d7f6c798edfd6ac1ecd14aadd9a88fdf94ef1f0eab4c26a9d2a29c5e38 diff --git a/app-backup/borgmatic/borgmatic-1.5.1.ebuild b/app-backup/borgmatic/borgmatic-1.5.1.ebuild new file mode 100644 index 00000000000..754e0f063c9 --- /dev/null +++ b/app-backup/borgmatic/borgmatic-1.5.1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +DISTUTILS_USE_SETUPTOOLS="rdepend" +inherit distutils-r1 + +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" + +DEPEND="${PYTHON_DEPS} + dev-python/colorama[${PYTHON_USEDEP}] + >=dev-python/pykwalify-1.6.0[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + + + + + marecki@gentoo.org + Marek Szuba + + + witten/borgmatic + borgmatic + +