From: "Richard Freeman" <rich0@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/
Date: Tue, 1 Sep 2020 20:20:22 +0000 (UTC) [thread overview]
Message-ID: <1598991604.7d765ed0f26c2a4b96e2c6a6e0cec9d0aa1aef1a.rich0@gentoo> (raw)
commit: 7d765ed0f26c2a4b96e2c6a6e0cec9d0aa1aef1a
Author: Richard Freeman <rich0 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 20:19:52 2020 +0000
Commit: Richard Freeman <rich0 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 20:20:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d765ed0
app-backup/duplicity: bump, python-3.8
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org>
app-backup/duplicity/Manifest | 1 +
app-backup/duplicity/duplicity-0.8.15.ebuild | 51 ++++++++++++++++++++++
.../files/duplicity-0.8.15-fix-docs-cmd.patch | 29 ++++++++++++
3 files changed, 81 insertions(+)
diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index cf9b876454e..ca6af8ec46e 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,2 +1,3 @@
DIST duplicity-0.8.12.1612.tar.gz 1883596 BLAKE2B 6d3075cdc6cd1f09e60cdbdc5d17867f3686a7e05ce16b908b797b6d2c343ae4c8104793b9f389920112917089086ac8f4c5baffa326c528c023bd40daab8643 SHA512 eac4d1aecd604ece123bd3b5cecd3b65e1213c243db1a3ce25bae58360d666dd1db07ba0a137e7682f99775ece20453c7dc44cd87940b56c0acd05d01149c951
DIST duplicity-0.8.13.tar.gz 1463564 BLAKE2B 31037b0a27e043937f80ee91939793e304c0f7b1c96ee4bc9fe7c06dde69f374a718028d9ae4a98cfd7f866af72e5ed0a8f679319a73428207a99961961e8d2d SHA512 71e07fa17dcf2002a0275bdf236c1b2c30143e276abfdee15e45a75f0adeefc9e784c76a578f90f6ed785f093f364b877551374204e70b930dd5d0920f7e1e75
+DIST duplicity-0.8.15.tar.gz 1482647 BLAKE2B e1ddd4232611ad5fcf8faa5135c925aef68a21eb9dec50de7194562a0d4871e9c58132faf9340f71367025dcc84cbc6f1aae69bd37cae294d4200a8ca8b796b3 SHA512 2d048377c839ae56fc2828997c9aa7ba8c339e815e1e2ae738652037508ec276a2c72583687da34408fadd4839011e242b51bc73cca954227fc51db5683c258c
diff --git a/app-backup/duplicity/duplicity-0.8.15.ebuild b/app-backup/duplicity/duplicity-0.8.15.ebuild
new file mode 100644
index 00000000000..ab86fd3ebc1
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.15.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="https://www.nongnu.org/duplicity/"
+SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 1-2)-series/$(ver_cut 1-3)/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="s3 test"
+
+CDEPEND="
+ net-libs/librsync
+ app-crypt/gnupg
+ dev-python/fasteners[${PYTHON_USEDEP}]
+"
+DEPEND="${CDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ test? (
+ app-arch/par2cmdline
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/pexpect[${PYTHON_USEDEP}]
+ )
+"
+RDEPEND="${CDEPEND}
+ dev-python/paramiko[${PYTHON_USEDEP}]
+ dev-python/future[${PYTHON_USEDEP}]
+ s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+RESTRICT="test"
+
+PATCHES=(
+ "${FILESDIR}/${P}-fix-docs-cmd.patch"
+)
+
+python_test() {
+ esetup.py test
+}
+
+pkg_postinst() {
+ elog "Duplicity has many optional dependencies to support various backends."
+ elog "Currently it's up to you to install them as necessary."
+}
diff --git a/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch
new file mode 100644
index 00000000000..0f8277cc7f3
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch
@@ -0,0 +1,29 @@
+--- duplicity-0.8.15/setup.py 2020-09-01 15:45:48.664058429 -0400
++++ duplicity-0.8.15/setup.py 2020-09-01 15:46:44.745709363 -0400
+@@ -93,18 +93,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+- (u'share/doc/duplicity-%s' % Version,
+- [
+- u'AUTHORS',
+- u'CHANGELOG',
+- u'Changelog.GNU',
+- u'COPYING',
+- u'README',
+- u'README-LOG',
+- u'README-REPO',
+- u'README-TESTING',
+- ],
+- ),
+ ]
+
+ if not os.environ.get(u'READTHEDOCS') == u'True':
+@@ -340,7 +328,6 @@
+ ],
+ test_suite=u"testing",
+ cmdclass={
+- u"build_scripts": BuildScriptsCommand,
+ u"install": InstallCommand,
+ u"install_data": InstallDataCommand,
+ u"sdist": SdistCommand,
next reply other threads:[~2020-09-01 20:20 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-01 20:20 Richard Freeman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-03 19:52 [gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/ Sam James
2025-08-03 18:53 Sam James
2025-03-18 22:17 Richard Freeman
2024-10-03 15:12 Richard Freeman
2024-06-24 13:48 Richard Freeman
2024-06-24 13:48 Richard Freeman
2024-03-29 11:19 Richard Freeman
2023-12-12 14:47 Richard Freeman
2023-12-12 14:47 Richard Freeman
2023-09-14 12:38 Richard Freeman
2023-08-30 18:16 Richard Freeman
2023-05-01 20:38 Richard Freeman
2022-05-19 14:06 Richard Freeman
2022-03-19 19:31 Richard Freeman
2021-12-07 19:32 Richard Freeman
2021-08-05 13:25 Richard Freeman
2021-05-25 14:28 Richard Freeman
2021-02-25 19:54 Richard Freeman
2020-11-25 0:40 Richard Freeman
2020-05-07 16:53 Richard Freeman
2020-03-29 15:57 Richard Freeman
2020-03-28 16:27 Michał Górny
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=1598991604.7d765ed0f26c2a4b96e2c6a6e0cec9d0aa1aef1a.rich0@gentoo \
--to=rich0@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