Gentoo Archives: gentoo-commits

From: Richard Freeman <rich0@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/
Date: Tue, 25 May 2021 14:28:13
Message-Id: 1621952829.bf784961992ed85dbf9cb237c9d08d2d64cde0ab.rich0@gentoo
1 commit: bf784961992ed85dbf9cb237c9d08d2d64cde0ab
2 Author: Richard Freeman <rich0 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 14:26:55 2021 +0000
4 Commit: Richard Freeman <rich0 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 14:27:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf784961
7
8 app-backup/duplicity: clean old versions
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org>
12
13 app-backup/duplicity/Manifest | 2 -
14 app-backup/duplicity/duplicity-0.8.15.ebuild | 51 ----------------------
15 app-backup/duplicity/duplicity-0.8.18.ebuild | 51 ----------------------
16 .../files/duplicity-0.8.15-fix-docs-cmd.patch | 29 ------------
17 .../files/duplicity-0.8.18-fix-docs-cmd.patch | 28 ------------
18 5 files changed, 161 deletions(-)
19
20 diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
21 index 539c5ae9067..98873ef5f97 100644
22 --- a/app-backup/duplicity/Manifest
23 +++ b/app-backup/duplicity/Manifest
24 @@ -1,4 +1,2 @@
25 -DIST duplicity-0.8.15.tar.gz 1482647 BLAKE2B e1ddd4232611ad5fcf8faa5135c925aef68a21eb9dec50de7194562a0d4871e9c58132faf9340f71367025dcc84cbc6f1aae69bd37cae294d4200a8ca8b796b3 SHA512 2d048377c839ae56fc2828997c9aa7ba8c339e815e1e2ae738652037508ec276a2c72583687da34408fadd4839011e242b51bc73cca954227fc51db5683c258c
26 DIST duplicity-0.8.17.tar.gz 1351433 BLAKE2B 39c87c421bb8a4bf27e60c16b6dde559ed4468a1062f02623d8e37deb62e63101b6fb5524e5a991139d39422cab2803b89007bf1ca5819817ab3b53d5318b88c SHA512 6f9f6b45953d2bc7ed403d68bdc419f384e07f831c783af720f15f88b100f5becb3f83f65cfc715b02686c24d18c5ec8f80c27789d1ec01cdc8efefa7590c211
27 -DIST duplicity-0.8.18.tar.gz 1352646 BLAKE2B 9703ad0780d6bd7db970941f529192132f1b7c138c72831cfdeb1b703dc9d952e28cf453a77a62babc872ec57d9193fa7293607401e278d12ec8143f779d2a60 SHA512 fd9dc472e4145725de343a3195ca8c898570ec492d46bc385d354c40b2c31e7c0da1f6e15e2a4a391d35926ae77e854992f4c973e55b072006c3f6489e27408f
28 DIST duplicity-0.8.19.tar.gz 1372739 BLAKE2B 6a5a642597529eea37c7224cbfdd115db42c16f6391e553454f8f82cea86240bbd68a62513129496a1f978411fdeec50c3d918bb99b470fa1444fd77e7e6c9b7 SHA512 c1a1f5894f8b94ac61bd98270f138c58ef5a68f3624e7e88224b15539ca6e08874df9cebb36b10167d133b1af6a93b29e7bf4084c348b9cd7914ff24415be57c
29
30 diff --git a/app-backup/duplicity/duplicity-0.8.15.ebuild b/app-backup/duplicity/duplicity-0.8.15.ebuild
31 deleted file mode 100644
32 index 8f7cf391d02..00000000000
33 --- a/app-backup/duplicity/duplicity-0.8.15.ebuild
34 +++ /dev/null
35 @@ -1,51 +0,0 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -PYTHON_COMPAT=( python3_7 python3_8 )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Secure backup system using gnupg to encrypt data"
45 -HOMEPAGE="https://www.nongnu.org/duplicity/"
46 -SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 1-2)-series/$(ver_cut 1-3)/+download/${P}.tar.gz"
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
51 -IUSE="s3 test"
52 -
53 -CDEPEND="
54 - net-libs/librsync
55 - app-crypt/gnupg
56 - dev-python/fasteners[${PYTHON_USEDEP}]
57 -"
58 -DEPEND="${CDEPEND}
59 - dev-python/setuptools[${PYTHON_USEDEP}]
60 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
61 - test? (
62 - app-arch/par2cmdline
63 - dev-python/mock[${PYTHON_USEDEP}]
64 - dev-python/pexpect[${PYTHON_USEDEP}]
65 - )
66 -"
67 -RDEPEND="${CDEPEND}
68 - dev-python/paramiko[${PYTHON_USEDEP}]
69 - dev-python/future[${PYTHON_USEDEP}]
70 - s3? ( dev-python/boto[${PYTHON_USEDEP}] )
71 -"
72 -
73 -RESTRICT="test"
74 -
75 -PATCHES=(
76 - "${FILESDIR}/${P}-fix-docs-cmd.patch"
77 -)
78 -
79 -python_test() {
80 - esetup.py test
81 -}
82 -
83 -pkg_postinst() {
84 - elog "Duplicity has many optional dependencies to support various backends."
85 - elog "Currently it's up to you to install them as necessary."
86 -}
87
88 diff --git a/app-backup/duplicity/duplicity-0.8.18.ebuild b/app-backup/duplicity/duplicity-0.8.18.ebuild
89 deleted file mode 100644
90 index 4b901f06dcd..00000000000
91 --- a/app-backup/duplicity/duplicity-0.8.18.ebuild
92 +++ /dev/null
93 @@ -1,51 +0,0 @@
94 -# Copyright 1999-2021 Gentoo Authors
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=7
98 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
99 -
100 -inherit distutils-r1
101 -
102 -DESCRIPTION="Secure backup system using gnupg to encrypt data"
103 -HOMEPAGE="https://www.nongnu.org/duplicity/"
104 -SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 1-2)-series/$(ver_cut 1-3)/+download/${P}.tar.gz"
105 -
106 -LICENSE="GPL-3"
107 -SLOT="0"
108 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
109 -IUSE="s3 test"
110 -
111 -CDEPEND="
112 - net-libs/librsync
113 - app-crypt/gnupg
114 - dev-python/fasteners[${PYTHON_USEDEP}]
115 -"
116 -DEPEND="${CDEPEND}
117 - dev-python/setuptools[${PYTHON_USEDEP}]
118 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
119 - test? (
120 - app-arch/par2cmdline
121 - dev-python/mock[${PYTHON_USEDEP}]
122 - dev-python/pexpect[${PYTHON_USEDEP}]
123 - )
124 -"
125 -RDEPEND="${CDEPEND}
126 - dev-python/paramiko[${PYTHON_USEDEP}]
127 - dev-python/future[${PYTHON_USEDEP}]
128 - s3? ( dev-python/boto[${PYTHON_USEDEP}] )
129 -"
130 -
131 -RESTRICT="test"
132 -
133 -PATCHES=(
134 - "${FILESDIR}/${P}-fix-docs-cmd.patch"
135 -)
136 -
137 -python_test() {
138 - esetup.py test
139 -}
140 -
141 -pkg_postinst() {
142 - elog "Duplicity has many optional dependencies to support various backends."
143 - elog "Currently it's up to you to install them as necessary."
144 -}
145
146 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
147 deleted file mode 100644
148 index 0f8277cc7f3..00000000000
149 --- a/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch
150 +++ /dev/null
151 @@ -1,29 +0,0 @@
152 ---- duplicity-0.8.15/setup.py 2020-09-01 15:45:48.664058429 -0400
153 -+++ duplicity-0.8.15/setup.py 2020-09-01 15:46:44.745709363 -0400
154 -@@ -93,18 +93,6 @@
155 - u'bin/rdiffdir.1'
156 - ]
157 - ),
158 -- (u'share/doc/duplicity-%s' % Version,
159 -- [
160 -- u'AUTHORS',
161 -- u'CHANGELOG',
162 -- u'Changelog.GNU',
163 -- u'COPYING',
164 -- u'README',
165 -- u'README-LOG',
166 -- u'README-REPO',
167 -- u'README-TESTING',
168 -- ],
169 -- ),
170 - ]
171 -
172 - if not os.environ.get(u'READTHEDOCS') == u'True':
173 -@@ -340,7 +328,6 @@
174 - ],
175 - test_suite=u"testing",
176 - cmdclass={
177 -- u"build_scripts": BuildScriptsCommand,
178 - u"install": InstallCommand,
179 - u"install_data": InstallDataCommand,
180 - u"sdist": SdistCommand,
181
182 diff --git a/app-backup/duplicity/files/duplicity-0.8.18-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.18-fix-docs-cmd.patch
183 deleted file mode 100644
184 index a0fce6b2c5d..00000000000
185 --- a/app-backup/duplicity/files/duplicity-0.8.18-fix-docs-cmd.patch
186 +++ /dev/null
187 @@ -1,28 +0,0 @@
188 ---- duplicity-0.8.17/setup.py 2020-11-24 19:32:40.089024404 -0500
189 -+++ duplicity-0.8.17/setup.py 2020-11-24 19:33:32.326309755 -0500
190 -@@ -93,17 +93,6 @@
191 - u'bin/rdiffdir.1'
192 - ]
193 - ),
194 -- (u'share/doc/duplicity-%s' % Version,
195 -- [
196 -- u'AUTHORS',
197 -- u'CHANGELOG.md',
198 -- u'COPYING',
199 -- u'README.md',
200 -- u'README-LOG.md',
201 -- u'README-REPO.md',
202 -- u'README-TESTING.md',
203 -- ],
204 -- ),
205 - ]
206 -
207 - if not os.environ.get(u'READTHEDOCS') == u'True':
208 -@@ -339,7 +328,6 @@
209 - ],
210 - test_suite=u"testing",
211 - cmdclass={
212 -- u"build_scripts": BuildScriptsCommand,
213 - u"install": InstallCommand,
214 - u"install_data": InstallDataCommand,
215 - u"sdist": SdistCommand,