From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/
Date: Sun, 03 Aug 2025 18:53:30 +0000 (UTC) [thread overview]
Message-ID: <1754247072.b384b17aa98b43d273410b06d35f16633d0b6bdd.sam@gentoo> (raw)
commit: b384b17aa98b43d273410b06d35f16633d0b6bdd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 3 18:50:09 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 3 18:51:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b384b17a
app-backup/duplicity: drop 3.0.3.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-backup/duplicity/Manifest | 1 -
app-backup/duplicity/duplicity-3.0.3.2.ebuild | 51 ----------------------
.../files/duplicity-3.0.3.2-fix-docs-cmd.patch | 21 ---------
3 files changed, 73 deletions(-)
diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index f54e77e4bc45..bcfd3eec386f 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,2 @@
-DIST duplicity-3.0.3.2.tar.gz 1929330 BLAKE2B 00c33519edca5eb4f4468cf510381b8177a042d86eb1256105c61b42a7e712bad7b57f4a23997d1c85d0ccddb758f53e88fa0d1725fc8fe054a1a54f82cb64c8 SHA512 6c7917fede2b049ef1c6c49778a38dd8bb100cece2f66e49b311057400bca6dc3396ae0598176ec478ad9f0fbc6c896f06fe46b90e3ac0469fb6d5d2ad8bcaab
DIST duplicity-3.0.4.0.tar.gz 1925286 BLAKE2B 99c8b6e9d2d5f6f14254cbbf7f4cbeee097ab258915af1847ab1d6ad18b6a6a66f0db1dc3fc4a1ac6829f3a4019666208f3211bcdf60323370f52cc1ba46236b SHA512 c40f29a38863903f0e0f1930bf44ffcbc0333a94016c5345f28dec146a6a4b9cfa31662cd6cc66690afef0ce611d7cfaaaf245be47cc9f719d8dca7dc7f3f2c5
DIST duplicity-rel.3.0.5.tar.bz2 952327 BLAKE2B a5befdcfbca07655b690c681a7858e181029f6432583006872d9a1fe446a157717d6bfdc8462b087d719548ad8e761efb35b37ee23441bd7ed7830cbf5ed1612 SHA512 c57cd0192989ea98ef297aa5eb1e80f32f885af8c035521fffed115e2bd77af187b726a500e8d2e3f4100b00490cc62079dcba4568ca0d17239763477d3e7cb5
diff --git a/app-backup/duplicity/duplicity-3.0.3.2.ebuild b/app-backup/duplicity/duplicity-3.0.3.2.ebuild
deleted file mode 100644
index d00fd62eff44..000000000000
--- a/app-backup/duplicity/duplicity-3.0.3.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_10 python3_11 python3_12 python3_13 )
-DISTUTILS_USE_PEP517=setuptools
-DISTUTILS_EXT=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="https://duplicity.gitlab.io/"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-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}]
- s3? ( dev-python/boto3[${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-3.0.3.2-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-3.0.3.2-fix-docs-cmd.patch
deleted file mode 100644
index 9836217b394d..000000000000
--- a/app-backup/duplicity/files/duplicity-3.0.3.2-fix-docs-cmd.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/setup.py 2024-12-22 08:12:58.285362768 -0500
-+++ b/setup.py 2024-12-22 08:13:31.138806077 -0500
-@@ -113,18 +113,6 @@
- "man/duplicity.1",
- ],
- ),
-- (
-- f"share/doc/duplicity-{Version}",
-- [
-- "CHANGELOG.md",
-- "AUTHORS.md",
-- "COPYING",
-- "README.md",
-- "README-LOG.md",
-- "README-REPO.md",
-- "README-TESTING.md",
-- ],
-- ),
- ]
-
- # short circuit fot READTHEDOCS
next reply other threads:[~2025-08-03 18:53 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-03 18:53 Sam James [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-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-09-01 20:20 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=1754247072.b384b17aa98b43d273410b06d35f16633d0b6bdd.sam@gentoo \
--to=sam@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