[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2024-06-24 Thread Richard Freeman
commit: 2b0c0199a2230ecd9031a5236a967db7fc17c60b
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Jun 24 13:47:01 2024 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Jun 24 13:47:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0c0199

app-backup/duplicity: drop 2.1.1

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 -
 app-backup/duplicity/duplicity-2.1.1.ebuild| 51 --
 .../files/duplicity-2.1.1-fix-docs-cmd.patch   | 20 -
 3 files changed, 72 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index c1fe29df8a67..a2145990b46a 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,4 +1,3 @@
-DIST duplicity-2.1.1.tar.gz 1420132 BLAKE2B 
35cfa7c6c2caa647f3b2046783185973203b5d838c0d1a1a8e24982f1c7f74a1d025e0b0740c0c7bc14d516c59d3e691a2712b19b30882e9dbb411cecb90f4be
 SHA512 
fb19b1723e1e220ca72a41c3678ca29d889b2315c7fd043334d55cc2040d991e66480d71c6cc3f2ee5d17d9e1d9fb24ddc4c0ed771bbbefb6f1f6aa14cbe0347
 DIST duplicity-2.1.4.tar.gz 1556341 BLAKE2B 
d8302a7097519fd593fc05c8390101e615eaf11333e9d15e1ba7756b8ed9764709db80df41c741ee39eda0fa6de22c910b53db32d558c1ab09867c66724a056c
 SHA512 
91804c6f4dc13d700cbe4747317f9611f530996de8a22a0907d714fb6f8a7fadc3371c270a2257c24324c0233bb4501a4b7d33aea7631862568c8530f7173ef1
 DIST duplicity-2.2.3.tar.gz 1978008 BLAKE2B 
29a88eb059c3dd6faa7d08d52216cd0f9d96255eae1e613e2c5432bf8f36ad014484953e20b4a0dfaa2704dd6ac426a3285ff40a8cc82f287a8a89199df5a2c5
 SHA512 
b667092317899674c5e9d4b221815f24a7eae177d3d2b6d298f07d3e2d4a7badd6c976a6317331b7c6cea940a7885a3da397ab7197d5fd671d33278316f86916
 DIST duplicity-3.0.0.tar.gz 1943808 BLAKE2B 
880f3944de7599c6e730f8b37f40d086d7332e7c8f5885e8477bf46b00832675eb89cbf58944f1134f8ab40ecadc4ae7b159131ebca0a910be4975f0510620da
 SHA512 
59c19ffd46057b519f73f6e3715d6d8790d435966da66c1ea368e35217244fa478f9f1b8be96edbe081f7844d0dd497ec2b55efc1b8b4c6ca5a8d2c5e78a1a44

diff --git a/app-backup/duplicity/duplicity-2.1.1.ebuild 
b/app-backup/duplicity/duplicity-2.1.1.ebuild
deleted file mode 100644
index 5912d6e8f64c..
--- a/app-backup/duplicity/duplicity-2.1.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_10 python3_11 )
-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-2.1.1-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-2.1.1-fix-docs-cmd.patch
deleted file mode 100644
index bd8f96e6af79..
--- a/app-backup/duplicity/files/duplicity-2.1.1-fix-docs-cmd.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 duplicity-2.1.1/setup.py.orig  2023-09-14 08:33:42.698029208 -0400
-+++ duplicity-2.1.1/setup.py   2023-09-14 08:34:18.730539149 -0400
-@@ -92,17 +92,6 @@
- 'bin/duplicity.1',
- ]
- ),
--(f'share/doc/duplicity-{Version}',
--[
--'CHANGELOG.md',
--'CONTRIBUTING.md',
--'COPYING',
--'README.md',
--'README-LOG.md',
--'README-REPO.md',
--'README-TESTING.md',
--],
--),
- ]
- 
- # short circuit fot READTHEDOCS



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2024-06-24 Thread Richard Freeman
commit: 6ccd8c945cb1e6ebfc5f3f1e95cca30f6c9accf8
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Jun 24 13:46:13 2024 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Jun 24 13:47:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccd8c94

app-backup/duplicity: add 3.0.0

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-3.0.0.ebuild| 51 ++
 .../files/duplicity-3.0.0-fix-docs-cmd.patch   | 23 ++
 3 files changed, 75 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 945214bd10d2..c1fe29df8a67 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,4 @@
 DIST duplicity-2.1.1.tar.gz 1420132 BLAKE2B 
35cfa7c6c2caa647f3b2046783185973203b5d838c0d1a1a8e24982f1c7f74a1d025e0b0740c0c7bc14d516c59d3e691a2712b19b30882e9dbb411cecb90f4be
 SHA512 
fb19b1723e1e220ca72a41c3678ca29d889b2315c7fd043334d55cc2040d991e66480d71c6cc3f2ee5d17d9e1d9fb24ddc4c0ed771bbbefb6f1f6aa14cbe0347
 DIST duplicity-2.1.4.tar.gz 1556341 BLAKE2B 
d8302a7097519fd593fc05c8390101e615eaf11333e9d15e1ba7756b8ed9764709db80df41c741ee39eda0fa6de22c910b53db32d558c1ab09867c66724a056c
 SHA512 
91804c6f4dc13d700cbe4747317f9611f530996de8a22a0907d714fb6f8a7fadc3371c270a2257c24324c0233bb4501a4b7d33aea7631862568c8530f7173ef1
 DIST duplicity-2.2.3.tar.gz 1978008 BLAKE2B 
29a88eb059c3dd6faa7d08d52216cd0f9d96255eae1e613e2c5432bf8f36ad014484953e20b4a0dfaa2704dd6ac426a3285ff40a8cc82f287a8a89199df5a2c5
 SHA512 
b667092317899674c5e9d4b221815f24a7eae177d3d2b6d298f07d3e2d4a7badd6c976a6317331b7c6cea940a7885a3da397ab7197d5fd671d33278316f86916
+DIST duplicity-3.0.0.tar.gz 1943808 BLAKE2B 
880f3944de7599c6e730f8b37f40d086d7332e7c8f5885e8477bf46b00832675eb89cbf58944f1134f8ab40ecadc4ae7b159131ebca0a910be4975f0510620da
 SHA512 
59c19ffd46057b519f73f6e3715d6d8790d435966da66c1ea368e35217244fa478f9f1b8be96edbe081f7844d0dd497ec2b55efc1b8b4c6ca5a8d2c5e78a1a44

diff --git a/app-backup/duplicity/duplicity-3.0.0.ebuild 
b/app-backup/duplicity/duplicity-3.0.0.ebuild
new file mode 100644
index ..71908351c86d
--- /dev/null
+++ b/app-backup/duplicity/duplicity-3.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
+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.0-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-3.0.0-fix-docs-cmd.patch
new file mode 100644
index ..c076be513ca1
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-3.0.0-fix-docs-cmd.patch
@@ -0,0 +1,23 @@
+diff --git a/setup.py.orig b/setup.py
+index 18c1249..cd59517 100755
+--- a/setup.py.orig
 b/setup.py
+@@ -113,18 +113,6 @@ def get_data_files():
+ "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



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2024-04-29 Thread Sam James
commit: 20dbaf9726a1446ffc111a7faa048c0143fcc689
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 29 20:22:15 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 29 20:22:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20dbaf97

app-backup/duplicity: Stabilize 2.2.3 x86, #930942

Signed-off-by: Sam James  gentoo.org>

 app-backup/duplicity/duplicity-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-2.2.3.ebuild 
b/app-backup/duplicity/duplicity-2.2.3.ebuild
index 0594bd819a43..76475155c786 100644
--- a/app-backup/duplicity/duplicity-2.2.3.ebuild
+++ b/app-backup/duplicity/duplicity-2.2.3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://duplicity.gitlab.io/;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2024-04-29 Thread Richard Freeman
commit: 0f5b07d5d4f94d5088198ddd207dd664fae9ea27
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Apr 29 19:15:52 2024 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Apr 29 19:17:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5b07d5

app-backup/duplicity: stabilize 2.2.3 for amd64

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-2.2.3.ebuild 
b/app-backup/duplicity/duplicity-2.2.3.ebuild
index 71908351c86d..0594bd819a43 100644
--- a/app-backup/duplicity/duplicity-2.2.3.ebuild
+++ b/app-backup/duplicity/duplicity-2.2.3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://duplicity.gitlab.io/;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2024-03-29 Thread Richard Freeman
commit: 0692ee17f584257f8e0dce50e2849c823bf02b81
Author: Richard Freeman  gentoo  org>
AuthorDate: Fri Mar 29 11:18:50 2024 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Fri Mar 29 11:19:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0692ee17

app-backup/duplicity: add 2.2.3

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-2.2.3.ebuild| 51 ++
 .../files/duplicity-2.2.3-fix-docs-cmd.patch   | 21 +
 3 files changed, 73 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 7e9e1a4f388a..945214bd10d2 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,2 +1,3 @@
 DIST duplicity-2.1.1.tar.gz 1420132 BLAKE2B 
35cfa7c6c2caa647f3b2046783185973203b5d838c0d1a1a8e24982f1c7f74a1d025e0b0740c0c7bc14d516c59d3e691a2712b19b30882e9dbb411cecb90f4be
 SHA512 
fb19b1723e1e220ca72a41c3678ca29d889b2315c7fd043334d55cc2040d991e66480d71c6cc3f2ee5d17d9e1d9fb24ddc4c0ed771bbbefb6f1f6aa14cbe0347
 DIST duplicity-2.1.4.tar.gz 1556341 BLAKE2B 
d8302a7097519fd593fc05c8390101e615eaf11333e9d15e1ba7756b8ed9764709db80df41c741ee39eda0fa6de22c910b53db32d558c1ab09867c66724a056c
 SHA512 
91804c6f4dc13d700cbe4747317f9611f530996de8a22a0907d714fb6f8a7fadc3371c270a2257c24324c0233bb4501a4b7d33aea7631862568c8530f7173ef1
+DIST duplicity-2.2.3.tar.gz 1978008 BLAKE2B 
29a88eb059c3dd6faa7d08d52216cd0f9d96255eae1e613e2c5432bf8f36ad014484953e20b4a0dfaa2704dd6ac426a3285ff40a8cc82f287a8a89199df5a2c5
 SHA512 
b667092317899674c5e9d4b221815f24a7eae177d3d2b6d298f07d3e2d4a7badd6c976a6317331b7c6cea940a7885a3da397ab7197d5fd671d33278316f86916

diff --git a/app-backup/duplicity/duplicity-2.2.3.ebuild 
b/app-backup/duplicity/duplicity-2.2.3.ebuild
new file mode 100644
index ..71908351c86d
--- /dev/null
+++ b/app-backup/duplicity/duplicity-2.2.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
+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-2.2.3-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-2.2.3-fix-docs-cmd.patch
new file mode 100644
index ..13e4d909f46a
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-2.2.3-fix-docs-cmd.patch
@@ -0,0 +1,21 @@
+--- a/setup.py 2024-03-29 07:04:27.847027200 -0400
 b/setup.py 2024-03-29 07:05:03.924506321 -0400
+@@ -93,18 +93,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



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/, app-backup/duplicity/

2023-12-25 Thread Richard Freeman
commit: 9ff91f22e08064ebc8a396c7c36b620d3a017f38
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Dec 25 19:48:36 2023 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Dec 25 19:48:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff91f22

app-backup/duplicity: drop 1.2.3

Closes: https://bugs.gentoo.org/888273
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 -
 app-backup/duplicity/duplicity-1.2.3.ebuild| 51 --
 .../files/duplicity-1.0.1-fix-docs-cmd.patch   | 20 -
 .../files/duplicity-1.2.2-fix-docs-cmd.patch   | 20 -
 .../files/duplicity-1.2.3-fix-docs-cmd.patch   | 20 -
 5 files changed, 112 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 3c895fddaa2e..7e9e1a4f388a 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,2 @@
-DIST duplicity-1.2.3.tar.gz 1438570 BLAKE2B 
12afa69f537d2207343c1638df1cf69ad3e170b2f1368e5d8b86716ccc67564834798e2076a90f021bae8f1d8574ff50f0615fd873cdcddf1399349974d8d4c2
 SHA512 
d2a31b4ed2c0a188d6d2ac543d3d4a474b4c10028a3005b26f57bd57e8c7441eb96e361aa9805fedc6aa09e76e86d3d1e99800669dfb7b2510233e2c0aba15de
 DIST duplicity-2.1.1.tar.gz 1420132 BLAKE2B 
35cfa7c6c2caa647f3b2046783185973203b5d838c0d1a1a8e24982f1c7f74a1d025e0b0740c0c7bc14d516c59d3e691a2712b19b30882e9dbb411cecb90f4be
 SHA512 
fb19b1723e1e220ca72a41c3678ca29d889b2315c7fd043334d55cc2040d991e66480d71c6cc3f2ee5d17d9e1d9fb24ddc4c0ed771bbbefb6f1f6aa14cbe0347
 DIST duplicity-2.1.4.tar.gz 1556341 BLAKE2B 
d8302a7097519fd593fc05c8390101e615eaf11333e9d15e1ba7756b8ed9764709db80df41c741ee39eda0fa6de22c910b53db32d558c1ab09867c66724a056c
 SHA512 
91804c6f4dc13d700cbe4747317f9611f530996de8a22a0907d714fb6f8a7fadc3371c270a2257c24324c0233bb4501a4b7d33aea7631862568c8530f7173ef1

diff --git a/app-backup/duplicity/duplicity-1.2.3.ebuild 
b/app-backup/duplicity/duplicity-1.2.3.ebuild
deleted file mode 100644
index f8569946b908..
--- a/app-backup/duplicity/duplicity-1.2.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_10 python3_11 )
-DISTUTILS_USE_PEP517=setuptools
-
-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}]
-   dev-python/future[${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-1.0.1-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-1.0.1-fix-docs-cmd.patch
deleted file mode 100644
index e1382720d17e..
--- a/app-backup/duplicity/files/duplicity-1.0.1-fix-docs-cmd.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 duplicity-rel.1.0.1/setup.py   2022-03-19 15:08:36.755624771 -0400
-+++ duplicity-rel.1.0.1/setup.py   2022-03-19 15:09:38.332763172 -0400
-@@ -94,17 +94,6 @@
- u'bin/rdiffdir.1'
- ]
- ),
--(u'share/doc/duplicity-%s' % Version,
--[
--u'CHANGELOG.md',
--u'CONTRIBUTING.md',
--u'COPYING',
--u'README.md',
--u'README-LOG.md',
--u'README-REPO.md',
--u'README-TESTING.md',
--],
--),
- ]
- 
- if not os.environ.get(u'READTHEDOCS') == u'True':

diff --git a/app-backup/duplicity/files/duplicity-1.2.2-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-1.2.2-fix-docs-cmd.patch
deleted file mode 100644
index 7ac49ecacd86..
--- a/app-backup/duplicity/files/duplicity-1.2.2-fix-docs-cmd.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 duplicity-1.2.2/setup.py   2023-05-01 09:21:01.020192022 -0400
-+++ duplicity-1.2.2/setup.py   2023-05-01 09:21:51.268882266 -0400
-@@ -95,17 +95,6 @@
- u'bin/rdiffdir.1'
- ]
- ),
--

[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2023-12-25 Thread Arthur Zamarin
commit: 4a4a68ffa0da9604fd78c3c326954a51624803f9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Dec 25 19:16:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Dec 25 19:16:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4a68ff

app-backup/duplicity: Stabilize 2.1.1 x86, #920672

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-backup/duplicity/duplicity-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-2.1.1.ebuild 
b/app-backup/duplicity/duplicity-2.1.1.ebuild
index cc8bfbda51fd..5912d6e8f64c 100644
--- a/app-backup/duplicity/duplicity-2.1.1.ebuild
+++ b/app-backup/duplicity/duplicity-2.1.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://duplicity.gitlab.io/;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2023-12-24 Thread Richard Freeman
commit: 7b07d813896705ba8b5de1c203385dbac23139e9
Author: Richard Freeman  gentoo  org>
AuthorDate: Sun Dec 24 22:08:37 2023 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sun Dec 24 22:08:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b07d813

app-backup/duplicity: drop 1.0.1-r1, 1.2.2

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  2 -
 app-backup/duplicity/duplicity-1.0.1-r1.ebuild | 50 -
 app-backup/duplicity/duplicity-1.2.2.ebuild| 51 --
 3 files changed, 103 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 58702dcd9ee9..3c895fddaa2e 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,5 +1,3 @@
-DIST duplicity-1.0.1.tar.gz 1928618 BLAKE2B 
f7ffdd488e42219b66b6174dbb944283d02910f57cae9fcf849e8f5363986664a49ba7e316d6b3efdce89deec7e4c6a65a95bcb365fa23b928244b5e8f29d48b
 SHA512 
dab8341b990b1899de6080f2539681f0a84f1875fabf04ccd68908e8dcdf55cd31f26d1431488b49ac6b048a1e7ff2e0a0afa27f6eccfd6a20f47dd7193b4563
-DIST duplicity-1.2.2.tar.gz 1427493 BLAKE2B 
d30f91054c59695483a60a684ebc11440b1a490dc635fdc856d7e3e75d7c3b8bc3f8680ecec0af435fe3064c292c6ff0db392e6bb33c682e9527561196e842e1
 SHA512 
5da4addd0742afa93c62c506f49235b396a7d4bb6576bfd5ec223e04936072ef92e874c533f0f7ece3c1460bf017c2e1875d4ed5c08181113e2509dd28b4521b
 DIST duplicity-1.2.3.tar.gz 1438570 BLAKE2B 
12afa69f537d2207343c1638df1cf69ad3e170b2f1368e5d8b86716ccc67564834798e2076a90f021bae8f1d8574ff50f0615fd873cdcddf1399349974d8d4c2
 SHA512 
d2a31b4ed2c0a188d6d2ac543d3d4a474b4c10028a3005b26f57bd57e8c7441eb96e361aa9805fedc6aa09e76e86d3d1e99800669dfb7b2510233e2c0aba15de
 DIST duplicity-2.1.1.tar.gz 1420132 BLAKE2B 
35cfa7c6c2caa647f3b2046783185973203b5d838c0d1a1a8e24982f1c7f74a1d025e0b0740c0c7bc14d516c59d3e691a2712b19b30882e9dbb411cecb90f4be
 SHA512 
fb19b1723e1e220ca72a41c3678ca29d889b2315c7fd043334d55cc2040d991e66480d71c6cc3f2ee5d17d9e1d9fb24ddc4c0ed771bbbefb6f1f6aa14cbe0347
 DIST duplicity-2.1.4.tar.gz 1556341 BLAKE2B 
d8302a7097519fd593fc05c8390101e615eaf11333e9d15e1ba7756b8ed9764709db80df41c741ee39eda0fa6de22c910b53db32d558c1ab09867c66724a056c
 SHA512 
91804c6f4dc13d700cbe4747317f9611f530996de8a22a0907d714fb6f8a7fadc3371c270a2257c24324c0233bb4501a4b7d33aea7631862568c8530f7173ef1

diff --git a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild 
b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
deleted file mode 100644
index 6409f16b3d9e..
--- a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_10 python3_11 )
-
-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}]
-   dev-python/future[${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/duplicity-1.2.2.ebuild 
b/app-backup/duplicity/duplicity-1.2.2.ebuild
deleted file mode 100644
index fc665542a7f1..
--- a/app-backup/duplicity/duplicity-1.2.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_10 python3_11 )
-DISTUTILS_USE_PEP517=setuptools
-
-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}]
-   )

[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2023-12-24 Thread Richard Freeman
commit: d3642b12bacfd9abc4114bdc081b4399c14c5f0f
Author: Richard Freeman  gentoo  org>
AuthorDate: Sun Dec 24 22:05:37 2023 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sun Dec 24 22:05:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3642b12

app-backup/duplicity: stabilize 2.1.1 for amd64

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-2.1.1.ebuild 
b/app-backup/duplicity/duplicity-2.1.1.ebuild
index 003ceb5ad3d3..cc8bfbda51fd 100644
--- a/app-backup/duplicity/duplicity-2.1.1.ebuild
+++ b/app-backup/duplicity/duplicity-2.1.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://duplicity.gitlab.io/;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2023-12-12 Thread Richard Freeman
commit: 0eef54e7867f958ea881984fa7898a507fa35d74
Author: Jack Todaro  posteo  org>
AuthorDate: Sun Dec 10 21:31:11 2023 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue Dec 12 14:47:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eef54e7

app-backup/duplicity: add 2.1.4

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-2.1.4.ebuild| 51 ++
 .../files/duplicity-2.1.4-fix-docs-cmd.patch   | 23 ++
 3 files changed, 75 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 3a344fe54bd9..0d6b2badc82f 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -3,3 +3,4 @@ DIST duplicity-1.2.2.tar.gz 1427493 BLAKE2B 
d30f91054c59695483a60a684ebc11440b1a
 DIST duplicity-1.2.3.tar.gz 1438570 BLAKE2B 
12afa69f537d2207343c1638df1cf69ad3e170b2f1368e5d8b86716ccc67564834798e2076a90f021bae8f1d8574ff50f0615fd873cdcddf1399349974d8d4c2
 SHA512 
d2a31b4ed2c0a188d6d2ac543d3d4a474b4c10028a3005b26f57bd57e8c7441eb96e361aa9805fedc6aa09e76e86d3d1e99800669dfb7b2510233e2c0aba15de
 DIST duplicity-2.1.0.tar.gz 1502980 BLAKE2B 
eb90898b75128cd4140f0ab49172da439b675cb512b03c7a449db295ffb6e0beee3fcf364e69c9303b094ab5572a4bf72fb4fbbbfdec29bc3ab40812ab8f
 SHA512 
c8777903935391b0968aeea562202a175625d6c2cac5cfab422ec0c9c002652b34f14f74a820971a74b2f62c58efea49d37bef3918943210fe623a12278f4ce8
 DIST duplicity-2.1.1.tar.gz 1420132 BLAKE2B 
35cfa7c6c2caa647f3b2046783185973203b5d838c0d1a1a8e24982f1c7f74a1d025e0b0740c0c7bc14d516c59d3e691a2712b19b30882e9dbb411cecb90f4be
 SHA512 
fb19b1723e1e220ca72a41c3678ca29d889b2315c7fd043334d55cc2040d991e66480d71c6cc3f2ee5d17d9e1d9fb24ddc4c0ed771bbbefb6f1f6aa14cbe0347
+DIST duplicity-2.1.4.tar.gz 1556341 BLAKE2B 
d8302a7097519fd593fc05c8390101e615eaf11333e9d15e1ba7756b8ed9764709db80df41c741ee39eda0fa6de22c910b53db32d558c1ab09867c66724a056c
 SHA512 
91804c6f4dc13d700cbe4747317f9611f530996de8a22a0907d714fb6f8a7fadc3371c270a2257c24324c0233bb4501a4b7d33aea7631862568c8530f7173ef1

diff --git a/app-backup/duplicity/duplicity-2.1.4.ebuild 
b/app-backup/duplicity/duplicity-2.1.4.ebuild
new file mode 100644
index ..003ceb5ad3d3
--- /dev/null
+++ b/app-backup/duplicity/duplicity-2.1.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_10 python3_11 )
+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-2.1.4-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-2.1.4-fix-docs-cmd.patch
new file mode 100644
index ..367f8e51c483
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-2.1.4-fix-docs-cmd.patch
@@ -0,0 +1,23 @@
+diff --git a/setup.py b/setup.py
+index 6711c8a1..2bc0bd95 100755
+--- a/setup.py
 b/setup.py
+@@ -108,18 +108,6 @@ def get_data_files():
+ "bin/duplicity.1",
+ ],
+ ),
+-(
+-f"share/doc/duplicity-{Version}",
+-[
+-"CHANGELOG.md",
+-"CONTRIBUTING.md",
+-"COPYING",
+-"README.md",
+-"README-LOG.md",
+-"README-REPO.md",
+-"README-TESTING.md",
+-],
+-),
+ ]
+ 
+ # short circuit fot READTHEDOCS



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2023-12-12 Thread Richard Freeman
commit: 5900363bc37a471fd5ad1cf1718dd931830982f9
Author: Jack Todaro  posteo  org>
AuthorDate: Sun Dec 10 21:31:50 2023 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue Dec 12 14:47:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5900363b

app-backup/duplicity: drop 2.1.0

Signed-off-by: Jack Todaro  posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/34224
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 -
 app-backup/duplicity/duplicity-2.1.0.ebuild| 51 --
 .../files/duplicity-2.1.0-fix-docs-cmd.patch   | 20 -
 3 files changed, 72 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 0d6b2badc82f..58702dcd9ee9 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,6 +1,5 @@
 DIST duplicity-1.0.1.tar.gz 1928618 BLAKE2B 
f7ffdd488e42219b66b6174dbb944283d02910f57cae9fcf849e8f5363986664a49ba7e316d6b3efdce89deec7e4c6a65a95bcb365fa23b928244b5e8f29d48b
 SHA512 
dab8341b990b1899de6080f2539681f0a84f1875fabf04ccd68908e8dcdf55cd31f26d1431488b49ac6b048a1e7ff2e0a0afa27f6eccfd6a20f47dd7193b4563
 DIST duplicity-1.2.2.tar.gz 1427493 BLAKE2B 
d30f91054c59695483a60a684ebc11440b1a490dc635fdc856d7e3e75d7c3b8bc3f8680ecec0af435fe3064c292c6ff0db392e6bb33c682e9527561196e842e1
 SHA512 
5da4addd0742afa93c62c506f49235b396a7d4bb6576bfd5ec223e04936072ef92e874c533f0f7ece3c1460bf017c2e1875d4ed5c08181113e2509dd28b4521b
 DIST duplicity-1.2.3.tar.gz 1438570 BLAKE2B 
12afa69f537d2207343c1638df1cf69ad3e170b2f1368e5d8b86716ccc67564834798e2076a90f021bae8f1d8574ff50f0615fd873cdcddf1399349974d8d4c2
 SHA512 
d2a31b4ed2c0a188d6d2ac543d3d4a474b4c10028a3005b26f57bd57e8c7441eb96e361aa9805fedc6aa09e76e86d3d1e99800669dfb7b2510233e2c0aba15de
-DIST duplicity-2.1.0.tar.gz 1502980 BLAKE2B 
eb90898b75128cd4140f0ab49172da439b675cb512b03c7a449db295ffb6e0beee3fcf364e69c9303b094ab5572a4bf72fb4fbbbfdec29bc3ab40812ab8f
 SHA512 
c8777903935391b0968aeea562202a175625d6c2cac5cfab422ec0c9c002652b34f14f74a820971a74b2f62c58efea49d37bef3918943210fe623a12278f4ce8
 DIST duplicity-2.1.1.tar.gz 1420132 BLAKE2B 
35cfa7c6c2caa647f3b2046783185973203b5d838c0d1a1a8e24982f1c7f74a1d025e0b0740c0c7bc14d516c59d3e691a2712b19b30882e9dbb411cecb90f4be
 SHA512 
fb19b1723e1e220ca72a41c3678ca29d889b2315c7fd043334d55cc2040d991e66480d71c6cc3f2ee5d17d9e1d9fb24ddc4c0ed771bbbefb6f1f6aa14cbe0347
 DIST duplicity-2.1.4.tar.gz 1556341 BLAKE2B 
d8302a7097519fd593fc05c8390101e615eaf11333e9d15e1ba7756b8ed9764709db80df41c741ee39eda0fa6de22c910b53db32d558c1ab09867c66724a056c
 SHA512 
91804c6f4dc13d700cbe4747317f9611f530996de8a22a0907d714fb6f8a7fadc3371c270a2257c24324c0233bb4501a4b7d33aea7631862568c8530f7173ef1

diff --git a/app-backup/duplicity/duplicity-2.1.0.ebuild 
b/app-backup/duplicity/duplicity-2.1.0.ebuild
deleted file mode 100644
index 003ceb5ad3d3..
--- a/app-backup/duplicity/duplicity-2.1.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_10 python3_11 )
-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-2.1.0-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-2.1.0-fix-docs-cmd.patch
deleted file mode 100644
index 538ee80f9604..
--- a/app-backup/duplicity/files/duplicity-2.1.0-fix-docs-cmd.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 duplicity-2.1.0/setup.py   2023-08-30 13:39:42.430023811 -0400
-+++ duplicity-2.1.0/setup.py   2023-08-30 13:41:59.154868245 -0400
-@@ -92,17 +92,6 @@
- 'bin/duplicity.1',
- ]
- ),
--(f'share/doc/duplicity-{Version}',
--[
--'CHANGELOG.md',
--'CONTRIBUTING.md',
--

[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2023-09-14 Thread Richard Freeman
commit: c2be04a04dc1e0e03286914c560d1ddee3e56e46
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu Sep 14 12:37:56 2023 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Sep 14 12:37:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2be04a0

app-backup/duplicity: add 2.1.1

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-2.1.1.ebuild| 51 ++
 .../files/duplicity-2.1.1-fix-docs-cmd.patch   | 20 +
 3 files changed, 72 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 93ecbb9e09d5..3a344fe54bd9 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -2,3 +2,4 @@ DIST duplicity-1.0.1.tar.gz 1928618 BLAKE2B 
f7ffdd488e42219b66b6174dbb944283d029
 DIST duplicity-1.2.2.tar.gz 1427493 BLAKE2B 
d30f91054c59695483a60a684ebc11440b1a490dc635fdc856d7e3e75d7c3b8bc3f8680ecec0af435fe3064c292c6ff0db392e6bb33c682e9527561196e842e1
 SHA512 
5da4addd0742afa93c62c506f49235b396a7d4bb6576bfd5ec223e04936072ef92e874c533f0f7ece3c1460bf017c2e1875d4ed5c08181113e2509dd28b4521b
 DIST duplicity-1.2.3.tar.gz 1438570 BLAKE2B 
12afa69f537d2207343c1638df1cf69ad3e170b2f1368e5d8b86716ccc67564834798e2076a90f021bae8f1d8574ff50f0615fd873cdcddf1399349974d8d4c2
 SHA512 
d2a31b4ed2c0a188d6d2ac543d3d4a474b4c10028a3005b26f57bd57e8c7441eb96e361aa9805fedc6aa09e76e86d3d1e99800669dfb7b2510233e2c0aba15de
 DIST duplicity-2.1.0.tar.gz 1502980 BLAKE2B 
eb90898b75128cd4140f0ab49172da439b675cb512b03c7a449db295ffb6e0beee3fcf364e69c9303b094ab5572a4bf72fb4fbbbfdec29bc3ab40812ab8f
 SHA512 
c8777903935391b0968aeea562202a175625d6c2cac5cfab422ec0c9c002652b34f14f74a820971a74b2f62c58efea49d37bef3918943210fe623a12278f4ce8
+DIST duplicity-2.1.1.tar.gz 1420132 BLAKE2B 
35cfa7c6c2caa647f3b2046783185973203b5d838c0d1a1a8e24982f1c7f74a1d025e0b0740c0c7bc14d516c59d3e691a2712b19b30882e9dbb411cecb90f4be
 SHA512 
fb19b1723e1e220ca72a41c3678ca29d889b2315c7fd043334d55cc2040d991e66480d71c6cc3f2ee5d17d9e1d9fb24ddc4c0ed771bbbefb6f1f6aa14cbe0347

diff --git a/app-backup/duplicity/duplicity-2.1.1.ebuild 
b/app-backup/duplicity/duplicity-2.1.1.ebuild
new file mode 100644
index ..003ceb5ad3d3
--- /dev/null
+++ b/app-backup/duplicity/duplicity-2.1.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_10 python3_11 )
+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-2.1.1-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-2.1.1-fix-docs-cmd.patch
new file mode 100644
index ..bd8f96e6af79
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-2.1.1-fix-docs-cmd.patch
@@ -0,0 +1,20 @@
+--- duplicity-2.1.1/setup.py.orig  2023-09-14 08:33:42.698029208 -0400
 duplicity-2.1.1/setup.py   2023-09-14 08:34:18.730539149 -0400
+@@ -92,17 +92,6 @@
+ 'bin/duplicity.1',
+ ]
+ ),
+-(f'share/doc/duplicity-{Version}',
+-[
+-'CHANGELOG.md',
+-'CONTRIBUTING.md',
+-'COPYING',
+-'README.md',
+-'README-LOG.md',
+-'README-REPO.md',
+-'README-TESTING.md',
+-],
+-),
+ ]
+ 
+ # short circuit fot READTHEDOCS



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2023-08-30 Thread Richard Freeman
commit: a6d242ce273d060eee0d3a5a69cbc58a88b54982
Author: Richard Freeman  gentoo  org>
AuthorDate: Wed Aug 30 18:15:26 2023 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Wed Aug 30 18:15:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d242ce

app-backup/duplicity: add 2.1.0

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-2.1.0.ebuild| 51 ++
 .../files/duplicity-2.1.0-fix-docs-cmd.patch   | 20 +
 3 files changed, 72 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 88a759463af9..93ecbb9e09d5 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,4 @@
 DIST duplicity-1.0.1.tar.gz 1928618 BLAKE2B 
f7ffdd488e42219b66b6174dbb944283d02910f57cae9fcf849e8f5363986664a49ba7e316d6b3efdce89deec7e4c6a65a95bcb365fa23b928244b5e8f29d48b
 SHA512 
dab8341b990b1899de6080f2539681f0a84f1875fabf04ccd68908e8dcdf55cd31f26d1431488b49ac6b048a1e7ff2e0a0afa27f6eccfd6a20f47dd7193b4563
 DIST duplicity-1.2.2.tar.gz 1427493 BLAKE2B 
d30f91054c59695483a60a684ebc11440b1a490dc635fdc856d7e3e75d7c3b8bc3f8680ecec0af435fe3064c292c6ff0db392e6bb33c682e9527561196e842e1
 SHA512 
5da4addd0742afa93c62c506f49235b396a7d4bb6576bfd5ec223e04936072ef92e874c533f0f7ece3c1460bf017c2e1875d4ed5c08181113e2509dd28b4521b
 DIST duplicity-1.2.3.tar.gz 1438570 BLAKE2B 
12afa69f537d2207343c1638df1cf69ad3e170b2f1368e5d8b86716ccc67564834798e2076a90f021bae8f1d8574ff50f0615fd873cdcddf1399349974d8d4c2
 SHA512 
d2a31b4ed2c0a188d6d2ac543d3d4a474b4c10028a3005b26f57bd57e8c7441eb96e361aa9805fedc6aa09e76e86d3d1e99800669dfb7b2510233e2c0aba15de
+DIST duplicity-2.1.0.tar.gz 1502980 BLAKE2B 
eb90898b75128cd4140f0ab49172da439b675cb512b03c7a449db295ffb6e0beee3fcf364e69c9303b094ab5572a4bf72fb4fbbbfdec29bc3ab40812ab8f
 SHA512 
c8777903935391b0968aeea562202a175625d6c2cac5cfab422ec0c9c002652b34f14f74a820971a74b2f62c58efea49d37bef3918943210fe623a12278f4ce8

diff --git a/app-backup/duplicity/duplicity-2.1.0.ebuild 
b/app-backup/duplicity/duplicity-2.1.0.ebuild
new file mode 100644
index ..003ceb5ad3d3
--- /dev/null
+++ b/app-backup/duplicity/duplicity-2.1.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_10 python3_11 )
+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-2.1.0-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-2.1.0-fix-docs-cmd.patch
new file mode 100644
index ..538ee80f9604
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-2.1.0-fix-docs-cmd.patch
@@ -0,0 +1,20 @@
+--- duplicity-2.1.0/setup.py   2023-08-30 13:39:42.430023811 -0400
 duplicity-2.1.0/setup.py   2023-08-30 13:41:59.154868245 -0400
+@@ -92,17 +92,6 @@
+ 'bin/duplicity.1',
+ ]
+ ),
+-(f'share/doc/duplicity-{Version}',
+-[
+-'CHANGELOG.md',
+-'CONTRIBUTING.md',
+-'COPYING',
+-'README.md',
+-'README-LOG.md',
+-'README-REPO.md',
+-'README-TESTING.md',
+-],
+-),
+ ]
+ 
+ # short circuit fot READTHEDOCS



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2023-06-13 Thread Sam James
commit: 46d3d5e6be09967781f0a3164e36c8e351d0cce3
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 14 02:49:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 14 02:49:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d3d5e6

app-backup/duplicity: add pypi upstream metadata

Signed-off-by: Sam James  gentoo.org>

 app-backup/duplicity/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-backup/duplicity/metadata.xml 
b/app-backup/duplicity/metadata.xml
index 89c76aedd611..eb86afd49320 100644
--- a/app-backup/duplicity/metadata.xml
+++ b/app-backup/duplicity/metadata.xml
@@ -8,4 +8,7 @@

Support for backing up to the Amazon S3 
system

+   
+   duplicity
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2023-06-13 Thread Sam James
commit: 01b7a1a56f88f1dea5563599b12e9c9151e45a73
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 14 02:48:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 14 02:48:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b7a1a5

app-backup/duplicity: Stabilize 1.2.3 x86, #908461

Signed-off-by: Sam James  gentoo.org>

 app-backup/duplicity/duplicity-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-1.2.3.ebuild 
b/app-backup/duplicity/duplicity-1.2.3.ebuild
index 4fbbd16c7094..f8569946b908 100644
--- a/app-backup/duplicity/duplicity-1.2.3.ebuild
+++ b/app-backup/duplicity/duplicity-1.2.3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://duplicity.gitlab.io/;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2023-06-13 Thread Richard Freeman
commit: 15660779a3f1054fd9a111916f2c9dce601d632b
Author: Richard Freeman  gentoo  org>
AuthorDate: Tue Jun 13 19:59:54 2023 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue Jun 13 20:00:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15660779

app-backup/duplicity: stabilize 1.2.3 for amd64

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-1.2.3.ebuild 
b/app-backup/duplicity/duplicity-1.2.3.ebuild
index fc665542a7f1..4fbbd16c7094 100644
--- a/app-backup/duplicity/duplicity-1.2.3.ebuild
+++ b/app-backup/duplicity/duplicity-1.2.3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://duplicity.gitlab.io/;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/, app-backup/duplicity/

2023-05-20 Thread Michał Górny
commit: 1914e1782399c35a118b64d94898ce056c068491
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 20 06:19:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 20 06:21:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1914e178

app-backup/duplicity: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-backup/duplicity/Manifest  |  2 -
 app-backup/duplicity/duplicity-0.8.23-r1.ebuild| 51 --
 app-backup/duplicity/duplicity-1.0.0-r1.ebuild | 51 --
 .../files/duplicity-0.8.23-fix-docs-cmd.patch  | 20 -
 .../files/duplicity-1.0.0-fix-docs-cmd.patch   | 20 -
 5 files changed, 144 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 275daa9758d4..88a759463af9 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,5 +1,3 @@
-DIST duplicity-0.8.23.tar.gz 1385252 BLAKE2B 
63042486e6e17d2d93af72f617990c879763d5921e230302f406b4f9e7c57a67284130f9f57849b9ffc8638614b55f0f8abdf6bb20201155b33b72bef952ec9f
 SHA512 
083cf0060a8c7a8472c6ee4ffbb87e85edf0fcdaba95862a9f272cc03d8ab3d18b584a8d256473e6cfab9eed6f993382b846b692a8c0dd46fd3a2d8215e54e45
-DIST duplicity-1.0.0.tar.gz 1381405 BLAKE2B 
5de886ca767c01097bc4954c2dc5e6c222c7f9a70f03476d3f8b749cd2d2c25a93458f656e9847cdb0a5cba27bc9466fd825f9b28cbdb593e602cec62876eb9a
 SHA512 
27601f1e83fe685b94caf3703bf800efcf0e0af371f3c5434354c55bffba9d3dbd9b48b11808557154c61acfa7c19700dd1f45b10c471c570d85f145b7dd
 DIST duplicity-1.0.1.tar.gz 1928618 BLAKE2B 
f7ffdd488e42219b66b6174dbb944283d02910f57cae9fcf849e8f5363986664a49ba7e316d6b3efdce89deec7e4c6a65a95bcb365fa23b928244b5e8f29d48b
 SHA512 
dab8341b990b1899de6080f2539681f0a84f1875fabf04ccd68908e8dcdf55cd31f26d1431488b49ac6b048a1e7ff2e0a0afa27f6eccfd6a20f47dd7193b4563
 DIST duplicity-1.2.2.tar.gz 1427493 BLAKE2B 
d30f91054c59695483a60a684ebc11440b1a490dc635fdc856d7e3e75d7c3b8bc3f8680ecec0af435fe3064c292c6ff0db392e6bb33c682e9527561196e842e1
 SHA512 
5da4addd0742afa93c62c506f49235b396a7d4bb6576bfd5ec223e04936072ef92e874c533f0f7ece3c1460bf017c2e1875d4ed5c08181113e2509dd28b4521b
 DIST duplicity-1.2.3.tar.gz 1438570 BLAKE2B 
12afa69f537d2207343c1638df1cf69ad3e170b2f1368e5d8b86716ccc67564834798e2076a90f021bae8f1d8574ff50f0615fd873cdcddf1399349974d8d4c2
 SHA512 
d2a31b4ed2c0a188d6d2ac543d3d4a474b4c10028a3005b26f57bd57e8c7441eb96e361aa9805fedc6aa09e76e86d3d1e99800669dfb7b2510233e2c0aba15de

diff --git a/app-backup/duplicity/duplicity-0.8.23-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.23-r1.ebuild
deleted file mode 100644
index b2cf8a5caab8..
--- a/app-backup/duplicity/duplicity-0.8.23-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="https://duplicity.gitlab.io/;
-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"
-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/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/duplicity-1.0.0-r1.ebuild 
b/app-backup/duplicity/duplicity-1.0.0-r1.ebuild
deleted file mode 100644
index c0fe15cb23c0..
--- a/app-backup/duplicity/duplicity-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_10 python3_11 )
-
-inherit distutils-r1
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="https://duplicity.gitlab.io/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-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}
-   

[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/, app-backup/duplicity/

2023-05-11 Thread Richard Freeman
commit: 124091a1f51d442e286e7de91a2b9809e4d7b519
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu May 11 16:51:14 2023 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu May 11 16:51:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=124091a1

app-backup/duplicity: add 1.2.3

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-1.2.3.ebuild| 51 ++
 .../files/duplicity-1.2.3-fix-docs-cmd.patch   | 20 +
 3 files changed, 72 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 843f170663e8..275daa9758d4 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -2,3 +2,4 @@ DIST duplicity-0.8.23.tar.gz 1385252 BLAKE2B 
63042486e6e17d2d93af72f617990c87976
 DIST duplicity-1.0.0.tar.gz 1381405 BLAKE2B 
5de886ca767c01097bc4954c2dc5e6c222c7f9a70f03476d3f8b749cd2d2c25a93458f656e9847cdb0a5cba27bc9466fd825f9b28cbdb593e602cec62876eb9a
 SHA512 
27601f1e83fe685b94caf3703bf800efcf0e0af371f3c5434354c55bffba9d3dbd9b48b11808557154c61acfa7c19700dd1f45b10c471c570d85f145b7dd
 DIST duplicity-1.0.1.tar.gz 1928618 BLAKE2B 
f7ffdd488e42219b66b6174dbb944283d02910f57cae9fcf849e8f5363986664a49ba7e316d6b3efdce89deec7e4c6a65a95bcb365fa23b928244b5e8f29d48b
 SHA512 
dab8341b990b1899de6080f2539681f0a84f1875fabf04ccd68908e8dcdf55cd31f26d1431488b49ac6b048a1e7ff2e0a0afa27f6eccfd6a20f47dd7193b4563
 DIST duplicity-1.2.2.tar.gz 1427493 BLAKE2B 
d30f91054c59695483a60a684ebc11440b1a490dc635fdc856d7e3e75d7c3b8bc3f8680ecec0af435fe3064c292c6ff0db392e6bb33c682e9527561196e842e1
 SHA512 
5da4addd0742afa93c62c506f49235b396a7d4bb6576bfd5ec223e04936072ef92e874c533f0f7ece3c1460bf017c2e1875d4ed5c08181113e2509dd28b4521b
+DIST duplicity-1.2.3.tar.gz 1438570 BLAKE2B 
12afa69f537d2207343c1638df1cf69ad3e170b2f1368e5d8b86716ccc67564834798e2076a90f021bae8f1d8574ff50f0615fd873cdcddf1399349974d8d4c2
 SHA512 
d2a31b4ed2c0a188d6d2ac543d3d4a474b4c10028a3005b26f57bd57e8c7441eb96e361aa9805fedc6aa09e76e86d3d1e99800669dfb7b2510233e2c0aba15de

diff --git a/app-backup/duplicity/duplicity-1.2.3.ebuild 
b/app-backup/duplicity/duplicity-1.2.3.ebuild
new file mode 100644
index ..fc665542a7f1
--- /dev/null
+++ b/app-backup/duplicity/duplicity-1.2.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_10 python3_11 )
+DISTUTILS_USE_PEP517=setuptools
+
+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}]
+   dev-python/future[${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-1.2.3-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-1.2.3-fix-docs-cmd.patch
new file mode 100644
index ..03b090d0545e
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-1.2.3-fix-docs-cmd.patch
@@ -0,0 +1,20 @@
+--- duplicity-1.2.3/setup.py.orig  2023-05-11 12:33:14.480474449 -0400
 duplicity-1.2.3/setup.py   2023-05-11 12:33:19.204538723 -0400
+@@ -95,17 +95,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % Version,
+-[
+-u'CHANGELOG.md',
+-u'CONTRIBUTING.md',
+-u'COPYING',
+-u'README.md',
+-u'README-LOG.md',
+-u'README-REPO.md',
+-u'README-TESTING.md',
+-],
+-),
+ ]
+ 
+ # short circuit fot READTHEDOCS



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2023-05-01 Thread Richard Freeman
commit: c146cc2084f1a0f4e394178bf2958a20e581b57d
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon May  1 20:37:48 2023 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon May  1 20:38:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c146cc20

app-backup/duplicity: add 1.2.2

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-1.2.2.ebuild| 51 ++
 .../files/duplicity-1.2.2-fix-docs-cmd.patch   | 20 +
 3 files changed, 72 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index fb4f8e1d2d92..843f170663e8 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,4 @@
 DIST duplicity-0.8.23.tar.gz 1385252 BLAKE2B 
63042486e6e17d2d93af72f617990c879763d5921e230302f406b4f9e7c57a67284130f9f57849b9ffc8638614b55f0f8abdf6bb20201155b33b72bef952ec9f
 SHA512 
083cf0060a8c7a8472c6ee4ffbb87e85edf0fcdaba95862a9f272cc03d8ab3d18b584a8d256473e6cfab9eed6f993382b846b692a8c0dd46fd3a2d8215e54e45
 DIST duplicity-1.0.0.tar.gz 1381405 BLAKE2B 
5de886ca767c01097bc4954c2dc5e6c222c7f9a70f03476d3f8b749cd2d2c25a93458f656e9847cdb0a5cba27bc9466fd825f9b28cbdb593e602cec62876eb9a
 SHA512 
27601f1e83fe685b94caf3703bf800efcf0e0af371f3c5434354c55bffba9d3dbd9b48b11808557154c61acfa7c19700dd1f45b10c471c570d85f145b7dd
 DIST duplicity-1.0.1.tar.gz 1928618 BLAKE2B 
f7ffdd488e42219b66b6174dbb944283d02910f57cae9fcf849e8f5363986664a49ba7e316d6b3efdce89deec7e4c6a65a95bcb365fa23b928244b5e8f29d48b
 SHA512 
dab8341b990b1899de6080f2539681f0a84f1875fabf04ccd68908e8dcdf55cd31f26d1431488b49ac6b048a1e7ff2e0a0afa27f6eccfd6a20f47dd7193b4563
+DIST duplicity-1.2.2.tar.gz 1427493 BLAKE2B 
d30f91054c59695483a60a684ebc11440b1a490dc635fdc856d7e3e75d7c3b8bc3f8680ecec0af435fe3064c292c6ff0db392e6bb33c682e9527561196e842e1
 SHA512 
5da4addd0742afa93c62c506f49235b396a7d4bb6576bfd5ec223e04936072ef92e874c533f0f7ece3c1460bf017c2e1875d4ed5c08181113e2509dd28b4521b

diff --git a/app-backup/duplicity/duplicity-1.2.2.ebuild 
b/app-backup/duplicity/duplicity-1.2.2.ebuild
new file mode 100644
index ..fc665542a7f1
--- /dev/null
+++ b/app-backup/duplicity/duplicity-1.2.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_10 python3_11 )
+DISTUTILS_USE_PEP517=setuptools
+
+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}]
+   dev-python/future[${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-1.2.2-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-1.2.2-fix-docs-cmd.patch
new file mode 100644
index ..7ac49ecacd86
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-1.2.2-fix-docs-cmd.patch
@@ -0,0 +1,20 @@
+--- duplicity-1.2.2/setup.py   2023-05-01 09:21:01.020192022 -0400
 duplicity-1.2.2/setup.py   2023-05-01 09:21:51.268882266 -0400
+@@ -95,17 +95,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % Version,
+-[
+-u'CHANGELOG.md',
+-u'CONTRIBUTING.md',
+-u'COPYING',
+-u'README.md',
+-u'README-LOG.md',
+-u'README-REPO.md',
+-u'README-TESTING.md',
+-],
+-),
+ ]
+ 
+ # short circuit fot READTHEDOCS



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2023-01-10 Thread Michał Górny
commit: 2f4f6c300c98f1655042c21fc6bc1f20a0c279ff
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 10 14:33:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 10 14:35:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4f6c30

app-backup/duplicity: Remove Python < 3.10

Signed-off-by: Michał Górny  gentoo.org>

 app-backup/duplicity/duplicity-0.8.23-r1.ebuild | 4 ++--
 app-backup/duplicity/duplicity-1.0.0-r1.ebuild  | 4 ++--
 app-backup/duplicity/duplicity-1.0.1-r1.ebuild  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-backup/duplicity/duplicity-0.8.23-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.23-r1.ebuild
index b5662cd277ed..323aa87afafb 100644
--- a/app-backup/duplicity/duplicity-0.8.23-r1.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.23-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_8 python3_9 python3_10 )
+PYTHON_COMPAT=( python3_10 )
 
 inherit distutils-r1
 

diff --git a/app-backup/duplicity/duplicity-1.0.0-r1.ebuild 
b/app-backup/duplicity/duplicity-1.0.0-r1.ebuild
index 5d96b440a67c..eddcc6c02a7a 100644
--- a/app-backup/duplicity/duplicity-1.0.0-r1.ebuild
+++ b/app-backup/duplicity/duplicity-1.0.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_8 python3_9 python3_10 python3_11 )
+PYTHON_COMPAT=( python3_10 python3_11 )
 
 inherit distutils-r1
 

diff --git a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild 
b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
index 27e868f3d8f9..59350563f536 100644
--- a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
+++ b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_8 python3_9 python3_10 python3_11 )
+PYTHON_COMPAT=( python3_10 python3_11 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/

2023-01-08 Thread Conrad Kostecki
commit: 5401fd7d96cede5c3108c61cf1953033794166e4
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Jan  8 15:10:14 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jan  8 22:09:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5401fd7d

app-backup/duplicity: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/29019
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/duplicity-0.8.22-fix-docs-cmd.patch| 20 
 1 file changed, 20 deletions(-)

diff --git a/app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch
deleted file mode 100644
index 450c9f1d85d4..
--- a/app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 duplicity-0.8.22/setup.py  2022-03-19 15:08:36.755624771 -0400
-+++ duplicity-0.8.22/setup.py  2022-03-19 15:09:38.332763172 -0400
-@@ -94,17 +94,6 @@
- u'bin/rdiffdir.1'
- ]
- ),
--(u'share/doc/duplicity-%s' % Version,
--[
--u'CHANGELOG.md',
--u'CONTRIBUTING.md',
--u'COPYING',
--u'README.md',
--u'README-LOG.md',
--u'README-REPO.md',
--u'README-TESTING.md',
--],
--),
- ]
- 
- if not os.environ.get(u'READTHEDOCS') == u'True':



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2022-12-27 Thread Richard Freeman
commit: 004a6ab264a3751bec71a46b008b732b9a9686be
Author: Richard Freeman  gentoo  org>
AuthorDate: Tue Dec 27 12:40:51 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue Dec 27 12:40:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004a6ab2

app-backup/duplicity: drop 0.8.22

Bug: https://bugs.gentoo.org/888235
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest|  1 -
 app-backup/duplicity/duplicity-0.8.22.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index b948f54e9248..fb4f8e1d2d92 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,4 +1,3 @@
-DIST duplicity-0.8.22.tar.gz 1408482 BLAKE2B 
3a8b6eb79d5f67e8f274bdaaaf0bb5b6c9f0ebf91a3b6a849b876cdf2c9af0f5435946150b5db6ab5e524cedc5b98b40c456b1de0fe8c6e33c024fe3c7d881fa
 SHA512 
474237e3ca9876fb124baf9871f781b8347c85e76b7b4191d6993a76fb4728500091c74ed0943c6c22d69651c08094b6d155eca742d1711bebe676734c84d12a
 DIST duplicity-0.8.23.tar.gz 1385252 BLAKE2B 
63042486e6e17d2d93af72f617990c879763d5921e230302f406b4f9e7c57a67284130f9f57849b9ffc8638614b55f0f8abdf6bb20201155b33b72bef952ec9f
 SHA512 
083cf0060a8c7a8472c6ee4ffbb87e85edf0fcdaba95862a9f272cc03d8ab3d18b584a8d256473e6cfab9eed6f993382b846b692a8c0dd46fd3a2d8215e54e45
 DIST duplicity-1.0.0.tar.gz 1381405 BLAKE2B 
5de886ca767c01097bc4954c2dc5e6c222c7f9a70f03476d3f8b749cd2d2c25a93458f656e9847cdb0a5cba27bc9466fd825f9b28cbdb593e602cec62876eb9a
 SHA512 
27601f1e83fe685b94caf3703bf800efcf0e0af371f3c5434354c55bffba9d3dbd9b48b11808557154c61acfa7c19700dd1f45b10c471c570d85f145b7dd
 DIST duplicity-1.0.1.tar.gz 1928618 BLAKE2B 
f7ffdd488e42219b66b6174dbb944283d02910f57cae9fcf849e8f5363986664a49ba7e316d6b3efdce89deec7e4c6a65a95bcb365fa23b928244b5e8f29d48b
 SHA512 
dab8341b990b1899de6080f2539681f0a84f1875fabf04ccd68908e8dcdf55cd31f26d1431488b49ac6b048a1e7ff2e0a0afa27f6eccfd6a20f47dd7193b4563

diff --git a/app-backup/duplicity/duplicity-0.8.22.ebuild 
b/app-backup/duplicity/duplicity-0.8.22.ebuild
deleted file mode 100644
index 327ae4f973f4..
--- a/app-backup/duplicity/duplicity-0.8.22.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_8 python3_9 python3_10 )
-
-inherit distutils-r1
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="https://duplicity.gitlab.io/;
-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"
-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."
-}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2022-12-26 Thread Sam James
commit: 8c509af11fadb6cd1b4146b76c2ffe61e19092e2
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 27 07:28:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 27 07:28:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c509af1

app-backup/duplicity: Stabilize 1.0.1-r1 x86, #888521

Signed-off-by: Sam James  gentoo.org>

 app-backup/duplicity/duplicity-1.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild 
b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
index 707f75f83068..27e868f3d8f9 100644
--- a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
+++ b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2022-12-26 Thread Richard Freeman
commit: 7e167721edec1603070023c8fe3d8b17386750ef
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Dec 26 13:47:46 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Dec 26 13:48:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e167721

app-backup/duplicity: stabilize 1.0.1-r1 for amd64

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-1.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild 
b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
index 5d96b440a67c..707f75f83068 100644
--- a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
+++ b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2022-10-13 Thread Sam James
commit: 1402b813801f1ccffc547ac9bc6c1c9da05200ea
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 14 01:23:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 14 01:26:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1402b813

app-backup/duplicity: use mirror://pypi

Bug: https://bugs.gentoo.org/876781
Signed-off-by: Sam James  gentoo.org>

 app-backup/duplicity/duplicity-1.0.0-r1.ebuild | 2 +-
 app-backup/duplicity/duplicity-1.0.1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/duplicity/duplicity-1.0.0-r1.ebuild 
b/app-backup/duplicity/duplicity-1.0.0-r1.ebuild
index 7b2826b2cea8..5d96b440a67c 100644
--- a/app-backup/duplicity/duplicity-1.0.0-r1.ebuild
+++ b/app-backup/duplicity/duplicity-1.0.0-r1.ebuild
@@ -8,7 +8,7 @@ inherit distutils-r1
 
 DESCRIPTION="Secure backup system using gnupg to encrypt data"
 HOMEPAGE="https://duplicity.gitlab.io/;
-SRC_URI="https://files.pythonhosted.org/packages/source/${PN::1}/${PN}/${P}.tar.gz;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild 
b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
index 7b2826b2cea8..5d96b440a67c 100644
--- a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
+++ b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
@@ -8,7 +8,7 @@ inherit distutils-r1
 
 DESCRIPTION="Secure backup system using gnupg to encrypt data"
 HOMEPAGE="https://duplicity.gitlab.io/;
-SRC_URI="https://files.pythonhosted.org/packages/source/${PN::1}/${PN}/${P}.tar.gz;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2022-10-13 Thread Matt Turner
commit: b9318c2ca16ec1777474028de44ff7ae1de66bf2
Author: Pascal Jäger  leimstift  de>
AuthorDate: Tue Oct 11 17:24:18 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 14 01:21:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9318c2c

app-backup/duplicity: change SRC_URI to pythonhosted.org

Closes: https://bugs.gentoo.org/876781
Signed-off-by: Pascal Jäger  leimstift.de>
Signed-off-by: Matt Turner  gentoo.org>

 app-backup/duplicity/Manifest | 4 ++--
 .../duplicity/{duplicity-1.0.0.ebuild => duplicity-1.0.0-r1.ebuild}   | 4 +---
 .../duplicity/{duplicity-1.0.1.ebuild => duplicity-1.0.1-r1.ebuild}   | 4 +---
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 7362a7d9cfb0..b948f54e9248 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,4 +1,4 @@
 DIST duplicity-0.8.22.tar.gz 1408482 BLAKE2B 
3a8b6eb79d5f67e8f274bdaaaf0bb5b6c9f0ebf91a3b6a849b876cdf2c9af0f5435946150b5db6ab5e524cedc5b98b40c456b1de0fe8c6e33c024fe3c7d881fa
 SHA512 
474237e3ca9876fb124baf9871f781b8347c85e76b7b4191d6993a76fb4728500091c74ed0943c6c22d69651c08094b6d155eca742d1711bebe676734c84d12a
 DIST duplicity-0.8.23.tar.gz 1385252 BLAKE2B 
63042486e6e17d2d93af72f617990c879763d5921e230302f406b4f9e7c57a67284130f9f57849b9ffc8638614b55f0f8abdf6bb20201155b33b72bef952ec9f
 SHA512 
083cf0060a8c7a8472c6ee4ffbb87e85edf0fcdaba95862a9f272cc03d8ab3d18b584a8d256473e6cfab9eed6f993382b846b692a8c0dd46fd3a2d8215e54e45
-DIST duplicity-rel.1.0.0.tar.bz2 802941 BLAKE2B 
7b5f33b2b8b0f938a86688ea68838fd45a1405e69cc59e9cc082035253d123258f6a30239ecc470e9210b5bafeda556909fe94887517be8c75a2c18641de66b0
 SHA512 
a3a0a8eee8f2555f275676c24c3e0933ef0ba267b64eccb7765dad751e58aae3ed0ffac4c4cee3acd3dd76c93bb799edb7fe1430ae159389174cc37ab646f339
-DIST duplicity-rel.1.0.1.tar.bz2 900987 BLAKE2B 
c298b436aff054d4c0eb389047257586fb0f4b0d9b08c47ddcedbfc539f99c27f1af1e434bd409f7a3a14c5ef24d293cc96fe174ba3338a9d54a5ec8337de231
 SHA512 
691e093025a8f9c3802588d8ecb9e946efe1637a117a46f3c51d8fa40848c2a7d8899574009a4b0486488719af5c8fd49cab180fac12e94657480a95e26af391
+DIST duplicity-1.0.0.tar.gz 1381405 BLAKE2B 
5de886ca767c01097bc4954c2dc5e6c222c7f9a70f03476d3f8b749cd2d2c25a93458f656e9847cdb0a5cba27bc9466fd825f9b28cbdb593e602cec62876eb9a
 SHA512 
27601f1e83fe685b94caf3703bf800efcf0e0af371f3c5434354c55bffba9d3dbd9b48b11808557154c61acfa7c19700dd1f45b10c471c570d85f145b7dd
+DIST duplicity-1.0.1.tar.gz 1928618 BLAKE2B 
f7ffdd488e42219b66b6174dbb944283d02910f57cae9fcf849e8f5363986664a49ba7e316d6b3efdce89deec7e4c6a65a95bcb365fa23b928244b5e8f29d48b
 SHA512 
dab8341b990b1899de6080f2539681f0a84f1875fabf04ccd68908e8dcdf55cd31f26d1431488b49ac6b048a1e7ff2e0a0afa27f6eccfd6a20f47dd7193b4563

diff --git a/app-backup/duplicity/duplicity-1.0.0.ebuild 
b/app-backup/duplicity/duplicity-1.0.0-r1.ebuild
similarity index 89%
rename from app-backup/duplicity/duplicity-1.0.0.ebuild
rename to app-backup/duplicity/duplicity-1.0.0-r1.ebuild
index 2d2b3174a000..7b2826b2cea8 100644
--- a/app-backup/duplicity/duplicity-1.0.0.ebuild
+++ b/app-backup/duplicity/duplicity-1.0.0-r1.ebuild
@@ -8,7 +8,7 @@ inherit distutils-r1
 
 DESCRIPTION="Secure backup system using gnupg to encrypt data"
 HOMEPAGE="https://duplicity.gitlab.io/;
-SRC_URI="https://gitlab.com/duplicity/duplicity/-/archive/rel.${PV}/duplicity-rel.${PV}.tar.bz2;
+SRC_URI="https://files.pythonhosted.org/packages/source/${PN::1}/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -41,8 +41,6 @@ PATCHES=(
"${FILESDIR}/${P}-fix-docs-cmd.patch"
 )
 
-S="${WORKDIR}/duplicity-rel.${PV}"
-
 python_test() {
esetup.py test
 }

diff --git a/app-backup/duplicity/duplicity-1.0.1.ebuild 
b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
similarity index 89%
rename from app-backup/duplicity/duplicity-1.0.1.ebuild
rename to app-backup/duplicity/duplicity-1.0.1-r1.ebuild
index 2d2b3174a000..7b2826b2cea8 100644
--- a/app-backup/duplicity/duplicity-1.0.1.ebuild
+++ b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
@@ -8,7 +8,7 @@ inherit distutils-r1
 
 DESCRIPTION="Secure backup system using gnupg to encrypt data"
 HOMEPAGE="https://duplicity.gitlab.io/;
-SRC_URI="https://gitlab.com/duplicity/duplicity/-/archive/rel.${PV}/duplicity-rel.${PV}.tar.bz2;
+SRC_URI="https://files.pythonhosted.org/packages/source/${PN::1}/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -41,8 +41,6 @@ PATCHES=(
"${FILESDIR}/${P}-fix-docs-cmd.patch"
 )
 
-S="${WORKDIR}/duplicity-rel.${PV}"
-
 python_test() {
esetup.py test
 }



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/, app-backup/duplicity/

2022-10-05 Thread Richard Freeman
commit: 63fb3a726cc8a5f70bddb87e901e082064f0f49e
Author: Richard Freeman  gentoo  org>
AuthorDate: Wed Oct  5 14:25:49 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Wed Oct  5 14:34:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fb3a72

app-backup/duplicity: add 1.0.1

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-1.0.1.ebuild| 53 ++
 .../files/duplicity-1.0.1-fix-docs-cmd.patch   | 20 
 3 files changed, 74 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 3d94afb49aee..7362a7d9cfb0 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,4 @@
 DIST duplicity-0.8.22.tar.gz 1408482 BLAKE2B 
3a8b6eb79d5f67e8f274bdaaaf0bb5b6c9f0ebf91a3b6a849b876cdf2c9af0f5435946150b5db6ab5e524cedc5b98b40c456b1de0fe8c6e33c024fe3c7d881fa
 SHA512 
474237e3ca9876fb124baf9871f781b8347c85e76b7b4191d6993a76fb4728500091c74ed0943c6c22d69651c08094b6d155eca742d1711bebe676734c84d12a
 DIST duplicity-0.8.23.tar.gz 1385252 BLAKE2B 
63042486e6e17d2d93af72f617990c879763d5921e230302f406b4f9e7c57a67284130f9f57849b9ffc8638614b55f0f8abdf6bb20201155b33b72bef952ec9f
 SHA512 
083cf0060a8c7a8472c6ee4ffbb87e85edf0fcdaba95862a9f272cc03d8ab3d18b584a8d256473e6cfab9eed6f993382b846b692a8c0dd46fd3a2d8215e54e45
 DIST duplicity-rel.1.0.0.tar.bz2 802941 BLAKE2B 
7b5f33b2b8b0f938a86688ea68838fd45a1405e69cc59e9cc082035253d123258f6a30239ecc470e9210b5bafeda556909fe94887517be8c75a2c18641de66b0
 SHA512 
a3a0a8eee8f2555f275676c24c3e0933ef0ba267b64eccb7765dad751e58aae3ed0ffac4c4cee3acd3dd76c93bb799edb7fe1430ae159389174cc37ab646f339
+DIST duplicity-rel.1.0.1.tar.bz2 900987 BLAKE2B 
c298b436aff054d4c0eb389047257586fb0f4b0d9b08c47ddcedbfc539f99c27f1af1e434bd409f7a3a14c5ef24d293cc96fe174ba3338a9d54a5ec8337de231
 SHA512 
691e093025a8f9c3802588d8ecb9e946efe1637a117a46f3c51d8fa40848c2a7d8899574009a4b0486488719af5c8fd49cab180fac12e94657480a95e26af391

diff --git a/app-backup/duplicity/duplicity-1.0.1.ebuild 
b/app-backup/duplicity/duplicity-1.0.1.ebuild
new file mode 100644
index ..2d2b3174a000
--- /dev/null
+++ b/app-backup/duplicity/duplicity-1.0.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_8 python3_9 python3_10 python3_11 )
+
+inherit distutils-r1
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="https://duplicity.gitlab.io/;
+SRC_URI="https://gitlab.com/duplicity/duplicity/-/archive/rel.${PV}/duplicity-rel.${PV}.tar.bz2;
+
+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}]
+   dev-python/future[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto3[${PYTHON_USEDEP}] )
+"
+
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}/${P}-fix-docs-cmd.patch"
+)
+
+S="${WORKDIR}/duplicity-rel.${PV}"
+
+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-1.0.1-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-1.0.1-fix-docs-cmd.patch
new file mode 100644
index ..e1382720d17e
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-1.0.1-fix-docs-cmd.patch
@@ -0,0 +1,20 @@
+--- duplicity-rel.1.0.1/setup.py   2022-03-19 15:08:36.755624771 -0400
 duplicity-rel.1.0.1/setup.py   2022-03-19 15:09:38.332763172 -0400
+@@ -94,17 +94,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % Version,
+-[
+-u'CHANGELOG.md',
+-u'CONTRIBUTING.md',
+-u'COPYING',
+-u'README.md',
+-u'README-LOG.md',
+-u'README-REPO.md',
+-u'README-TESTING.md',
+-],
+-),
+ ]
+ 
+ if not os.environ.get(u'READTHEDOCS') == u'True':



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2022-09-30 Thread Richard Freeman
commit: 3e35260425c2c9e474637df6edbe467b555d5945
Author: Richard Freeman  gentoo  org>
AuthorDate: Fri Sep 30 12:04:39 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Fri Sep 30 12:05:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e352604

app-backup/duplicity: stabilize 0.8.23-r1 for amd64

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-0.8.23-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.8.23-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.23-r1.ebuild
index bf59fe56d88b..b5662cd277ed 100644
--- a/app-backup/duplicity/duplicity-0.8.23-r1.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.23-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/$(ver_cut 1-3)/+
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/, app-backup/duplicity/

2022-09-30 Thread Richard Freeman
commit: 7ffdbf5be166203e5d7e582146a8ed16771d8dc2
Author: Richard Freeman  gentoo  org>
AuthorDate: Fri Sep 30 12:03:15 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Fri Sep 30 12:05:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffdbf5b

app-backup/duplicity: add 1.0.0

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-1.0.0.ebuild| 53 ++
 .../files/duplicity-1.0.0-fix-docs-cmd.patch   | 20 
 3 files changed, 74 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index a81c6e41afa4..3d94afb49aee 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,2 +1,3 @@
 DIST duplicity-0.8.22.tar.gz 1408482 BLAKE2B 
3a8b6eb79d5f67e8f274bdaaaf0bb5b6c9f0ebf91a3b6a849b876cdf2c9af0f5435946150b5db6ab5e524cedc5b98b40c456b1de0fe8c6e33c024fe3c7d881fa
 SHA512 
474237e3ca9876fb124baf9871f781b8347c85e76b7b4191d6993a76fb4728500091c74ed0943c6c22d69651c08094b6d155eca742d1711bebe676734c84d12a
 DIST duplicity-0.8.23.tar.gz 1385252 BLAKE2B 
63042486e6e17d2d93af72f617990c879763d5921e230302f406b4f9e7c57a67284130f9f57849b9ffc8638614b55f0f8abdf6bb20201155b33b72bef952ec9f
 SHA512 
083cf0060a8c7a8472c6ee4ffbb87e85edf0fcdaba95862a9f272cc03d8ab3d18b584a8d256473e6cfab9eed6f993382b846b692a8c0dd46fd3a2d8215e54e45
+DIST duplicity-rel.1.0.0.tar.bz2 802941 BLAKE2B 
7b5f33b2b8b0f938a86688ea68838fd45a1405e69cc59e9cc082035253d123258f6a30239ecc470e9210b5bafeda556909fe94887517be8c75a2c18641de66b0
 SHA512 
a3a0a8eee8f2555f275676c24c3e0933ef0ba267b64eccb7765dad751e58aae3ed0ffac4c4cee3acd3dd76c93bb799edb7fe1430ae159389174cc37ab646f339

diff --git a/app-backup/duplicity/duplicity-1.0.0.ebuild 
b/app-backup/duplicity/duplicity-1.0.0.ebuild
new file mode 100644
index ..2d2b3174a000
--- /dev/null
+++ b/app-backup/duplicity/duplicity-1.0.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_8 python3_9 python3_10 python3_11 )
+
+inherit distutils-r1
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="https://duplicity.gitlab.io/;
+SRC_URI="https://gitlab.com/duplicity/duplicity/-/archive/rel.${PV}/duplicity-rel.${PV}.tar.bz2;
+
+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}]
+   dev-python/future[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto3[${PYTHON_USEDEP}] )
+"
+
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}/${P}-fix-docs-cmd.patch"
+)
+
+S="${WORKDIR}/duplicity-rel.${PV}"
+
+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-1.0.0-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-1.0.0-fix-docs-cmd.patch
new file mode 100644
index ..e6c4278b572d
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-1.0.0-fix-docs-cmd.patch
@@ -0,0 +1,20 @@
+--- duplicity-rel.1.0.0/setup.py   2022-03-19 15:08:36.755624771 -0400
 duplicity-rel.1.0.0/setup.py   2022-03-19 15:09:38.332763172 -0400
+@@ -94,17 +94,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % Version,
+-[
+-u'CHANGELOG.md',
+-u'CONTRIBUTING.md',
+-u'COPYING',
+-u'README.md',
+-u'README-LOG.md',
+-u'README-REPO.md',
+-u'README-TESTING.md',
+-],
+-),
+ ]
+ 
+ if not os.environ.get(u'READTHEDOCS') == u'True':



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/, app-backup/duplicity/

2022-05-21 Thread Richard Freeman
commit: 52960626f5c1254b44794254862f7bdb5dffd456
Author: Richard Freeman  gentoo  org>
AuthorDate: Sun May 22 00:50:32 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sun May 22 00:50:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52960626

app-backup/duplicity: drop 0.8.21

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 -
 app-backup/duplicity/duplicity-0.8.21.ebuild   | 51 --
 .../files/duplicity-0.8.21-fix-docs-cmd.patch  | 20 -
 3 files changed, 72 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 479ad1bdd4c1..a81c6e41afa4 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,2 @@
-DIST duplicity-0.8.21.tar.gz 1375469 BLAKE2B 
15da671b30305415dfafdef50f5f57eaea0d6504a3f35845bf4570bb0cd2d6d3c879e94dda5739f30acd54748ef7abb993405660d24cf96ab919cec08690e015
 SHA512 
573c79937e4b19e99d167fddaebfd7b747d3c5f240b14e575fecd45a225c6c279d5ce0132645bbefcddcbc688f9d67317a3ec3a0816fcb4ff303b217fe10b012
 DIST duplicity-0.8.22.tar.gz 1408482 BLAKE2B 
3a8b6eb79d5f67e8f274bdaaaf0bb5b6c9f0ebf91a3b6a849b876cdf2c9af0f5435946150b5db6ab5e524cedc5b98b40c456b1de0fe8c6e33c024fe3c7d881fa
 SHA512 
474237e3ca9876fb124baf9871f781b8347c85e76b7b4191d6993a76fb4728500091c74ed0943c6c22d69651c08094b6d155eca742d1711bebe676734c84d12a
 DIST duplicity-0.8.23.tar.gz 1385252 BLAKE2B 
63042486e6e17d2d93af72f617990c879763d5921e230302f406b4f9e7c57a67284130f9f57849b9ffc8638614b55f0f8abdf6bb20201155b33b72bef952ec9f
 SHA512 
083cf0060a8c7a8472c6ee4ffbb87e85edf0fcdaba95862a9f272cc03d8ab3d18b584a8d256473e6cfab9eed6f993382b846b692a8c0dd46fd3a2d8215e54e45

diff --git a/app-backup/duplicity/duplicity-0.8.21.ebuild 
b/app-backup/duplicity/duplicity-0.8.21.ebuild
deleted file mode 100644
index 9f9af57a0a75..
--- a/app-backup/duplicity/duplicity-0.8.21.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
-
-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"
-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.21-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch
deleted file mode 100644
index d97949058a28..
--- a/app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 duplicity-0.8.21/setup.py  2021-12-07 14:26:58.096082507 -0500
-+++ duplicity-0.8.21/setup.py  2021-12-07 14:27:44.915022471 -0500
-@@ -94,17 +94,6 @@
- u'bin/rdiffdir.1'
- ]
- ),
--(u'share/doc/duplicity-%s' % Version,
--[
--u'AUTHORS',
--u'CHANGELOG.md',
--u'COPYING',
--u'README.md',
--u'README-LOG.md',
--u'README-REPO.md',
--u'README-TESTING.md',
--],
--),
- ]
- 
- if not os.environ.get(u'READTHEDOCS') == u'True':



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2022-05-19 Thread Sam James
commit: 9b72aa4d80a9aea9ebd0376057f31b6f1293b3d0
Author: Sam James  gentoo  org>
AuthorDate: Fri May 20 01:16:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 20 01:16:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b72aa4d

app-backup/duplicity: Stabilize 0.8.22 x86, #846461

Signed-off-by: Sam James  gentoo.org>

 app-backup/duplicity/duplicity-0.8.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.8.22.ebuild 
b/app-backup/duplicity/duplicity-0.8.22.ebuild
index 85c2f8aa2ca3..327ae4f973f4 100644
--- a/app-backup/duplicity/duplicity-0.8.22.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.22.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/$(ver_cut 1-3)/+
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2022-05-19 Thread Richard Freeman
commit: fb66c856ae45978da645714d1c6f71828e412c30
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu May 19 15:53:19 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu May 19 15:53:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb66c856

app-backup/duplicity: Fix boto3 dependency change.

Closes: https://bugs.gentoo.org/720842
Signed-off-by: Richard Freeman  gentoo.org>

 .../duplicity/{duplicity-0.8.23.ebuild => duplicity-0.8.23-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.8.23.ebuild 
b/app-backup/duplicity/duplicity-0.8.23-r1.ebuild
similarity index 96%
rename from app-backup/duplicity/duplicity-0.8.23.ebuild
rename to app-backup/duplicity/duplicity-0.8.23-r1.ebuild
index 05713d415754..bf59fe56d88b 100644
--- a/app-backup/duplicity/duplicity-0.8.23.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.23-r1.ebuild
@@ -32,7 +32,7 @@ DEPEND="${CDEPEND}
 RDEPEND="${CDEPEND}
dev-python/paramiko[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
-   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+   s3? ( dev-python/boto3[${PYTHON_USEDEP}] )
 "
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2022-05-19 Thread Richard Freeman
commit: 9d15e4d6681576196bdd82692958aa0fb646ccae
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu May 19 14:08:52 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu May 19 14:08:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d15e4d6

app-backup/duplicity: stabilize 0.8.22 for amd64

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-0.8.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.8.22.ebuild 
b/app-backup/duplicity/duplicity-0.8.22.ebuild
index 05713d415754..85c2f8aa2ca3 100644
--- a/app-backup/duplicity/duplicity-0.8.22.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.22.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/$(ver_cut 1-3)/+
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2022-05-19 Thread Richard Freeman
commit: a5265b66029971168427eba7cce7996d9ea8e7a7
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu May 19 14:06:17 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu May 19 14:06:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5265b66

app-backup/duplicity: add 0.8.23

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-0.8.23.ebuild   | 51 ++
 .../files/duplicity-0.8.23-fix-docs-cmd.patch  | 20 +
 3 files changed, 72 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 2b5e31fc003d..479ad1bdd4c1 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,2 +1,3 @@
 DIST duplicity-0.8.21.tar.gz 1375469 BLAKE2B 
15da671b30305415dfafdef50f5f57eaea0d6504a3f35845bf4570bb0cd2d6d3c879e94dda5739f30acd54748ef7abb993405660d24cf96ab919cec08690e015
 SHA512 
573c79937e4b19e99d167fddaebfd7b747d3c5f240b14e575fecd45a225c6c279d5ce0132645bbefcddcbc688f9d67317a3ec3a0816fcb4ff303b217fe10b012
 DIST duplicity-0.8.22.tar.gz 1408482 BLAKE2B 
3a8b6eb79d5f67e8f274bdaaaf0bb5b6c9f0ebf91a3b6a849b876cdf2c9af0f5435946150b5db6ab5e524cedc5b98b40c456b1de0fe8c6e33c024fe3c7d881fa
 SHA512 
474237e3ca9876fb124baf9871f781b8347c85e76b7b4191d6993a76fb4728500091c74ed0943c6c22d69651c08094b6d155eca742d1711bebe676734c84d12a
+DIST duplicity-0.8.23.tar.gz 1385252 BLAKE2B 
63042486e6e17d2d93af72f617990c879763d5921e230302f406b4f9e7c57a67284130f9f57849b9ffc8638614b55f0f8abdf6bb20201155b33b72bef952ec9f
 SHA512 
083cf0060a8c7a8472c6ee4ffbb87e85edf0fcdaba95862a9f272cc03d8ab3d18b584a8d256473e6cfab9eed6f993382b846b692a8c0dd46fd3a2d8215e54e45

diff --git a/app-backup/duplicity/duplicity-0.8.23.ebuild 
b/app-backup/duplicity/duplicity-0.8.23.ebuild
new file mode 100644
index ..05713d415754
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.23.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_8 python3_9 python3_10 )
+
+inherit distutils-r1
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="https://duplicity.gitlab.io/;
+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"
+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.23-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.23-fix-docs-cmd.patch
new file mode 100644
index ..2497beb25e01
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.23-fix-docs-cmd.patch
@@ -0,0 +1,20 @@
+--- duplicity-0.8.23/setup.py  2022-03-19 15:08:36.755624771 -0400
 duplicity-0.8.23/setup.py  2022-03-19 15:09:38.332763172 -0400
+@@ -94,17 +94,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % Version,
+-[
+-u'CHANGELOG.md',
+-u'CONTRIBUTING.md',
+-u'COPYING',
+-u'README.md',
+-u'README-LOG.md',
+-u'README-REPO.md',
+-u'README-TESTING.md',
+-],
+-),
+ ]
+ 
+ if not os.environ.get(u'READTHEDOCS') == u'True':



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/, app-backup/duplicity/

2022-03-19 Thread Richard Freeman
commit: f29c5da7a5356a6be3a794dfe1bd65bbd32b6b9f
Author: Richard Freeman  gentoo  org>
AuthorDate: Sat Mar 19 19:33:33 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sat Mar 19 19:33:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29c5da7

app-backup/duplicity: drop 0.8.19, 0.8.20

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  2 -
 app-backup/duplicity/duplicity-0.8.19.ebuild   | 51 --
 app-backup/duplicity/duplicity-0.8.20.ebuild   | 51 --
 .../files/duplicity-0.8.19-fix-docs-cmd.patch  | 20 -
 .../files/duplicity-0.8.20-fix-docs-cmd.patch  | 20 -
 5 files changed, 144 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index d9694e370b95..2b5e31fc003d 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,4 +1,2 @@
-DIST duplicity-0.8.19.tar.gz 1372739 BLAKE2B 
6a5a642597529eea37c7224cbfdd115db42c16f6391e553454f8f82cea86240bbd68a62513129496a1f978411fdeec50c3d918bb99b470fa1444fd77e7e6c9b7
 SHA512 
c1a1f5894f8b94ac61bd98270f138c58ef5a68f3624e7e88224b15539ca6e08874df9cebb36b10167d133b1af6a93b29e7bf4084c348b9cd7914ff24415be57c
-DIST duplicity-0.8.20.tar.gz 1376671 BLAKE2B 
af3fd95b699cd9b3c6bbe259e0dd898fc058461efcb2d1d51c8c2d539df7e32fe70fb6af4b314cd6fce219345f23eb0ab342d0c7f28b05ec1ee4333c02d93415
 SHA512 
ac43473a18031fa33cee0b7a3dc6b33c830ba9d19a0129c065a226824af8aacf00230ae05bf2e0d7614ad4ce9724e40e9b8305114175af63d8a8a8642ffdce67
 DIST duplicity-0.8.21.tar.gz 1375469 BLAKE2B 
15da671b30305415dfafdef50f5f57eaea0d6504a3f35845bf4570bb0cd2d6d3c879e94dda5739f30acd54748ef7abb993405660d24cf96ab919cec08690e015
 SHA512 
573c79937e4b19e99d167fddaebfd7b747d3c5f240b14e575fecd45a225c6c279d5ce0132645bbefcddcbc688f9d67317a3ec3a0816fcb4ff303b217fe10b012
 DIST duplicity-0.8.22.tar.gz 1408482 BLAKE2B 
3a8b6eb79d5f67e8f274bdaaaf0bb5b6c9f0ebf91a3b6a849b876cdf2c9af0f5435946150b5db6ab5e524cedc5b98b40c456b1de0fe8c6e33c024fe3c7d881fa
 SHA512 
474237e3ca9876fb124baf9871f781b8347c85e76b7b4191d6993a76fb4728500091c74ed0943c6c22d69651c08094b6d155eca742d1711bebe676734c84d12a

diff --git a/app-backup/duplicity/duplicity-0.8.19.ebuild 
b/app-backup/duplicity/duplicity-0.8.19.ebuild
deleted file mode 100644
index 25044aa70a1c..
--- a/app-backup/duplicity/duplicity-0.8.19.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
-
-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"
-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/duplicity-0.8.20.ebuild 
b/app-backup/duplicity/duplicity-0.8.20.ebuild
deleted file mode 100644
index 4b901f06dcdb..
--- a/app-backup/duplicity/duplicity-0.8.20.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
-
-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"
-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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2022-03-19 Thread Richard Freeman
commit: e79a454f4140800ad1d90f2aa5bc7d2d0a02f4a3
Author: Richard Freeman  gentoo  org>
AuthorDate: Sat Mar 19 19:29:58 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sat Mar 19 19:30:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79a454f

app-backup/duplicity: update HOMEPAGE

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-0.8.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.8.22.ebuild 
b/app-backup/duplicity/duplicity-0.8.22.ebuild
index cb3a9813e1dd..05713d415754 100644
--- a/app-backup/duplicity/duplicity-0.8.22.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.22.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_8 python3_9 python3_10 )
 inherit distutils-r1
 
 DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="https://www.nongnu.org/duplicity/;
+HOMEPAGE="https://duplicity.gitlab.io/;
 SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 1-2)-series/$(ver_cut 
1-3)/+download/${P}.tar.gz"
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2022-03-19 Thread Richard Freeman
commit: 20d139377cd113f60017cce97e3e10c13e9175c4
Author: Richard Freeman  gentoo  org>
AuthorDate: Sat Mar 19 19:24:07 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sat Mar 19 19:30:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d13937

app-backup/duplicity: add 0.8.22

Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-0.8.22.ebuild   | 51 ++
 .../files/duplicity-0.8.22-fix-docs-cmd.patch  | 20 +
 3 files changed, 72 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 8ef491a1d07f..d9694e370b95 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,4 @@
 DIST duplicity-0.8.19.tar.gz 1372739 BLAKE2B 
6a5a642597529eea37c7224cbfdd115db42c16f6391e553454f8f82cea86240bbd68a62513129496a1f978411fdeec50c3d918bb99b470fa1444fd77e7e6c9b7
 SHA512 
c1a1f5894f8b94ac61bd98270f138c58ef5a68f3624e7e88224b15539ca6e08874df9cebb36b10167d133b1af6a93b29e7bf4084c348b9cd7914ff24415be57c
 DIST duplicity-0.8.20.tar.gz 1376671 BLAKE2B 
af3fd95b699cd9b3c6bbe259e0dd898fc058461efcb2d1d51c8c2d539df7e32fe70fb6af4b314cd6fce219345f23eb0ab342d0c7f28b05ec1ee4333c02d93415
 SHA512 
ac43473a18031fa33cee0b7a3dc6b33c830ba9d19a0129c065a226824af8aacf00230ae05bf2e0d7614ad4ce9724e40e9b8305114175af63d8a8a8642ffdce67
 DIST duplicity-0.8.21.tar.gz 1375469 BLAKE2B 
15da671b30305415dfafdef50f5f57eaea0d6504a3f35845bf4570bb0cd2d6d3c879e94dda5739f30acd54748ef7abb993405660d24cf96ab919cec08690e015
 SHA512 
573c79937e4b19e99d167fddaebfd7b747d3c5f240b14e575fecd45a225c6c279d5ce0132645bbefcddcbc688f9d67317a3ec3a0816fcb4ff303b217fe10b012
+DIST duplicity-0.8.22.tar.gz 1408482 BLAKE2B 
3a8b6eb79d5f67e8f274bdaaaf0bb5b6c9f0ebf91a3b6a849b876cdf2c9af0f5435946150b5db6ab5e524cedc5b98b40c456b1de0fe8c6e33c024fe3c7d881fa
 SHA512 
474237e3ca9876fb124baf9871f781b8347c85e76b7b4191d6993a76fb4728500091c74ed0943c6c22d69651c08094b6d155eca742d1711bebe676734c84d12a

diff --git a/app-backup/duplicity/duplicity-0.8.22.ebuild 
b/app-backup/duplicity/duplicity-0.8.22.ebuild
new file mode 100644
index ..cb3a9813e1dd
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.22.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_8 python3_9 python3_10 )
+
+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"
+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.22-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch
new file mode 100644
index ..450c9f1d85d4
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.22-fix-docs-cmd.patch
@@ -0,0 +1,20 @@
+--- duplicity-0.8.22/setup.py  2022-03-19 15:08:36.755624771 -0400
 duplicity-0.8.22/setup.py  2022-03-19 15:09:38.332763172 -0400
+@@ -94,17 +94,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % Version,
+-[
+-u'CHANGELOG.md',
+-u'CONTRIBUTING.md',
+-u'COPYING',
+-u'README.md',
+-u'README-LOG.md',
+-u'README-REPO.md',
+-u'README-TESTING.md',
+-],
+-),
+ ]
+ 
+ if not os.environ.get(u'READTHEDOCS') == u'True':



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2022-01-07 Thread Sam James
commit: e1bc455e023b3096e83d7718ede6e5ce97c23cdc
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan  7 15:28:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan  7 15:28:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1bc455e

app-backup/duplicity: Stabilize 0.8.21 x86, #830731

Signed-off-by: Sam James  gentoo.org>

 app-backup/duplicity/duplicity-0.8.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.8.21.ebuild 
b/app-backup/duplicity/duplicity-0.8.21.ebuild
index 4ed87e10d88b..9f9af57a0a75 100644
--- a/app-backup/duplicity/duplicity-0.8.21.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.21.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/$(ver_cut 1-3)/+
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2022-01-07 Thread Richard Freeman
commit: 262894a32445b7a3e3fd326ce456373a065ad7e5
Author: Richard Freeman  gentoo  org>
AuthorDate: Fri Jan  7 14:03:45 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Fri Jan  7 14:03:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262894a3

app-backup/duplicity: amd64 stable

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-0.8.21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/duplicity/duplicity-0.8.21.ebuild 
b/app-backup/duplicity/duplicity-0.8.21.ebuild
index 19902aea7f33..4ed87e10d88b 100644
--- a/app-backup/duplicity/duplicity-0.8.21.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/$(ver_cut 1-3)/+
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2021-12-07 Thread Richard Freeman
commit: e73dae1dfcdbf45dca388a214243a6d9f98022c5
Author: Richard Freeman  gentoo  org>
AuthorDate: Tue Dec  7 19:32:37 2021 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue Dec  7 19:32:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73dae1d

app-backup/duplicity: bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-0.8.21.ebuild   | 51 ++
 .../files/duplicity-0.8.21-fix-docs-cmd.patch  | 20 +
 3 files changed, 72 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 91d6a0daf4f6..8ef491a1d07f 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,2 +1,3 @@
 DIST duplicity-0.8.19.tar.gz 1372739 BLAKE2B 
6a5a642597529eea37c7224cbfdd115db42c16f6391e553454f8f82cea86240bbd68a62513129496a1f978411fdeec50c3d918bb99b470fa1444fd77e7e6c9b7
 SHA512 
c1a1f5894f8b94ac61bd98270f138c58ef5a68f3624e7e88224b15539ca6e08874df9cebb36b10167d133b1af6a93b29e7bf4084c348b9cd7914ff24415be57c
 DIST duplicity-0.8.20.tar.gz 1376671 BLAKE2B 
af3fd95b699cd9b3c6bbe259e0dd898fc058461efcb2d1d51c8c2d539df7e32fe70fb6af4b314cd6fce219345f23eb0ab342d0c7f28b05ec1ee4333c02d93415
 SHA512 
ac43473a18031fa33cee0b7a3dc6b33c830ba9d19a0129c065a226824af8aacf00230ae05bf2e0d7614ad4ce9724e40e9b8305114175af63d8a8a8642ffdce67
+DIST duplicity-0.8.21.tar.gz 1375469 BLAKE2B 
15da671b30305415dfafdef50f5f57eaea0d6504a3f35845bf4570bb0cd2d6d3c879e94dda5739f30acd54748ef7abb993405660d24cf96ab919cec08690e015
 SHA512 
573c79937e4b19e99d167fddaebfd7b747d3c5f240b14e575fecd45a225c6c279d5ce0132645bbefcddcbc688f9d67317a3ec3a0816fcb4ff303b217fe10b012

diff --git a/app-backup/duplicity/duplicity-0.8.21.ebuild 
b/app-backup/duplicity/duplicity-0.8.21.ebuild
new file mode 100644
index ..19902aea7f33
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.21.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
+
+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"
+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.21-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch
new file mode 100644
index ..d97949058a28
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch
@@ -0,0 +1,20 @@
+--- duplicity-0.8.21/setup.py  2021-12-07 14:26:58.096082507 -0500
 duplicity-0.8.21/setup.py  2021-12-07 14:27:44.915022471 -0500
+@@ -94,17 +94,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % Version,
+-[
+-u'AUTHORS',
+-u'CHANGELOG.md',
+-u'COPYING',
+-u'README.md',
+-u'README-LOG.md',
+-u'README-REPO.md',
+-u'README-TESTING.md',
+-],
+-),
+ ]
+ 
+ if not os.environ.get(u'READTHEDOCS') == u'True':



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2021-08-05 Thread Richard Freeman
commit: 6a80c204977f3f4032808e08ffdd494b57691347
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu Aug  5 15:26:24 2021 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Aug  5 15:26:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a80c204

app-backup/duplicity: revert allarches

Missed an installed so file...

Reverts: 7bb3f30e5ddb59edc6183c65b776a5f6776f04ce
Closes: https://bugs.gentoo.org/806550
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-backup/duplicity/metadata.xml 
b/app-backup/duplicity/metadata.xml
index 60078434d82..f4ba07141e1 100644
--- a/app-backup/duplicity/metadata.xml
+++ b/app-backup/duplicity/metadata.xml
@@ -12,5 +12,4 @@

Support for backing up to the Amazon S3 
system

-   
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/, app-backup/duplicity/

2021-08-05 Thread Richard Freeman
commit: 308ebefee7bf362217411d0a16cd711e1bc9a69d
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu Aug  5 13:23:42 2021 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Aug  5 13:23:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308ebefe

app-backup/duplicity: bump

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-0.8.20.ebuild   | 51 ++
 .../files/duplicity-0.8.20-fix-docs-cmd.patch  | 20 +
 3 files changed, 72 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 98873ef5f97..ff231714ddc 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,2 +1,3 @@
 DIST duplicity-0.8.17.tar.gz 1351433 BLAKE2B 
39c87c421bb8a4bf27e60c16b6dde559ed4468a1062f02623d8e37deb62e63101b6fb5524e5a991139d39422cab2803b89007bf1ca5819817ab3b53d5318b88c
 SHA512 
6f9f6b45953d2bc7ed403d68bdc419f384e07f831c783af720f15f88b100f5becb3f83f65cfc715b02686c24d18c5ec8f80c27789d1ec01cdc8efefa7590c211
 DIST duplicity-0.8.19.tar.gz 1372739 BLAKE2B 
6a5a642597529eea37c7224cbfdd115db42c16f6391e553454f8f82cea86240bbd68a62513129496a1f978411fdeec50c3d918bb99b470fa1444fd77e7e6c9b7
 SHA512 
c1a1f5894f8b94ac61bd98270f138c58ef5a68f3624e7e88224b15539ca6e08874df9cebb36b10167d133b1af6a93b29e7bf4084c348b9cd7914ff24415be57c
+DIST duplicity-0.8.20.tar.gz 1376671 BLAKE2B 
af3fd95b699cd9b3c6bbe259e0dd898fc058461efcb2d1d51c8c2d539df7e32fe70fb6af4b314cd6fce219345f23eb0ab342d0c7f28b05ec1ee4333c02d93415
 SHA512 
ac43473a18031fa33cee0b7a3dc6b33c830ba9d19a0129c065a226824af8aacf00230ae05bf2e0d7614ad4ce9724e40e9b8305114175af63d8a8a8642ffdce67

diff --git a/app-backup/duplicity/duplicity-0.8.20.ebuild 
b/app-backup/duplicity/duplicity-0.8.20.ebuild
new file mode 100644
index 000..4b901f06dcd
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.20.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
+
+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"
+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.20-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch
new file mode 100644
index 000..6ce5860e195
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch
@@ -0,0 +1,20 @@
+--- duplicity-0.8.20/setup.py  2021-08-05 09:14:41.483669131 -0400
 duplicity-0.8.20/setup.py  2021-08-05 09:15:35.086895059 -0400
+@@ -94,17 +94,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % Version,
+-[
+-u'AUTHORS',
+-u'CHANGELOG.md',
+-u'COPYING',
+-u'README.md',
+-u'README-LOG.md',
+-u'README-REPO.md',
+-u'README-TESTING.md',
+-],
+-),
+ ]
+ 
+ if not os.environ.get(u'READTHEDOCS') == u'True':



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2021-08-05 Thread Richard Freeman
commit: ccef85f77039a811824ed2d08b3318fa81561725
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu Aug  5 13:24:25 2021 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Aug  5 13:24:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccef85f7

app-backup/duplicity: clean old version with python compat issues

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 -
 app-backup/duplicity/duplicity-0.8.17.ebuild   | 51 --
 .../files/duplicity-0.8.17-fix-docs-cmd.patch  | 28 
 3 files changed, 80 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index ff231714ddc..91d6a0daf4f 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,2 @@
-DIST duplicity-0.8.17.tar.gz 1351433 BLAKE2B 
39c87c421bb8a4bf27e60c16b6dde559ed4468a1062f02623d8e37deb62e63101b6fb5524e5a991139d39422cab2803b89007bf1ca5819817ab3b53d5318b88c
 SHA512 
6f9f6b45953d2bc7ed403d68bdc419f384e07f831c783af720f15f88b100f5becb3f83f65cfc715b02686c24d18c5ec8f80c27789d1ec01cdc8efefa7590c211
 DIST duplicity-0.8.19.tar.gz 1372739 BLAKE2B 
6a5a642597529eea37c7224cbfdd115db42c16f6391e553454f8f82cea86240bbd68a62513129496a1f978411fdeec50c3d918bb99b470fa1444fd77e7e6c9b7
 SHA512 
c1a1f5894f8b94ac61bd98270f138c58ef5a68f3624e7e88224b15539ca6e08874df9cebb36b10167d133b1af6a93b29e7bf4084c348b9cd7914ff24415be57c
 DIST duplicity-0.8.20.tar.gz 1376671 BLAKE2B 
af3fd95b699cd9b3c6bbe259e0dd898fc058461efcb2d1d51c8c2d539df7e32fe70fb6af4b314cd6fce219345f23eb0ab342d0c7f28b05ec1ee4333c02d93415
 SHA512 
ac43473a18031fa33cee0b7a3dc6b33c830ba9d19a0129c065a226824af8aacf00230ae05bf2e0d7614ad4ce9724e40e9b8305114175af63d8a8a8642ffdce67

diff --git a/app-backup/duplicity/duplicity-0.8.17.ebuild 
b/app-backup/duplicity/duplicity-0.8.17.ebuild
deleted file mode 100644
index 8f7cf391d02..000
--- a/app-backup/duplicity/duplicity-0.8.17.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( 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"
-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.17-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.17-fix-docs-cmd.patch
deleted file mode 100644
index a0fce6b2c5d..000
--- a/app-backup/duplicity/files/duplicity-0.8.17-fix-docs-cmd.patch
+++ /dev/null
@@ -1,28 +0,0 @@
 duplicity-0.8.17/setup.py  2020-11-24 19:32:40.089024404 -0500
-+++ duplicity-0.8.17/setup.py  2020-11-24 19:33:32.326309755 -0500
-@@ -93,17 +93,6 @@
- u'bin/rdiffdir.1'
- ]
- ),
--(u'share/doc/duplicity-%s' % Version,
--[
--u'AUTHORS',
--u'CHANGELOG.md',
--u'COPYING',
--u'README.md',
--u'README-LOG.md',
--u'README-REPO.md',
--u'README-TESTING.md',
--],
--),
- ]
- 
- if not os.environ.get(u'READTHEDOCS') == u'True':
-@@ -339,7 +328,6 @@
- ],
- test_suite=u"testing",
- cmdclass={
--u"build_scripts": BuildScriptsCommand,
- u"install": InstallCommand,
- u"install_data": InstallDataCommand,
- u"sdist": SdistCommand,



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2021-08-05 Thread Richard Freeman
commit: 7bb3f30e5ddb59edc6183c65b776a5f6776f04ce
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu Aug  5 13:25:34 2021 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Aug  5 13:25:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb3f30e

app-backup/duplicity: flag allarches

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-backup/duplicity/metadata.xml 
b/app-backup/duplicity/metadata.xml
index f4ba07141e1..60078434d82 100644
--- a/app-backup/duplicity/metadata.xml
+++ b/app-backup/duplicity/metadata.xml
@@ -12,4 +12,5 @@

Support for backing up to the Amazon S3 
system

+   
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2021-05-26 Thread Agostino Sarubbo
commit: 4b368302bcbdf444a7dc5741a336903e10e6260f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 26 06:50:48 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 26 06:50:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b368302

app-backup/duplicity: x86 stable wrt bug #792021

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-backup/duplicity/duplicity-0.8.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.8.19.ebuild 
b/app-backup/duplicity/duplicity-0.8.19.ebuild
index c1bb9057de1..25044aa70a1 100644
--- a/app-backup/duplicity/duplicity-0.8.19.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.19.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/$(ver_cut 1-3)/+
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2021-05-25 Thread Richard Freeman
commit: bf784961992ed85dbf9cb237c9d08d2d64cde0ab
Author: Richard Freeman  gentoo  org>
AuthorDate: Tue May 25 14:26:55 2021 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue May 25 14:27:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf784961

app-backup/duplicity: clean old versions

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  2 -
 app-backup/duplicity/duplicity-0.8.15.ebuild   | 51 --
 app-backup/duplicity/duplicity-0.8.18.ebuild   | 51 --
 .../files/duplicity-0.8.15-fix-docs-cmd.patch  | 29 
 .../files/duplicity-0.8.18-fix-docs-cmd.patch  | 28 
 5 files changed, 161 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 539c5ae9067..98873ef5f97 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,4 +1,2 @@
-DIST duplicity-0.8.15.tar.gz 1482647 BLAKE2B 
e1ddd4232611ad5fcf8faa5135c925aef68a21eb9dec50de7194562a0d4871e9c58132faf9340f71367025dcc84cbc6f1aae69bd37cae294d4200a8ca8b796b3
 SHA512 
2d048377c839ae56fc2828997c9aa7ba8c339e815e1e2ae738652037508ec276a2c72583687da34408fadd4839011e242b51bc73cca954227fc51db5683c258c
 DIST duplicity-0.8.17.tar.gz 1351433 BLAKE2B 
39c87c421bb8a4bf27e60c16b6dde559ed4468a1062f02623d8e37deb62e63101b6fb5524e5a991139d39422cab2803b89007bf1ca5819817ab3b53d5318b88c
 SHA512 
6f9f6b45953d2bc7ed403d68bdc419f384e07f831c783af720f15f88b100f5becb3f83f65cfc715b02686c24d18c5ec8f80c27789d1ec01cdc8efefa7590c211
-DIST duplicity-0.8.18.tar.gz 1352646 BLAKE2B 
9703ad0780d6bd7db970941f529192132f1b7c138c72831cfdeb1b703dc9d952e28cf453a77a62babc872ec57d9193fa7293607401e278d12ec8143f779d2a60
 SHA512 
fd9dc472e4145725de343a3195ca8c898570ec492d46bc385d354c40b2c31e7c0da1f6e15e2a4a391d35926ae77e854992f4c973e55b072006c3f6489e27408f
 DIST duplicity-0.8.19.tar.gz 1372739 BLAKE2B 
6a5a642597529eea37c7224cbfdd115db42c16f6391e553454f8f82cea86240bbd68a62513129496a1f978411fdeec50c3d918bb99b470fa1444fd77e7e6c9b7
 SHA512 
c1a1f5894f8b94ac61bd98270f138c58ef5a68f3624e7e88224b15539ca6e08874df9cebb36b10167d133b1af6a93b29e7bf4084c348b9cd7914ff24415be57c

diff --git a/app-backup/duplicity/duplicity-0.8.15.ebuild 
b/app-backup/duplicity/duplicity-0.8.15.ebuild
deleted file mode 100644
index 8f7cf391d02..000
--- a/app-backup/duplicity/duplicity-0.8.15.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( 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"
-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/duplicity-0.8.18.ebuild 
b/app-backup/duplicity/duplicity-0.8.18.ebuild
deleted file mode 100644
index 4b901f06dcd..000
--- a/app-backup/duplicity/duplicity-0.8.18.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
-
-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"
-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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2021-05-25 Thread Richard Freeman
commit: 03405d52987911f4fe8456b5a06e8ce7a9ad6596
Author: Richard Freeman  gentoo  org>
AuthorDate: Tue May 25 13:58:21 2021 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue May 25 13:58:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03405d52

app-backup/duplicity: amd64 stable

Bug: https://bugs.gentoo.org/792021
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-0.8.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.8.19.ebuild 
b/app-backup/duplicity/duplicity-0.8.19.ebuild
index 4b901f06dcd..c1bb9057de1 100644
--- a/app-backup/duplicity/duplicity-0.8.19.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.19.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/$(ver_cut 1-3)/+
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/, app-backup/duplicity/

2021-05-10 Thread Richard Freeman
commit: 3d58f28da3d91b2db00c03e43e405ab79d5be468
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon May 10 17:43:23 2021 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon May 10 17:43:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d58f28d

app-backup/duplicity: bump, simplify patch

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-0.8.19.ebuild   | 51 ++
 .../files/duplicity-0.8.19-fix-docs-cmd.patch  | 20 +
 3 files changed, 72 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 3645a5f2e3b..539c5ae9067 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,4 @@
 DIST duplicity-0.8.15.tar.gz 1482647 BLAKE2B 
e1ddd4232611ad5fcf8faa5135c925aef68a21eb9dec50de7194562a0d4871e9c58132faf9340f71367025dcc84cbc6f1aae69bd37cae294d4200a8ca8b796b3
 SHA512 
2d048377c839ae56fc2828997c9aa7ba8c339e815e1e2ae738652037508ec276a2c72583687da34408fadd4839011e242b51bc73cca954227fc51db5683c258c
 DIST duplicity-0.8.17.tar.gz 1351433 BLAKE2B 
39c87c421bb8a4bf27e60c16b6dde559ed4468a1062f02623d8e37deb62e63101b6fb5524e5a991139d39422cab2803b89007bf1ca5819817ab3b53d5318b88c
 SHA512 
6f9f6b45953d2bc7ed403d68bdc419f384e07f831c783af720f15f88b100f5becb3f83f65cfc715b02686c24d18c5ec8f80c27789d1ec01cdc8efefa7590c211
 DIST duplicity-0.8.18.tar.gz 1352646 BLAKE2B 
9703ad0780d6bd7db970941f529192132f1b7c138c72831cfdeb1b703dc9d952e28cf453a77a62babc872ec57d9193fa7293607401e278d12ec8143f779d2a60
 SHA512 
fd9dc472e4145725de343a3195ca8c898570ec492d46bc385d354c40b2c31e7c0da1f6e15e2a4a391d35926ae77e854992f4c973e55b072006c3f6489e27408f
+DIST duplicity-0.8.19.tar.gz 1372739 BLAKE2B 
6a5a642597529eea37c7224cbfdd115db42c16f6391e553454f8f82cea86240bbd68a62513129496a1f978411fdeec50c3d918bb99b470fa1444fd77e7e6c9b7
 SHA512 
c1a1f5894f8b94ac61bd98270f138c58ef5a68f3624e7e88224b15539ca6e08874df9cebb36b10167d133b1af6a93b29e7bf4084c348b9cd7914ff24415be57c

diff --git a/app-backup/duplicity/duplicity-0.8.19.ebuild 
b/app-backup/duplicity/duplicity-0.8.19.ebuild
new file mode 100644
index 000..4b901f06dcd
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.19.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
+
+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"
+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.19-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.19-fix-docs-cmd.patch
new file mode 100644
index 000..afcef7ab948
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.19-fix-docs-cmd.patch
@@ -0,0 +1,20 @@
+--- duplicity-0.8.19/setup.py  2021-05-10 13:37:38.352142737 -0400
 duplicity-0.8.19/setup.py  2021-05-10 13:39:02.829865546 -0400
+@@ -93,17 +93,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % Version,
+-[
+-u'AUTHORS',
+-u'CHANGELOG.md',
+-u'COPYING',
+-u'README.md',
+-u'README-LOG.md',
+-u'README-REPO.md',
+-u'README-TESTING.md',
+-],
+-),
+ ]
+ 
+ if not os.environ.get(u'READTHEDOCS') == u'True':



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2021-02-26 Thread Sam James
commit: 5fe0d56b1691035b4676a89f32040672748b9cad
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 26 15:18:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 26 15:18:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe0d56b

app-backup/duplicity: Stabilize 0.8.17 x86, #768780

Signed-off-by: Sam James  gentoo.org>

 app-backup/duplicity/duplicity-0.8.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.8.17.ebuild 
b/app-backup/duplicity/duplicity-0.8.17.ebuild
index 80eef0e2ea4..8f7cf391d02 100644
--- a/app-backup/duplicity/duplicity-0.8.17.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.17.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/$(ver_cut 1-3)/+
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/, app-backup/duplicity/

2021-02-25 Thread Richard Freeman
commit: 526b7f1499aab1af61473fffcc93ba205ba5cb80
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu Feb 25 19:56:21 2021 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Feb 25 19:56:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526b7f14

app-backup/duplicity: remove obsolete version

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 -
 app-backup/duplicity/duplicity-0.8.16.ebuild   | 51 --
 .../files/duplicity-0.8.16-fix-docs-cmd.patch  | 29 
 3 files changed, 81 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index ae954e24e24..3645a5f2e3b 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,4 +1,3 @@
 DIST duplicity-0.8.15.tar.gz 1482647 BLAKE2B 
e1ddd4232611ad5fcf8faa5135c925aef68a21eb9dec50de7194562a0d4871e9c58132faf9340f71367025dcc84cbc6f1aae69bd37cae294d4200a8ca8b796b3
 SHA512 
2d048377c839ae56fc2828997c9aa7ba8c339e815e1e2ae738652037508ec276a2c72583687da34408fadd4839011e242b51bc73cca954227fc51db5683c258c
-DIST duplicity-0.8.16.tar.gz 1470714 BLAKE2B 
c9b2df3a7f008d44595b76d5f1d86ef53996d3ad788415e3a0fa122a7246bb5ae92e73be5079b3cef9a9a93a0b106f3be6405882028d79dc49194276a7c8f4a7
 SHA512 
67e8fe7d5db7da82d82f24892d721e32cd63fcdb8bbc5e60508af06e4c9b637f593ce0b1902c31433c92ed97035880e44368e9a461ad197511171f67de937f73
 DIST duplicity-0.8.17.tar.gz 1351433 BLAKE2B 
39c87c421bb8a4bf27e60c16b6dde559ed4468a1062f02623d8e37deb62e63101b6fb5524e5a991139d39422cab2803b89007bf1ca5819817ab3b53d5318b88c
 SHA512 
6f9f6b45953d2bc7ed403d68bdc419f384e07f831c783af720f15f88b100f5becb3f83f65cfc715b02686c24d18c5ec8f80c27789d1ec01cdc8efefa7590c211
 DIST duplicity-0.8.18.tar.gz 1352646 BLAKE2B 
9703ad0780d6bd7db970941f529192132f1b7c138c72831cfdeb1b703dc9d952e28cf453a77a62babc872ec57d9193fa7293607401e278d12ec8143f779d2a60
 SHA512 
fd9dc472e4145725de343a3195ca8c898570ec492d46bc385d354c40b2c31e7c0da1f6e15e2a4a391d35926ae77e854992f4c973e55b072006c3f6489e27408f

diff --git a/app-backup/duplicity/duplicity-0.8.16.ebuild 
b/app-backup/duplicity/duplicity-0.8.16.ebuild
deleted file mode 100644
index 6d763c668f4..000
--- a/app-backup/duplicity/duplicity-0.8.16.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( 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"
-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.16-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.16-fix-docs-cmd.patch
deleted file mode 100644
index 3b8fa1c22ed..000
--- a/app-backup/duplicity/files/duplicity-0.8.16-fix-docs-cmd.patch
+++ /dev/null
@@ -1,29 +0,0 @@
 duplicity-0.8.16/setup.py  2020-10-12 13:44:15.382732960 -0400
-+++ duplicity-0.8.16/setup.py  2020-10-12 13:46:03.553414858 -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.md',
--u'README-LOG.md',
--u'README-REPO.md',
--u'README-TESTING.md',
--],
--),
- ]
- 
- 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,



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2021-02-25 Thread Richard Freeman
commit: cb0a7d5e65a46215b0a3a17528662ca27b988256
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu Feb 25 19:54:06 2021 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Feb 25 19:54:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0a7d5e

app-backup/duplicity: bump, update python support

Fixes: https://bugs.gentoo.org/768777
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-0.8.18.ebuild   | 51 ++
 .../files/duplicity-0.8.18-fix-docs-cmd.patch  | 28 
 3 files changed, 80 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 20beea1a5d8..ae954e24e24 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,4 @@
 DIST duplicity-0.8.15.tar.gz 1482647 BLAKE2B 
e1ddd4232611ad5fcf8faa5135c925aef68a21eb9dec50de7194562a0d4871e9c58132faf9340f71367025dcc84cbc6f1aae69bd37cae294d4200a8ca8b796b3
 SHA512 
2d048377c839ae56fc2828997c9aa7ba8c339e815e1e2ae738652037508ec276a2c72583687da34408fadd4839011e242b51bc73cca954227fc51db5683c258c
 DIST duplicity-0.8.16.tar.gz 1470714 BLAKE2B 
c9b2df3a7f008d44595b76d5f1d86ef53996d3ad788415e3a0fa122a7246bb5ae92e73be5079b3cef9a9a93a0b106f3be6405882028d79dc49194276a7c8f4a7
 SHA512 
67e8fe7d5db7da82d82f24892d721e32cd63fcdb8bbc5e60508af06e4c9b637f593ce0b1902c31433c92ed97035880e44368e9a461ad197511171f67de937f73
 DIST duplicity-0.8.17.tar.gz 1351433 BLAKE2B 
39c87c421bb8a4bf27e60c16b6dde559ed4468a1062f02623d8e37deb62e63101b6fb5524e5a991139d39422cab2803b89007bf1ca5819817ab3b53d5318b88c
 SHA512 
6f9f6b45953d2bc7ed403d68bdc419f384e07f831c783af720f15f88b100f5becb3f83f65cfc715b02686c24d18c5ec8f80c27789d1ec01cdc8efefa7590c211
+DIST duplicity-0.8.18.tar.gz 1352646 BLAKE2B 
9703ad0780d6bd7db970941f529192132f1b7c138c72831cfdeb1b703dc9d952e28cf453a77a62babc872ec57d9193fa7293607401e278d12ec8143f779d2a60
 SHA512 
fd9dc472e4145725de343a3195ca8c898570ec492d46bc385d354c40b2c31e7c0da1f6e15e2a4a391d35926ae77e854992f4c973e55b072006c3f6489e27408f

diff --git a/app-backup/duplicity/duplicity-0.8.18.ebuild 
b/app-backup/duplicity/duplicity-0.8.18.ebuild
new file mode 100644
index 000..4b901f06dcd
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.18.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
+
+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"
+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.18-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.18-fix-docs-cmd.patch
new file mode 100644
index 000..a0fce6b2c5d
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.18-fix-docs-cmd.patch
@@ -0,0 +1,28 @@
+--- duplicity-0.8.17/setup.py  2020-11-24 19:32:40.089024404 -0500
 duplicity-0.8.17/setup.py  2020-11-24 19:33:32.326309755 -0500
+@@ -93,17 +93,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % Version,
+-[
+-u'AUTHORS',
+-u'CHANGELOG.md',
+-u'COPYING',
+-u'README.md',
+-u'README-LOG.md',
+-u'README-REPO.md',
+-u'README-TESTING.md',
+-],
+-),
+ ]
+ 
+ if not os.environ.get(u'READTHEDOCS') == u'True':
+@@ -339,7 +328,6 @@
+ ],
+ test_suite=u"testing",
+ cmdclass={
+-u"build_scripts": BuildScriptsCommand,
+ u"install": InstallCommand,
+ u"install_data": InstallDataCommand,
+ u"sdist": SdistCommand,



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2021-02-25 Thread Richard Freeman
commit: feed2559227cba68a448009087f7b37319194b7c
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu Feb 25 19:45:50 2021 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Feb 25 19:46:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feed2559

app-backup/duplicity: amd64 stable

Bug: https://bugs.gentoo.org/768780
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-0.8.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.8.17.ebuild 
b/app-backup/duplicity/duplicity-0.8.17.ebuild
index 6d763c668f4..80eef0e2ea4 100644
--- a/app-backup/duplicity/duplicity-0.8.17.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.17.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/$(ver_cut 1-3)/+
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2021-01-06 Thread Fabian Groffen
commit: 7537fbfbe91a5e2e709fd549b4ebe6e9885c8a52
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 12:52:10 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 12:52:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7537fbfb

app-backup/duplicity: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-backup/duplicity/duplicity-0.8.15.ebuild | 4 ++--
 app-backup/duplicity/duplicity-0.8.16.ebuild | 4 ++--
 app-backup/duplicity/duplicity-0.8.17.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-backup/duplicity/duplicity-0.8.15.ebuild 
b/app-backup/duplicity/duplicity-0.8.15.ebuild
index 4ed9d94f38e..b25959a13f1 100644
--- a/app-backup/duplicity/duplicity-0.8.15.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/$(ver_cut 1-3)/+
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="

diff --git a/app-backup/duplicity/duplicity-0.8.16.ebuild 
b/app-backup/duplicity/duplicity-0.8.16.ebuild
index ab86fd3ebc1..1e59461a015 100644
--- a/app-backup/duplicity/duplicity-0.8.16.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/$(ver_cut 1-3)/+
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="

diff --git a/app-backup/duplicity/duplicity-0.8.17.ebuild 
b/app-backup/duplicity/duplicity-0.8.17.ebuild
index ab86fd3ebc1..1e59461a015 100644
--- a/app-backup/duplicity/duplicity-0.8.17.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/$(ver_cut 1-3)/+
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2020-11-24 Thread Richard Freeman
commit: 884b7cd01b40a53a7df2b624b0c31edd3bf42ab5
Author: Richard Freeman  gentoo  org>
AuthorDate: Wed Nov 25 00:40:28 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Wed Nov 25 00:40:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=884b7cd0

app-backup/duplicity: bump

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-0.8.17.ebuild   | 51 ++
 .../files/duplicity-0.8.17-fix-docs-cmd.patch  | 28 
 3 files changed, 80 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index e7d4a7a126f..20beea1a5d8 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,2 +1,3 @@
 DIST duplicity-0.8.15.tar.gz 1482647 BLAKE2B 
e1ddd4232611ad5fcf8faa5135c925aef68a21eb9dec50de7194562a0d4871e9c58132faf9340f71367025dcc84cbc6f1aae69bd37cae294d4200a8ca8b796b3
 SHA512 
2d048377c839ae56fc2828997c9aa7ba8c339e815e1e2ae738652037508ec276a2c72583687da34408fadd4839011e242b51bc73cca954227fc51db5683c258c
 DIST duplicity-0.8.16.tar.gz 1470714 BLAKE2B 
c9b2df3a7f008d44595b76d5f1d86ef53996d3ad788415e3a0fa122a7246bb5ae92e73be5079b3cef9a9a93a0b106f3be6405882028d79dc49194276a7c8f4a7
 SHA512 
67e8fe7d5db7da82d82f24892d721e32cd63fcdb8bbc5e60508af06e4c9b637f593ce0b1902c31433c92ed97035880e44368e9a461ad197511171f67de937f73
+DIST duplicity-0.8.17.tar.gz 1351433 BLAKE2B 
39c87c421bb8a4bf27e60c16b6dde559ed4468a1062f02623d8e37deb62e63101b6fb5524e5a991139d39422cab2803b89007bf1ca5819817ab3b53d5318b88c
 SHA512 
6f9f6b45953d2bc7ed403d68bdc419f384e07f831c783af720f15f88b100f5becb3f83f65cfc715b02686c24d18c5ec8f80c27789d1ec01cdc8efefa7590c211

diff --git a/app-backup/duplicity/duplicity-0.8.17.ebuild 
b/app-backup/duplicity/duplicity-0.8.17.ebuild
new file mode 100644
index 000..ab86fd3ebc1
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.17.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.17-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.17-fix-docs-cmd.patch
new file mode 100644
index 000..a0fce6b2c5d
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.17-fix-docs-cmd.patch
@@ -0,0 +1,28 @@
+--- duplicity-0.8.17/setup.py  2020-11-24 19:32:40.089024404 -0500
 duplicity-0.8.17/setup.py  2020-11-24 19:33:32.326309755 -0500
+@@ -93,17 +93,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % Version,
+-[
+-u'AUTHORS',
+-u'CHANGELOG.md',
+-u'COPYING',
+-u'README.md',
+-u'README-LOG.md',
+-u'README-REPO.md',
+-u'README-TESTING.md',
+-],
+-),
+ ]
+ 
+ if not os.environ.get(u'READTHEDOCS') == u'True':
+@@ -339,7 +328,6 @@
+ ],
+ test_suite=u"testing",
+ cmdclass={
+-u"build_scripts": BuildScriptsCommand,
+ u"install": InstallCommand,
+ u"install_data": InstallDataCommand,
+ u"sdist": SdistCommand,



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/

2020-11-04 Thread Richard Freeman
commit: 84df09d67d5aff5523ce8caac309e76e51a2ac60
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Nov  3 20:29:32 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Wed Nov  4 19:29:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84df09d6

app-backup/duplicity: remove unused patches

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18122
Signed-off-by: Richard Freeman  gentoo.org>

 .../files/duplicity-0.8.12.1612-fix-docs-cmd.patch | 29 --
 .../files/duplicity-0.8.13-fix-docs-cmd.patch  | 29 --
 2 files changed, 58 deletions(-)

diff --git 
a/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs-cmd.patch
deleted file mode 100644
index 89cd583e6bf..000
--- a/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs-cmd.patch
+++ /dev/null
@@ -1,29 +0,0 @@
 duplicity-0.8.12.1612/setup.py 2020-05-07 12:07:21.571865871 -0400
-+++ duplicity-0.8.12.1612/setup.py 2020-05-07 12:08:29.617846122 -0400
-@@ -88,18 +88,6 @@
- u'bin/rdiffdir.1'
- ]
- ),
--(u'share/doc/duplicity-%s' % version_string,
--[
--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':
-@@ -265,7 +253,6 @@
- ],
- test_suite=u"testing",
- cmdclass={
--u"build_scripts": BSCommand,
- u"install": InstallCommand,
- u"test": TestCommand,
- },

diff --git a/app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch
deleted file mode 100644
index 23b31e23fc0..000
--- a/app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch
+++ /dev/null
@@ -1,29 +0,0 @@
 duplicity-0.8.13/setup.py  2020-06-02 16:19:25.127576334 -0400
-+++ duplicity-0.8.13/setup.py  2020-06-02 16:20:33.730535892 -0400
-@@ -89,18 +89,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':
-@@ -319,7 +307,6 @@
- ],
- test_suite=u"testing",
- cmdclass={
--u"build_scripts": BSCommand,
- u"install": InstallCommand,
- u"sdist": SdistCommand,
- u"test": TestCommand,



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2020-10-22 Thread Richard Freeman
commit: da833b08b901d72ad684a7e01893f1d1a0225062
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu Oct 22 15:08:32 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Oct 22 15:08:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da833b08

app-backup/duplicity: clean up old versions

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  2 -
 .../duplicity/duplicity-0.8.12.1612-r1.ebuild  | 50 -
 app-backup/duplicity/duplicity-0.8.13.ebuild   | 51 --
 3 files changed, 103 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index a44278ca813..e7d4a7a126f 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,4 +1,2 @@
-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
 DIST duplicity-0.8.16.tar.gz 1470714 BLAKE2B 
c9b2df3a7f008d44595b76d5f1d86ef53996d3ad788415e3a0fa122a7246bb5ae92e73be5079b3cef9a9a93a0b106f3be6405882028d79dc49194276a7c8f4a7
 SHA512 
67e8fe7d5db7da82d82f24892d721e32cd63fcdb8bbc5e60508af06e4c9b637f593ce0b1902c31433c92ed97035880e44368e9a461ad197511171f67de937f73

diff --git a/app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild
deleted file mode 100644
index 9bbe98ffa27..000
--- a/app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="http://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}]
-   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/duplicity-0.8.13.ebuild 
b/app-backup/duplicity/duplicity-0.8.13.ebuild
deleted file mode 100644
index afc6288b43a..000
--- a/app-backup/duplicity/duplicity-0.8.13.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
-
-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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/, app-backup/duplicity/

2020-10-12 Thread Richard Freeman
commit: c50cffc593dfeda2c595e46133e12765c53e5c96
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Oct 12 17:51:50 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Oct 12 17:52:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50cffc5

app-backup/duplicity: bump

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-0.8.16.ebuild   | 51 ++
 .../files/duplicity-0.8.16-fix-docs-cmd.patch  | 29 
 3 files changed, 81 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index ca6af8ec46e..a44278ca813 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,4 @@
 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
+DIST duplicity-0.8.16.tar.gz 1470714 BLAKE2B 
c9b2df3a7f008d44595b76d5f1d86ef53996d3ad788415e3a0fa122a7246bb5ae92e73be5079b3cef9a9a93a0b106f3be6405882028d79dc49194276a7c8f4a7
 SHA512 
67e8fe7d5db7da82d82f24892d721e32cd63fcdb8bbc5e60508af06e4c9b637f593ce0b1902c31433c92ed97035880e44368e9a461ad197511171f67de937f73

diff --git a/app-backup/duplicity/duplicity-0.8.16.ebuild 
b/app-backup/duplicity/duplicity-0.8.16.ebuild
new file mode 100644
index 000..ab86fd3ebc1
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.16.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.16-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.16-fix-docs-cmd.patch
new file mode 100644
index 000..3b8fa1c22ed
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.16-fix-docs-cmd.patch
@@ -0,0 +1,29 @@
+--- duplicity-0.8.16/setup.py  2020-10-12 13:44:15.382732960 -0400
 duplicity-0.8.16/setup.py  2020-10-12 13:46:03.553414858 -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.md',
+-u'README-LOG.md',
+-u'README-REPO.md',
+-u'README-TESTING.md',
+-],
+-),
+ ]
+ 
+ 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,



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2020-10-01 Thread Richard Freeman
commit: f994e2ea58e31c2fdc26537c5a002cf9422a5430
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu Oct  1 19:06:28 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Oct  1 19:06:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f994e2ea

app-backup/duplicity: amd64 stable

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-0.8.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.8.15.ebuild 
b/app-backup/duplicity/duplicity-0.8.15.ebuild
index ab86fd3ebc1..7b851921293 100644
--- a/app-backup/duplicity/duplicity-0.8.15.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.15.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/$(ver_cut 1-3)/+
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2020-09-01 Thread Richard Freeman
commit: 7d765ed0f26c2a4b96e2c6a6e0cec9d0aa1aef1a
Author: Richard Freeman  gentoo  org>
AuthorDate: Tue Sep  1 20:19:52 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue Sep  1 20:20:04 2020 +
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  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 000..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 000..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,



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2020-06-07 Thread Richard Freeman
commit: 5ef8d73f6baee10c2aaa8440daf9a89245bee614
Author: Richard Freeman  gentoo  org>
AuthorDate: Sun Jun  7 11:51:46 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sun Jun  7 11:51:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef8d73f

app-backup/duplicity: fix missing setuptools_scm dep

Closes: https://bugs.gentoo.org/726880
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-0.8.13.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-backup/duplicity/duplicity-0.8.13.ebuild 
b/app-backup/duplicity/duplicity-0.8.13.ebuild
index d63a2b17069..afc6288b43a 100644
--- a/app-backup/duplicity/duplicity-0.8.13.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.13.ebuild
@@ -22,6 +22,7 @@ CDEPEND="
 "
 DEPEND="${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
app-arch/par2cmdline
dev-python/mock[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/

2020-06-04 Thread Richard Freeman
commit: 0d82464546659a8e2e797fc60889bcea6f9c1a2f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Jun  4 18:24:14 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Jun  4 20:15:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d824645

app-backup/duplicity: remove unused patches

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16067
Signed-off-by: Richard Freeman  gentoo.org>

 .../duplicity/files/duplicity-0.8.09-fix-docs.patch | 15 ---
 .../files/duplicity-0.8.11.1596-fix-docs.patch  | 21 -
 .../files/duplicity-0.8.12.1612-fix-docs.patch  | 21 -
 3 files changed, 57 deletions(-)

diff --git a/app-backup/duplicity/files/duplicity-0.8.09-fix-docs.patch 
b/app-backup/duplicity/files/duplicity-0.8.09-fix-docs.patch
deleted file mode 100644
index 2141a359b89..000
--- a/app-backup/duplicity/files/duplicity-0.8.09-fix-docs.patch
+++ /dev/null
@@ -1,15 +0,0 @@
 duplicity-0.8.09/setup.py  2020-01-19 21:15:47.770168177 -0500
-+++ duplicity-0.8.09/setup.py  2020-01-19 21:16:53.347709792 -0500
-@@ -51,12 +51,6 @@
- data_files = [(u'share/man/man1',
-[u'bin/duplicity.1',
- u'bin/rdiffdir.1']),
--  (u'share/doc/duplicity-%s' % version_string,
--   [u'COPYING',
--u'README',
--u'README-REPO',
--u'README-LOG',
--u'CHANGELOG']),
-   ]
- 
- top_dir = os.path.dirname(os.path.abspath(__file__))

diff --git a/app-backup/duplicity/files/duplicity-0.8.11.1596-fix-docs.patch 
b/app-backup/duplicity/files/duplicity-0.8.11.1596-fix-docs.patch
deleted file mode 100644
index 6b8c710f316..000
--- a/app-backup/duplicity/files/duplicity-0.8.11.1596-fix-docs.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 duplicity-0.8.11.1596/setup.py 2020-03-05 09:18:42.532941503 -0500
-+++ duplicity-0.8.11.1596/setup.py 2020-03-05 09:20:10.612061492 -0500
-@@ -88,18 +88,6 @@
- u'bin/rdiffdir.1'
- ]
- ),
--(u'share/doc/duplicity-%s' % version_string,
--[
--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':

diff --git a/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch 
b/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch
deleted file mode 100644
index 0cd64d6dc36..000
--- a/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 duplicity-0.8.12.1612/setup.py 2020-03-05 09:18:42.532941503 -0500
-+++ duplicity-0.8.12.1612/setup.py 2020-03-05 09:20:10.612061492 -0500
-@@ -88,18 +88,6 @@
- u'bin/rdiffdir.1'
- ]
- ),
--(u'share/doc/duplicity-%s' % version_string,
--[
--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':



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2020-06-02 Thread Richard Freeman
commit: 6c3a2174fcbb4f2fd9dc18d2128cb19a9146da01
Author: Richard Freeman  gentoo  org>
AuthorDate: Tue Jun  2 20:32:54 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue Jun  2 20:32:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3a2174

app-backup/duplicity: remove old versions

In particular, those with python migration issues...

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  2 -
 app-backup/duplicity/duplicity-0.8.09-r1.ebuild| 50 --
 .../duplicity/duplicity-0.8.11.1596-r1.ebuild  | 50 --
 app-backup/duplicity/duplicity-0.8.11.1596.ebuild  | 50 --
 app-backup/duplicity/duplicity-0.8.12.1612.ebuild  | 50 --
 5 files changed, 202 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 8381ff36811..cf9b876454e 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,4 +1,2 @@
-DIST duplicity-0.8.09.tar.gz 1856764 BLAKE2B 
b5d0dd3270c237694000dc36a65a4293c43264edf933a195692d2847d008a898d5cf95c0b21b285503023ef8885278485cebabc2d2b7094ae65e13d277c80e5a
 SHA512 
e4045a1c1adbf0927ee5325f02b79e7c0b38034080be4b563f20f1af593c8c1943a772fe7f212730e60f7c7cee93756426fe769a62050d42651fd1af7f6ba50a
-DIST duplicity-0.8.11.1596.tar.gz 1872223 BLAKE2B 
ad3ee2536731d1a6e8fb3fd87bb69b8ce8b43bb90688fe957cfb2718ad44f57db98c3aec4805356a7d44bea681f6ec9603aa082dbf86e58684fbe8000d1676b5
 SHA512 
67940d73d8213559ba88ec21e1326aca0dd065888cbf2e3c68f0f515ba9246100fd6e6d0bd1f12cb678702559f2266b7905931506d2ff6fe6fd35c673593479b
 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

diff --git a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
deleted file mode 100644
index 6507cb77f9b..000
--- a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="http://www.nongnu.org/duplicity/;
-SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/${PV}/+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}]
-   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.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/duplicity-0.8.11.1596-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild
deleted file mode 100644
index 3f789257f08..000
--- a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="http://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}]
-   test? (
-   app-arch/par2cmdline
-   dev-python/mock[${PYTHON_USEDEP}]
- 

[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/, app-backup/duplicity/

2020-06-02 Thread Richard Freeman
commit: c8d81a2cce37e50194548bd990540b2cc0eeec82
Author: Richard Freeman  gentoo  org>
AuthorDate: Tue Jun  2 20:31:53 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue Jun  2 20:31:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d81a2c

app-backup/duplicity: bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-0.8.13.ebuild   | 50 ++
 .../files/duplicity-0.8.13-fix-docs-cmd.patch  | 29 +
 3 files changed, 80 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 496cf40ae17..8381ff36811 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,4 @@
 DIST duplicity-0.8.09.tar.gz 1856764 BLAKE2B 
b5d0dd3270c237694000dc36a65a4293c43264edf933a195692d2847d008a898d5cf95c0b21b285503023ef8885278485cebabc2d2b7094ae65e13d277c80e5a
 SHA512 
e4045a1c1adbf0927ee5325f02b79e7c0b38034080be4b563f20f1af593c8c1943a772fe7f212730e60f7c7cee93756426fe769a62050d42651fd1af7f6ba50a
 DIST duplicity-0.8.11.1596.tar.gz 1872223 BLAKE2B 
ad3ee2536731d1a6e8fb3fd87bb69b8ce8b43bb90688fe957cfb2718ad44f57db98c3aec4805356a7d44bea681f6ec9603aa082dbf86e58684fbe8000d1676b5
 SHA512 
67940d73d8213559ba88ec21e1326aca0dd065888cbf2e3c68f0f515ba9246100fd6e6d0bd1f12cb678702559f2266b7905931506d2ff6fe6fd35c673593479b
 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

diff --git a/app-backup/duplicity/duplicity-0.8.13.ebuild 
b/app-backup/duplicity/duplicity-0.8.13.ebuild
new file mode 100644
index 000..d63a2b17069
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.13.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 )
+
+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}]
+   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.13-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch
new file mode 100644
index 000..23b31e23fc0
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch
@@ -0,0 +1,29 @@
+--- duplicity-0.8.13/setup.py  2020-06-02 16:19:25.127576334 -0400
 duplicity-0.8.13/setup.py  2020-06-02 16:20:33.730535892 -0400
+@@ -89,18 +89,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':
+@@ -319,7 +307,6 @@
+ ],
+ test_suite=u"testing",
+ cmdclass={
+-u"build_scripts": BSCommand,
+ u"install": InstallCommand,
+ u"sdist": SdistCommand,
+ u"test": TestCommand,



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2020-05-12 Thread Agostino Sarubbo
commit: b792e4dc2066370ef1890a2a94735ee1e55a1654
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 12 06:38:59 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 12 06:38:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b792e4dc

app-backup/duplicity: x86 stable wrt bug #721432

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild
index 223928555b8..9bbe98ffa27 100644
--- a/app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/$(ver_cut 1-3)/+
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2020-05-09 Thread Richard Freeman
commit: b036cdec177c998c5e2b6df2cacff8363b467df7
Author: Richard Freeman  gentoo  org>
AuthorDate: Sat May  9 14:54:52 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sat May  9 14:54:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b036cdec

app-backup/duplicity: amd64 stable

Stabilizing revbump <30d due to python USE default changes, and
last-minute fix for python3 issues in previous revision.

Bug: https://bugs.gentoo.org/721432
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild
index 7c75e96f148..223928555b8 100644
--- a/app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/$(ver_cut 1-3)/+
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2020-05-07 Thread Richard Freeman
commit: d554635fb1e0683395b6cf1c8ac205e8c9bc0327
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu May  7 16:30:52 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu May  7 16:52:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d554635f

app-backup/duplicity: setup.py fix to allow python-exec wrapping

Thanks to Alexander who discovered the root cause of this problem.

Credit: Alexander Tsoy
Closes: https://bugs.gentoo.org/710500
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Richard Freeman  gentoo.org>

 .../duplicity/duplicity-0.8.12.1612-r1.ebuild  | 50 ++
 .../files/duplicity-0.8.12.1612-fix-docs-cmd.patch | 29 +
 2 files changed, 79 insertions(+)

diff --git a/app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild
new file mode 100644
index 000..7c75e96f148
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.12.1612-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://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}]
+   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.12.1612-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs-cmd.patch
new file mode 100644
index 000..89cd583e6bf
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs-cmd.patch
@@ -0,0 +1,29 @@
+--- duplicity-0.8.12.1612/setup.py 2020-05-07 12:07:21.571865871 -0400
 duplicity-0.8.12.1612/setup.py 2020-05-07 12:08:29.617846122 -0400
+@@ -88,18 +88,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % version_string,
+-[
+-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':
+@@ -265,7 +253,6 @@
+ ],
+ test_suite=u"testing",
+ cmdclass={
+-u"build_scripts": BSCommand,
+ u"install": InstallCommand,
+ u"test": TestCommand,
+ },



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/

2020-03-29 Thread Richard Freeman
commit: cbfd35ee1e516b74873a3e92d23d1aaf51035543
Author: Richard Freeman  gentoo  org>
AuthorDate: Sun Mar 29 16:25:53 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sun Mar 29 16:26:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfd35ee

app-backup/duplicity: fix directory name in patch

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch 
b/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch
index 6b8c710f316..0cd64d6dc36 100644
--- a/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch
+++ b/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch
@@ -1,5 +1,5 @@
 duplicity-0.8.11.1596/setup.py 2020-03-05 09:18:42.532941503 -0500
-+++ duplicity-0.8.11.1596/setup.py 2020-03-05 09:20:10.612061492 -0500
+--- duplicity-0.8.12.1612/setup.py 2020-03-05 09:18:42.532941503 -0500
 duplicity-0.8.12.1612/setup.py 2020-03-05 09:20:10.612061492 -0500
 @@ -88,18 +88,6 @@
  u'bin/rdiffdir.1'
  ]



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2020-03-29 Thread Richard Freeman
commit: 52dd3be236544b98820219bab687f6678c3ceed6
Author: Richard Freeman  gentoo  org>
AuthorDate: Sun Mar 29 15:57:22 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sun Mar 29 15:57:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52dd3be2

app-backup/duplicity: bump

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-0.8.12.1612.ebuild  | 50 ++
 .../files/duplicity-0.8.12.1612-fix-docs.patch | 21 +
 3 files changed, 72 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 315d66b5862..496cf40ae17 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,2 +1,3 @@
 DIST duplicity-0.8.09.tar.gz 1856764 BLAKE2B 
b5d0dd3270c237694000dc36a65a4293c43264edf933a195692d2847d008a898d5cf95c0b21b285503023ef8885278485cebabc2d2b7094ae65e13d277c80e5a
 SHA512 
e4045a1c1adbf0927ee5325f02b79e7c0b38034080be4b563f20f1af593c8c1943a772fe7f212730e60f7c7cee93756426fe769a62050d42651fd1af7f6ba50a
 DIST duplicity-0.8.11.1596.tar.gz 1872223 BLAKE2B 
ad3ee2536731d1a6e8fb3fd87bb69b8ce8b43bb90688fe957cfb2718ad44f57db98c3aec4805356a7d44bea681f6ec9603aa082dbf86e58684fbe8000d1676b5
 SHA512 
67940d73d8213559ba88ec21e1326aca0dd065888cbf2e3c68f0f515ba9246100fd6e6d0bd1f12cb678702559f2266b7905931506d2ff6fe6fd35c673593479b
+DIST duplicity-0.8.12.1612.tar.gz 1883596 BLAKE2B 
6d3075cdc6cd1f09e60cdbdc5d17867f3686a7e05ce16b908b797b6d2c343ae4c8104793b9f389920112917089086ac8f4c5baffa326c528c023bd40daab8643
 SHA512 
eac4d1aecd604ece123bd3b5cecd3b65e1213c243db1a3ce25bae58360d666dd1db07ba0a137e7682f99775ece20453c7dc44cd87940b56c0acd05d01149c951

diff --git a/app-backup/duplicity/duplicity-0.8.12.1612.ebuild 
b/app-backup/duplicity/duplicity-0.8.12.1612.ebuild
new file mode 100644
index 000..3f789257f08
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.12.1612.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://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}]
+   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.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.12.1612-fix-docs.patch 
b/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch
new file mode 100644
index 000..6b8c710f316
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-docs.patch
@@ -0,0 +1,21 @@
+--- duplicity-0.8.11.1596/setup.py 2020-03-05 09:18:42.532941503 -0500
 duplicity-0.8.11.1596/setup.py 2020-03-05 09:20:10.612061492 -0500
+@@ -88,18 +88,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % version_string,
+-[
+-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':



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2020-03-28 Thread Michał Górny
commit: 66d962b2143c6eca3d78d393fcf4cc372aad7049
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 16:18:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 16:27:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d962b2

app-backup/duplicity: Remove old (py2)

Signed-off-by: Michał Górny  gentoo.org>

 app-backup/duplicity/Manifest  |  3 --
 app-backup/duplicity/duplicity-0.7.10.ebuild   | 53 -
 app-backup/duplicity/duplicity-0.7.12.ebuild   | 53 -
 app-backup/duplicity/duplicity-0.7.19.ebuild   | 54 --
 .../files/duplicity-0.6.24-skip-test.patch | 10 
 5 files changed, 173 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index fe2a5ebc759..315d66b5862 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,5 +1,2 @@
-DIST duplicity-0.7.10.tar.gz 1543523 BLAKE2B 
a38c5310d6949d36f74620ef617f790943284d7219168e0e49ed13834ab72f5c0d057ef59454e58a25be3a9e28d9627d60c007aab373e150afca08248d79aab6
 SHA512 
d04273384749c88d0a4f46bc1dcdcbb945ec1a78fb21064f12f0ca6c92cc73ad36fc3149461dbe0a660cd752a1147b2fa5d2b4056a5414c7790747eb5983e0bd
-DIST duplicity-0.7.12.tar.gz 1552442 BLAKE2B 
4a7d0609748bffa147994a4abdb88bc0d62905c1423dc91caa4b8e5bb0c5953e26df72f647697685cfa3caed3741658d00d1a2b62b8c47bb1ac61da8973df9ca
 SHA512 
8a532e7bb548c170184666a0ba2b41a15f3002c14edd64b1b1eb4df862647fc6dfde797d6ecf38e326d7c160c31ff521baf351e520835495e1d0e2ddbdb19f0f
-DIST duplicity-0.7.19.tar.gz 1727321 BLAKE2B 
6441a2ce777b3b08c52ede8602a73080be372dec1c1788441c7e7135533aeeb3be48012db4bdfc2a78c7ca23d368637ccc7aa0f0361369ac9f42c00a1541e023
 SHA512 
26d1724a635c368e04f2a94f974ef6962c52b23345db59af3343e7221295caa0215ae119fff6ab44daa4622236683eb9d3dae742bf0d4cf08c02e3f63071001b
 DIST duplicity-0.8.09.tar.gz 1856764 BLAKE2B 
b5d0dd3270c237694000dc36a65a4293c43264edf933a195692d2847d008a898d5cf95c0b21b285503023ef8885278485cebabc2d2b7094ae65e13d277c80e5a
 SHA512 
e4045a1c1adbf0927ee5325f02b79e7c0b38034080be4b563f20f1af593c8c1943a772fe7f212730e60f7c7cee93756426fe769a62050d42651fd1af7f6ba50a
 DIST duplicity-0.8.11.1596.tar.gz 1872223 BLAKE2B 
ad3ee2536731d1a6e8fb3fd87bb69b8ce8b43bb90688fe957cfb2718ad44f57db98c3aec4805356a7d44bea681f6ec9603aa082dbf86e58684fbe8000d1676b5
 SHA512 
67940d73d8213559ba88ec21e1326aca0dd065888cbf2e3c68f0f515ba9246100fd6e6d0bd1f12cb678702559f2266b7905931506d2ff6fe6fd35c673593479b

diff --git a/app-backup/duplicity/duplicity-0.7.10.ebuild 
b/app-backup/duplicity/duplicity-0.7.10.ebuild
deleted file mode 100644
index d686f7ae3a5..000
--- a/app-backup/duplicity/duplicity-0.7.10.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="http://www.nongnu.org/duplicity/;
-SRC_URI="https://code.launchpad.net/${PN}/$(get_version_component_range 
1-2)-series/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="s3 test"
-
-CDEPEND="
-   net-libs/librsync
-   app-crypt/gnupg
-   dev-python/lockfile
-"
-DEPEND="${CDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="${CDEPEND}
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
-"
-
-RESTRICT="!test? ( test )"
-
-python_prepare_all() {
-   # workaround until failing test is fixed
-   local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
-
-   distutils-r1_python_prepare_all
-
-   sed -i "s/'COPYING',//" setup.py || die
-}
-
-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/duplicity-0.7.12.ebuild 
b/app-backup/duplicity/duplicity-0.7.12.ebuild
deleted file mode 100644
index f23738bd29b..000
--- a/app-backup/duplicity/duplicity-0.7.12.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="http://www.nongnu.org/duplicity/;
-SRC_URI="https://code.launchpad.net/${PN}/$(get_version_component_range 
1-2)-series/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"

[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2020-03-28 Thread Michał Górny
commit: 369bc453e05b10bbb7ee6223d5ca63b58639e653
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 16:27:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 16:27:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369bc453

app-backup/duplicity: Remove redundant longdesc

Signed-off-by: Michał Górny  gentoo.org>

 app-backup/duplicity/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-backup/duplicity/metadata.xml 
b/app-backup/duplicity/metadata.xml
index 82d5a255de7..c94fa8002b0 100644
--- a/app-backup/duplicity/metadata.xml
+++ b/app-backup/duplicity/metadata.xml
@@ -9,7 +9,6 @@
gen...@seichter.de
Ralph Seichter

-   Encrypted bandwidth-efficient backup using the rsync 
algorithm

Support for backing up to the Amazon S3 
system




[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2020-03-28 Thread Michał Górny
commit: 3d10ae9219795891c021fa04deeecaf9873ae68b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 16:20:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 16:27:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d10ae92

app-backup/duplicity: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 app-backup/duplicity/duplicity-0.8.09-r1.ebuild  | 2 +-
 app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild | 2 +-
 app-backup/duplicity/duplicity-0.8.11.1596.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
index d0a0bbcc793..6507cb77f9b 100644
--- a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild
index f10cb3f300f..3f789257f08 100644
--- a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1
 

diff --git a/app-backup/duplicity/duplicity-0.8.11.1596.ebuild 
b/app-backup/duplicity/duplicity-0.8.11.1596.ebuild
index 8482e3100d2..f9ce35aa987 100644
--- a/app-backup/duplicity/duplicity-0.8.11.1596.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.11.1596.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2020-03-26 Thread Agostino Sarubbo
commit: 86ad6148947018da87f3bca5dce3edd3c2161028
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 26 10:23:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 26 10:23:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ad6148

app-backup/duplicity: x86 stable wrt bug #712952

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-backup/duplicity/duplicity-0.8.09-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
index cac2c9cd8ba..d0a0bbcc793 100644
--- a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/${PV}/+download/
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2020-03-09 Thread Richard Freeman
commit: c9d85ca8698b00ad907b943fcb0bfa6a793da725
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Mar  9 13:25:05 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Mar  9 13:25:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d85ca8

app-backup/duplicity: mark python 3.7 compatible

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Richard Freeman  gentoo.org>

 .../duplicity/duplicity-0.8.11.1596-r1.ebuild  | 50 ++
 1 file changed, 50 insertions(+)

diff --git a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild
new file mode 100644
index 000..f10cb3f300f
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://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}]
+   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.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."
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/, app-backup/duplicity/

2020-03-05 Thread Richard Freeman
commit: 0cf8c16da326403dd9f5a176b5ef7981575e8a57
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu Mar  5 14:28:57 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Mar  5 14:28:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf8c16d

app-backup/duplicity: bump

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-0.8.11.1596.ebuild  | 50 ++
 .../files/duplicity-0.8.11.1596-fix-docs.patch | 21 +
 3 files changed, 72 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 07c65d3ac03..fe2a5ebc759 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -2,3 +2,4 @@ DIST duplicity-0.7.10.tar.gz 1543523 BLAKE2B 
a38c5310d6949d36f74620ef617f7909432
 DIST duplicity-0.7.12.tar.gz 1552442 BLAKE2B 
4a7d0609748bffa147994a4abdb88bc0d62905c1423dc91caa4b8e5bb0c5953e26df72f647697685cfa3caed3741658d00d1a2b62b8c47bb1ac61da8973df9ca
 SHA512 
8a532e7bb548c170184666a0ba2b41a15f3002c14edd64b1b1eb4df862647fc6dfde797d6ecf38e326d7c160c31ff521baf351e520835495e1d0e2ddbdb19f0f
 DIST duplicity-0.7.19.tar.gz 1727321 BLAKE2B 
6441a2ce777b3b08c52ede8602a73080be372dec1c1788441c7e7135533aeeb3be48012db4bdfc2a78c7ca23d368637ccc7aa0f0361369ac9f42c00a1541e023
 SHA512 
26d1724a635c368e04f2a94f974ef6962c52b23345db59af3343e7221295caa0215ae119fff6ab44daa4622236683eb9d3dae742bf0d4cf08c02e3f63071001b
 DIST duplicity-0.8.09.tar.gz 1856764 BLAKE2B 
b5d0dd3270c237694000dc36a65a4293c43264edf933a195692d2847d008a898d5cf95c0b21b285503023ef8885278485cebabc2d2b7094ae65e13d277c80e5a
 SHA512 
e4045a1c1adbf0927ee5325f02b79e7c0b38034080be4b563f20f1af593c8c1943a772fe7f212730e60f7c7cee93756426fe769a62050d42651fd1af7f6ba50a
+DIST duplicity-0.8.11.1596.tar.gz 1872223 BLAKE2B 
ad3ee2536731d1a6e8fb3fd87bb69b8ce8b43bb90688fe957cfb2718ad44f57db98c3aec4805356a7d44bea681f6ec9603aa082dbf86e58684fbe8000d1676b5
 SHA512 
67940d73d8213559ba88ec21e1326aca0dd065888cbf2e3c68f0f515ba9246100fd6e6d0bd1f12cb678702559f2266b7905931506d2ff6fe6fd35c673593479b

diff --git a/app-backup/duplicity/duplicity-0.8.11.1596.ebuild 
b/app-backup/duplicity/duplicity-0.8.11.1596.ebuild
new file mode 100644
index 000..8482e3100d2
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.11.1596.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://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}]
+   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.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.11.1596-fix-docs.patch 
b/app-backup/duplicity/files/duplicity-0.8.11.1596-fix-docs.patch
new file mode 100644
index 000..6b8c710f316
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.11.1596-fix-docs.patch
@@ -0,0 +1,21 @@
+--- duplicity-0.8.11.1596/setup.py 2020-03-05 09:18:42.532941503 -0500
 duplicity-0.8.11.1596/setup.py 2020-03-05 09:20:10.612061492 -0500
+@@ -88,18 +88,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % version_string,
+-[
+-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':



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2020-02-22 Thread David Seifert
commit: f0d9b3d7fc187c0a3267cca7a52276b5120772f3
Author: David Seifert  gentoo  org>
AuthorDate: Sat Feb 22 21:12:05 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 22 21:12:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d9b3d7

app-backup/duplicity: Mark amd64 stable again

* Somehow amd64 got marked unstable with my QA change.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 app-backup/duplicity/duplicity-0.8.09-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
index f87d57f11a7..cac2c9cd8ba 100644
--- a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6)
+PYTHON_COMPAT=( python2_7 python3_6 )
 
 inherit distutils-r1
 
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/${PV}/+download/
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2020-02-22 Thread Richard Freeman
commit: bc93cdc3b709f1b37eb904ede155c9c5a7d6e582
Author: Richard Freeman  gentoo  org>
AuthorDate: Sat Feb 22 18:59:50 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sat Feb 22 18:59:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc93cdc3

app-backup/duplicity: amd64 stable

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-0.8.09-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
index f87d57f11a7..b548623da7e 100644
--- a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
+++ b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/${PV}/+download/
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2020-01-19 Thread Richard Freeman
commit: 7c9a291645628919d02aff4104feba8530cc881c
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Jan 20 02:26:29 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Jan 20 02:26:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9a2916

app-backup/duplicity: clean broken package

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-0.8.09.ebuild | 45 
 1 file changed, 45 deletions(-)

diff --git a/app-backup/duplicity/duplicity-0.8.09.ebuild 
b/app-backup/duplicity/duplicity-0.8.09.ebuild
deleted file mode 100644
index 01193189c3e..000
--- a/app-backup/duplicity/duplicity-0.8.09.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6)
-
-inherit distutils-r1
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="http://www.nongnu.org/duplicity/;
-SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/${PV}/+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}]
-   test? (
-   app-arch/par2cmdline
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="${CDEPEND}
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
-"
-
-RESTRICT="test"
-
-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."
-}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/, app-backup/duplicity/

2020-01-19 Thread Richard Freeman
commit: d6a1b2d78796849837ef8f1942bbca431bd6b58e
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Jan 20 02:24:18 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Jan 20 02:24:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a1b2d7

app-backup/duplicity: fix missing future dep

Closes: https://bugs.gentoo.org/705726
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-0.8.09-r1.ebuild| 50 ++
 .../files/duplicity-0.8.09-fix-docs.patch  | 15 +++
 2 files changed, 65 insertions(+)

diff --git a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
new file mode 100644
index 000..f87d57f11a7
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_6)
+
+inherit distutils-r1
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/${PV}/+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}]
+   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.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.09-fix-docs.patch 
b/app-backup/duplicity/files/duplicity-0.8.09-fix-docs.patch
new file mode 100644
index 000..2141a359b89
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.09-fix-docs.patch
@@ -0,0 +1,15 @@
+--- duplicity-0.8.09/setup.py  2020-01-19 21:15:47.770168177 -0500
 duplicity-0.8.09/setup.py  2020-01-19 21:16:53.347709792 -0500
+@@ -51,12 +51,6 @@
+ data_files = [(u'share/man/man1',
+[u'bin/duplicity.1',
+ u'bin/rdiffdir.1']),
+-  (u'share/doc/duplicity-%s' % version_string,
+-   [u'COPYING',
+-u'README',
+-u'README-REPO',
+-u'README-LOG',
+-u'CHANGELOG']),
+   ]
+ 
+ top_dir = os.path.dirname(os.path.abspath(__file__))



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2020-01-13 Thread Richard Freeman
commit: af333a210fda1b8e791a52979aa3f058cd2e6265
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Jan 13 19:33:16 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Jan 13 19:33:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af333a21

app-backup/duplicity: bump, cleanup test logic

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest|  1 +
 app-backup/duplicity/duplicity-0.8.09.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 770f337566f..07c65d3ac03 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,4 @@
 DIST duplicity-0.7.10.tar.gz 1543523 BLAKE2B 
a38c5310d6949d36f74620ef617f790943284d7219168e0e49ed13834ab72f5c0d057ef59454e58a25be3a9e28d9627d60c007aab373e150afca08248d79aab6
 SHA512 
d04273384749c88d0a4f46bc1dcdcbb945ec1a78fb21064f12f0ca6c92cc73ad36fc3149461dbe0a660cd752a1147b2fa5d2b4056a5414c7790747eb5983e0bd
 DIST duplicity-0.7.12.tar.gz 1552442 BLAKE2B 
4a7d0609748bffa147994a4abdb88bc0d62905c1423dc91caa4b8e5bb0c5953e26df72f647697685cfa3caed3741658d00d1a2b62b8c47bb1ac61da8973df9ca
 SHA512 
8a532e7bb548c170184666a0ba2b41a15f3002c14edd64b1b1eb4df862647fc6dfde797d6ecf38e326d7c160c31ff521baf351e520835495e1d0e2ddbdb19f0f
 DIST duplicity-0.7.19.tar.gz 1727321 BLAKE2B 
6441a2ce777b3b08c52ede8602a73080be372dec1c1788441c7e7135533aeeb3be48012db4bdfc2a78c7ca23d368637ccc7aa0f0361369ac9f42c00a1541e023
 SHA512 
26d1724a635c368e04f2a94f974ef6962c52b23345db59af3343e7221295caa0215ae119fff6ab44daa4622236683eb9d3dae742bf0d4cf08c02e3f63071001b
+DIST duplicity-0.8.09.tar.gz 1856764 BLAKE2B 
b5d0dd3270c237694000dc36a65a4293c43264edf933a195692d2847d008a898d5cf95c0b21b285503023ef8885278485cebabc2d2b7094ae65e13d277c80e5a
 SHA512 
e4045a1c1adbf0927ee5325f02b79e7c0b38034080be4b563f20f1af593c8c1943a772fe7f212730e60f7c7cee93756426fe769a62050d42651fd1af7f6ba50a

diff --git a/app-backup/duplicity/duplicity-0.8.09.ebuild 
b/app-backup/duplicity/duplicity-0.8.09.ebuild
new file mode 100644
index 000..01193189c3e
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.09.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_6)
+
+inherit distutils-r1
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/${PV}/+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}]
+   test? (
+   app-arch/par2cmdline
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+RESTRICT="test"
+
+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."
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2019-11-19 Thread Richard Freeman
commit: ef1c5e0f61a77c12b8882c42885c2d17bd1586f4
Author: Ralph Seichter  seichter  de>
AuthorDate: Tue Nov 19 13:59:39 2019 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue Nov 19 15:54:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1c5e0f

app-backup/duplicity: Add maintainer and description

Adding myself as a maintainer, see [1]. This commit also adds a long
description field.

[1] 
https://archives.gentoo.org/gentoo-dev/message/b2b640f2929686ecf6e92bf63dbbe8c2

Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/13711
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/metadata.xml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/app-backup/duplicity/metadata.xml 
b/app-backup/duplicity/metadata.xml
index 6efa6d44051..82d5a255de7 100644
--- a/app-backup/duplicity/metadata.xml
+++ b/app-backup/duplicity/metadata.xml
@@ -5,6 +5,11 @@
ri...@gentoo.org
Rich Freeman

+   
+   gen...@seichter.de
+   Ralph Seichter
+   
+   Encrypted bandwidth-efficient backup using the rsync 
algorithm

Support for backing up to the Amazon S3 
system




[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2019-11-17 Thread Tim Harder
commit: 7112044cfe8be39c7ecb32b4ddc0779097c97c1a
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:38:54 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:40:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7112044c

app-backup/duplicity: drop myself as a maintainer

Signed-off-by: Tim Harder  gentoo.org>

 app-backup/duplicity/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-backup/duplicity/metadata.xml 
b/app-backup/duplicity/metadata.xml
index b9ff658008b..6efa6d44051 100644
--- a/app-backup/duplicity/metadata.xml
+++ b/app-backup/duplicity/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   

ri...@gentoo.org
Rich Freeman



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2019-11-10 Thread Tim Harder
commit: 8320914c11d4d3d0c0db052be19b9108562b9dfe
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 11 04:52:07 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 11 04:52:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8320914c

app-backup/duplicity: add missing conditional test restrict

Signed-off-by: Tim Harder  gentoo.org>

 app-backup/duplicity/duplicity-0.7.10.ebuild | 4 +++-
 app-backup/duplicity/duplicity-0.7.12.ebuild | 2 ++
 app-backup/duplicity/duplicity-0.7.19.ebuild | 2 ++
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.7.10.ebuild 
b/app-backup/duplicity/duplicity-0.7.10.ebuild
index 084f5757635..d686f7ae3a5 100644
--- a/app-backup/duplicity/duplicity-0.7.10.ebuild
+++ b/app-backup/duplicity/duplicity-0.7.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,6 +32,8 @@ RDEPEND="${CDEPEND}
s3? ( dev-python/boto[${PYTHON_USEDEP}] )
 "
 
+RESTRICT="!test? ( test )"
+
 python_prepare_all() {
# workaround until failing test is fixed
local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )

diff --git a/app-backup/duplicity/duplicity-0.7.12.ebuild 
b/app-backup/duplicity/duplicity-0.7.12.ebuild
index c4137e57f2f..f23738bd29b 100644
--- a/app-backup/duplicity/duplicity-0.7.12.ebuild
+++ b/app-backup/duplicity/duplicity-0.7.12.ebuild
@@ -32,6 +32,8 @@ RDEPEND="${CDEPEND}
s3? ( dev-python/boto[${PYTHON_USEDEP}] )
 "
 
+RESTRICT="!test? ( test )"
+
 python_prepare_all() {
# workaround until failing test is fixed
local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )

diff --git a/app-backup/duplicity/duplicity-0.7.19.ebuild 
b/app-backup/duplicity/duplicity-0.7.19.ebuild
index 96eaf610187..ba996e73ba7 100644
--- a/app-backup/duplicity/duplicity-0.7.19.ebuild
+++ b/app-backup/duplicity/duplicity-0.7.19.ebuild
@@ -33,6 +33,8 @@ RDEPEND="${CDEPEND}
s3? ( dev-python/boto[${PYTHON_USEDEP}] )
 "
 
+RESTRICT="!test? ( test )"
+
 python_prepare_all() {
# workaround until failing test is fixed
local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2019-11-10 Thread Tim Harder
commit: d1d70e968bc8964ff7d9071de28dc41075a59ed7
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 11 04:50:49 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 11 04:50:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d70e96

app-backup/duplicity: remove old

Signed-off-by: Tim Harder  gentoo.org>

 app-backup/duplicity/Manifest  |  6 ---
 app-backup/duplicity/duplicity-0.7.11.ebuild   | 51 -
 app-backup/duplicity/duplicity-0.7.13.1.ebuild | 51 -
 app-backup/duplicity/duplicity-0.7.14.ebuild   | 51 -
 app-backup/duplicity/duplicity-0.7.15.ebuild   | 52 --
 app-backup/duplicity/duplicity-0.7.16.ebuild   | 52 --
 app-backup/duplicity/duplicity-0.7.17.ebuild   | 52 --
 7 files changed, 315 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 7f29959526f..770f337566f 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,9 +1,3 @@
 DIST duplicity-0.7.10.tar.gz 1543523 BLAKE2B 
a38c5310d6949d36f74620ef617f790943284d7219168e0e49ed13834ab72f5c0d057ef59454e58a25be3a9e28d9627d60c007aab373e150afca08248d79aab6
 SHA512 
d04273384749c88d0a4f46bc1dcdcbb945ec1a78fb21064f12f0ca6c92cc73ad36fc3149461dbe0a660cd752a1147b2fa5d2b4056a5414c7790747eb5983e0bd
-DIST duplicity-0.7.11.tar.gz 1550197 BLAKE2B 
d3a7a109614bfd51d2a6343e89a7e7b420bb172134eef1b9dc362210879db01611edd7b15f977d9640f9851b5a592686d45abb470ebf5e1c6d8da9dfb719192d
 SHA512 
81ccb868625b261356b9cb2439659eb7574343c0a15ea7db099746216689a881d9a37b05711c232103ae0e7660b5cdc7dff6475eda81ecbdcfc28bced0eabe75
 DIST duplicity-0.7.12.tar.gz 1552442 BLAKE2B 
4a7d0609748bffa147994a4abdb88bc0d62905c1423dc91caa4b8e5bb0c5953e26df72f647697685cfa3caed3741658d00d1a2b62b8c47bb1ac61da8973df9ca
 SHA512 
8a532e7bb548c170184666a0ba2b41a15f3002c14edd64b1b1eb4df862647fc6dfde797d6ecf38e326d7c160c31ff521baf351e520835495e1d0e2ddbdb19f0f
-DIST duplicity-0.7.13.1.tar.gz 1553736 BLAKE2B 
607a469abc7f152f564628fda444d0c30aa5d40ee1bc6d461d76c5e7fb5f1b22fa30168b5a7bfc77e03fc0597a05f4ac8f5aaa634a7925aae833a482b70a13bf
 SHA512 
08672910e61a089086992a1106ffc1e161ae3173514d35ae854eac719a095e48efaf7e298c1329ba3b439c0e97236644e88c615a013bd0e8ea9d956b38346ca6
-DIST duplicity-0.7.14.tar.gz 1556110 BLAKE2B 
32d4d7f941a09e85915724352ec14d6ed1bdb6a36f55e2160fe4a272868ab6c92f4917f4672183f38dbb3f38a1fa188eedd62ed9063b89b6c31d240ca268fabf
 SHA512 
d814a4da2b23fb586bf2a7a29532ba082756470786f883d9b8cfcd856eabf0db0cdd8e9af5557fe861e439ab058e7586652f91c82c9b99c123cd14c7598b8fc2
-DIST duplicity-0.7.15.tar.gz 1563272 BLAKE2B 
1a5487d863253298ecab0bf328bc7e4aa7ac7df4e2b2dd47fd60b674310bcb9046e96546860fb6f299cddeb3ad384abae615a065759798e7215addb064d4582b
 SHA512 
7cdcf1c707e9bdbbc250afcd359978607454b1614128d2b7f09403867195795606794c5f193dc869579ae8c3a9251d7ef8f9acd66d4e69bce91344d7c046ca90
-DIST duplicity-0.7.16.tar.gz 1563676 BLAKE2B 
67e1a205a880b2658ed265efa46590553537881d82af21f538fe0b524338ed8450ded1dcc30089ecf13892f5284fe2acd3dbb1a17597557640ccbb1376cd
 SHA512 
552f63848ce90ccd8481136df6c0918bbf2463dde00d4e54f0af3693dc5439551ac086dc43b7b7191d1dcf0b710d7391b6c627ce0effd14a59beb0b5fa06a804
-DIST duplicity-0.7.17.tar.gz 1719145 BLAKE2B 
fb5b3b3319305e63aaabcf4feef89d8a9c7b84d8e1ff09082cbfb49ebb7129a88afe6c85f6db892c0fdc8a27ca2b247e903e20a2f7b7fd9d6ced0aa77f15a2d4
 SHA512 
a7fa3f26709bcb25be519a20d65a196072a49ca468ace84b4876a815efea23fc1ed5b77abf765475fb8a08e3138349bf1d48e0ce22816ef66526463b646e12a3
 DIST duplicity-0.7.19.tar.gz 1727321 BLAKE2B 
6441a2ce777b3b08c52ede8602a73080be372dec1c1788441c7e7135533aeeb3be48012db4bdfc2a78c7ca23d368637ccc7aa0f0361369ac9f42c00a1541e023
 SHA512 
26d1724a635c368e04f2a94f974ef6962c52b23345db59af3343e7221295caa0215ae119fff6ab44daa4622236683eb9d3dae742bf0d4cf08c02e3f63071001b

diff --git a/app-backup/duplicity/duplicity-0.7.11.ebuild 
b/app-backup/duplicity/duplicity-0.7.11.ebuild
deleted file mode 100644
index c4137e57f2f..000
--- a/app-backup/duplicity/duplicity-0.7.11.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="http://www.nongnu.org/duplicity/;
-SRC_URI="https://code.launchpad.net/${PN}/$(get_version_component_range 
1-2)-series/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
-IUSE="s3 test"
-
-CDEPEND="
-   net-libs/librsync
-   app-crypt/gnupg
-   dev-python/lockfile
-"
-DEPEND="${CDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2019-09-30 Thread Richard Freeman
commit: b5f7a2545ddee66cac3394e7b4bc1e3ae3f3aa55
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Sep 30 17:21:13 2019 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Sep 30 17:21:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f7a254

app-backup/duplicity: bump, EAPI 7 port

Fixes: https://bugs.gentoo.org/672710
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest|  1 +
 app-backup/duplicity/duplicity-0.7.19.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index edb4b512a4d..7f29959526f 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -6,3 +6,4 @@ DIST duplicity-0.7.14.tar.gz 1556110 BLAKE2B 
32d4d7f941a09e85915724352ec14d6ed1b
 DIST duplicity-0.7.15.tar.gz 1563272 BLAKE2B 
1a5487d863253298ecab0bf328bc7e4aa7ac7df4e2b2dd47fd60b674310bcb9046e96546860fb6f299cddeb3ad384abae615a065759798e7215addb064d4582b
 SHA512 
7cdcf1c707e9bdbbc250afcd359978607454b1614128d2b7f09403867195795606794c5f193dc869579ae8c3a9251d7ef8f9acd66d4e69bce91344d7c046ca90
 DIST duplicity-0.7.16.tar.gz 1563676 BLAKE2B 
67e1a205a880b2658ed265efa46590553537881d82af21f538fe0b524338ed8450ded1dcc30089ecf13892f5284fe2acd3dbb1a17597557640ccbb1376cd
 SHA512 
552f63848ce90ccd8481136df6c0918bbf2463dde00d4e54f0af3693dc5439551ac086dc43b7b7191d1dcf0b710d7391b6c627ce0effd14a59beb0b5fa06a804
 DIST duplicity-0.7.17.tar.gz 1719145 BLAKE2B 
fb5b3b3319305e63aaabcf4feef89d8a9c7b84d8e1ff09082cbfb49ebb7129a88afe6c85f6db892c0fdc8a27ca2b247e903e20a2f7b7fd9d6ced0aa77f15a2d4
 SHA512 
a7fa3f26709bcb25be519a20d65a196072a49ca468ace84b4876a815efea23fc1ed5b77abf765475fb8a08e3138349bf1d48e0ce22816ef66526463b646e12a3
+DIST duplicity-0.7.19.tar.gz 1727321 BLAKE2B 
6441a2ce777b3b08c52ede8602a73080be372dec1c1788441c7e7135533aeeb3be48012db4bdfc2a78c7ca23d368637ccc7aa0f0361369ac9f42c00a1541e023
 SHA512 
26d1724a635c368e04f2a94f974ef6962c52b23345db59af3343e7221295caa0215ae119fff6ab44daa4622236683eb9d3dae742bf0d4cf08c02e3f63071001b

diff --git a/app-backup/duplicity/duplicity-0.7.19.ebuild 
b/app-backup/duplicity/duplicity-0.7.19.ebuild
new file mode 100644
index 000..96eaf610187
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.7.19.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/${PV}/+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}]
+   test? (
+   app-arch/par2cmdline
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   # workaround until failing test is fixed
+   local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
+
+   distutils-r1_python_prepare_all
+
+   sed -i "s/'COPYING',//" setup.py || die
+}
+
+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."
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2018-08-20 Thread Patrice Clement
commit: 7c74c2966cb13d23079bb517cca4682d6f03f693
Author: Francesco Turco  fastmail  fm>
AuthorDate: Tue Aug  7 14:23:17 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 20 15:00:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c74c296

app-backup/duplicity: replace einfo with elog for displaying messages to users.

Closes: https://github.com/gentoo/gentoo/pull/9488

 app-backup/duplicity/duplicity-0.7.10.ebuild   | 6 +++---
 app-backup/duplicity/duplicity-0.7.11.ebuild   | 6 +++---
 app-backup/duplicity/duplicity-0.7.12.ebuild   | 6 +++---
 app-backup/duplicity/duplicity-0.7.13.1.ebuild | 6 +++---
 app-backup/duplicity/duplicity-0.7.14.ebuild   | 6 +++---
 app-backup/duplicity/duplicity-0.7.15.ebuild   | 6 +++---
 app-backup/duplicity/duplicity-0.7.16.ebuild   | 4 ++--
 app-backup/duplicity/duplicity-0.7.17.ebuild   | 4 ++--
 8 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/app-backup/duplicity/duplicity-0.7.10.ebuild 
b/app-backup/duplicity/duplicity-0.7.10.ebuild
index 6fd6bda1d01..084f5757635 100644
--- a/app-backup/duplicity/duplicity-0.7.10.ebuild
+++ b/app-backup/duplicity/duplicity-0.7.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -46,6 +46,6 @@ python_test() {
 }
 
 pkg_postinst() {
-   einfo "Duplicity has many optional dependencies to support various 
backends."
-   einfo "Currently it's up to you to install them as necessary."
+   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/duplicity-0.7.11.ebuild 
b/app-backup/duplicity/duplicity-0.7.11.ebuild
index f58453ccdf6..c4137e57f2f 100644
--- a/app-backup/duplicity/duplicity-0.7.11.ebuild
+++ b/app-backup/duplicity/duplicity-0.7.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -46,6 +46,6 @@ python_test() {
 }
 
 pkg_postinst() {
-   einfo "Duplicity has many optional dependencies to support various 
backends."
-   einfo "Currently it's up to you to install them as necessary."
+   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/duplicity-0.7.12.ebuild 
b/app-backup/duplicity/duplicity-0.7.12.ebuild
index f58453ccdf6..c4137e57f2f 100644
--- a/app-backup/duplicity/duplicity-0.7.12.ebuild
+++ b/app-backup/duplicity/duplicity-0.7.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -46,6 +46,6 @@ python_test() {
 }
 
 pkg_postinst() {
-   einfo "Duplicity has many optional dependencies to support various 
backends."
-   einfo "Currently it's up to you to install them as necessary."
+   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/duplicity-0.7.13.1.ebuild 
b/app-backup/duplicity/duplicity-0.7.13.1.ebuild
index 46196df24ca..8b00a732be6 100644
--- a/app-backup/duplicity/duplicity-0.7.13.1.ebuild
+++ b/app-backup/duplicity/duplicity-0.7.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -46,6 +46,6 @@ python_test() {
 }
 
 pkg_postinst() {
-   einfo "Duplicity has many optional dependencies to support various 
backends."
-   einfo "Currently it's up to you to install them as necessary."
+   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/duplicity-0.7.14.ebuild 
b/app-backup/duplicity/duplicity-0.7.14.ebuild
index 46196df24ca..8b00a732be6 100644
--- a/app-backup/duplicity/duplicity-0.7.14.ebuild
+++ b/app-backup/duplicity/duplicity-0.7.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -46,6 +46,6 @@ python_test() {
 }
 
 pkg_postinst() {
-   einfo "Duplicity has many optional dependencies to support various 
backends."
-   einfo "Currently it's up to you to install them as necessary."
+   elog "Duplicity has many optional dependencies to support various 
backends."
+   elog "Currently it's up to you to install them as necessary."
 }

diff --git 

[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2018-03-19 Thread Tim Harder
commit: 636c0d4b61718a2b53dd75105c6fc36f812ac2cb
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:25:14 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:26:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636c0d4b

app-backup/duplicity: version bump to 0.7.17

 app-backup/duplicity/Manifest|  1 +
 app-backup/duplicity/duplicity-0.7.17.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 20a59a91ee6..edb4b512a4d 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -5,3 +5,4 @@ DIST duplicity-0.7.13.1.tar.gz 1553736 BLAKE2B 
607a469abc7f152f564628fda444d0c30
 DIST duplicity-0.7.14.tar.gz 1556110 BLAKE2B 
32d4d7f941a09e85915724352ec14d6ed1bdb6a36f55e2160fe4a272868ab6c92f4917f4672183f38dbb3f38a1fa188eedd62ed9063b89b6c31d240ca268fabf
 SHA512 
d814a4da2b23fb586bf2a7a29532ba082756470786f883d9b8cfcd856eabf0db0cdd8e9af5557fe861e439ab058e7586652f91c82c9b99c123cd14c7598b8fc2
 DIST duplicity-0.7.15.tar.gz 1563272 BLAKE2B 
1a5487d863253298ecab0bf328bc7e4aa7ac7df4e2b2dd47fd60b674310bcb9046e96546860fb6f299cddeb3ad384abae615a065759798e7215addb064d4582b
 SHA512 
7cdcf1c707e9bdbbc250afcd359978607454b1614128d2b7f09403867195795606794c5f193dc869579ae8c3a9251d7ef8f9acd66d4e69bce91344d7c046ca90
 DIST duplicity-0.7.16.tar.gz 1563676 BLAKE2B 
67e1a205a880b2658ed265efa46590553537881d82af21f538fe0b524338ed8450ded1dcc30089ecf13892f5284fe2acd3dbb1a17597557640ccbb1376cd
 SHA512 
552f63848ce90ccd8481136df6c0918bbf2463dde00d4e54f0af3693dc5439551ac086dc43b7b7191d1dcf0b710d7391b6c627ce0effd14a59beb0b5fa06a804
+DIST duplicity-0.7.17.tar.gz 1719145 BLAKE2B 
fb5b3b3319305e63aaabcf4feef89d8a9c7b84d8e1ff09082cbfb49ebb7129a88afe6c85f6db892c0fdc8a27ca2b247e903e20a2f7b7fd9d6ced0aa77f15a2d4
 SHA512 
a7fa3f26709bcb25be519a20d65a196072a49ca468ace84b4876a815efea23fc1ed5b77abf765475fb8a08e3138349bf1d48e0ce22816ef66526463b646e12a3

diff --git a/app-backup/duplicity/duplicity-0.7.17.ebuild 
b/app-backup/duplicity/duplicity-0.7.17.ebuild
new file mode 100644
index 000..b2f160dd6d9
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.7.17.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 versionator
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(get_version_component_range 
1-2)-series/${PV}/+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}]
+   test? (
+   app-arch/par2cmdline
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   # workaround until failing test is fixed
+   local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
+
+   distutils-r1_python_prepare_all
+
+   sed -i "s/'COPYING',//" setup.py || die
+}
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   einfo "Duplicity has many optional dependencies to support various 
backends."
+   einfo "Currently it's up to you to install them as necessary."
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2018-02-04 Thread Tim Harder
commit: 839a7204b3b390dea660ff2103642d6f4716dce0
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Feb  5 05:59:02 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Feb  5 06:00:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839a7204

app-backup/duplicity: version bump to 0.7.16

 app-backup/duplicity/Manifest|  1 +
 app-backup/duplicity/duplicity-0.7.16.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index f98fbd489ed..20a59a91ee6 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -4,3 +4,4 @@ DIST duplicity-0.7.12.tar.gz 1552442 BLAKE2B 
4a7d0609748bffa147994a4abdb88bc0d62
 DIST duplicity-0.7.13.1.tar.gz 1553736 BLAKE2B 
607a469abc7f152f564628fda444d0c30aa5d40ee1bc6d461d76c5e7fb5f1b22fa30168b5a7bfc77e03fc0597a05f4ac8f5aaa634a7925aae833a482b70a13bf
 SHA512 
08672910e61a089086992a1106ffc1e161ae3173514d35ae854eac719a095e48efaf7e298c1329ba3b439c0e97236644e88c615a013bd0e8ea9d956b38346ca6
 DIST duplicity-0.7.14.tar.gz 1556110 BLAKE2B 
32d4d7f941a09e85915724352ec14d6ed1bdb6a36f55e2160fe4a272868ab6c92f4917f4672183f38dbb3f38a1fa188eedd62ed9063b89b6c31d240ca268fabf
 SHA512 
d814a4da2b23fb586bf2a7a29532ba082756470786f883d9b8cfcd856eabf0db0cdd8e9af5557fe861e439ab058e7586652f91c82c9b99c123cd14c7598b8fc2
 DIST duplicity-0.7.15.tar.gz 1563272 BLAKE2B 
1a5487d863253298ecab0bf328bc7e4aa7ac7df4e2b2dd47fd60b674310bcb9046e96546860fb6f299cddeb3ad384abae615a065759798e7215addb064d4582b
 SHA512 
7cdcf1c707e9bdbbc250afcd359978607454b1614128d2b7f09403867195795606794c5f193dc869579ae8c3a9251d7ef8f9acd66d4e69bce91344d7c046ca90
+DIST duplicity-0.7.16.tar.gz 1563676 BLAKE2B 
67e1a205a880b2658ed265efa46590553537881d82af21f538fe0b524338ed8450ded1dcc30089ecf13892f5284fe2acd3dbb1a17597557640ccbb1376cd
 SHA512 
552f63848ce90ccd8481136df6c0918bbf2463dde00d4e54f0af3693dc5439551ac086dc43b7b7191d1dcf0b710d7391b6c627ce0effd14a59beb0b5fa06a804

diff --git a/app-backup/duplicity/duplicity-0.7.16.ebuild 
b/app-backup/duplicity/duplicity-0.7.16.ebuild
new file mode 100644
index 000..b2f160dd6d9
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.7.16.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 versionator
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(get_version_component_range 
1-2)-series/${PV}/+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}]
+   test? (
+   app-arch/par2cmdline
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   # workaround until failing test is fixed
+   local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
+
+   distutils-r1_python_prepare_all
+
+   sed -i "s/'COPYING',//" setup.py || die
+}
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   einfo "Duplicity has many optional dependencies to support various 
backends."
+   einfo "Currently it's up to you to install them as necessary."
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2017-11-17 Thread Tim Harder
commit: fa010451a3647c50b62d284cecda41126e57a783
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Nov 17 19:24:30 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Nov 17 19:26:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa010451

app-backup/duplicity: version bump to 0.7.15

 app-backup/duplicity/Manifest|  1 +
 app-backup/duplicity/duplicity-0.7.15.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 0085c5e6880..e62a9f6ad6b 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -3,3 +3,4 @@ DIST duplicity-0.7.11.tar.gz 1550197 SHA256 
b047a1590a1f5bb3974643ad2cc9dfdd32f6
 DIST duplicity-0.7.12.tar.gz 1552442 SHA256 
11cbad44a90891af1bf9e294260ba7c21a1660ccd3ab2c6e736ba74ac5cf0fe6 SHA512 
8a532e7bb548c170184666a0ba2b41a15f3002c14edd64b1b1eb4df862647fc6dfde797d6ecf38e326d7c160c31ff521baf351e520835495e1d0e2ddbdb19f0f
 WHIRLPOOL 
872d0b52a0f73507849d585fd5888d4754d5711ab5cc48d72b571cfb14fd1278093022f52238facf608c8b26aa0149f2e614a4819c85aeb9ee94305e81824147
 DIST duplicity-0.7.13.1.tar.gz 1553736 SHA256 
adb8668fb10e0b0f91cb77f758d02c02bf5c02e6c4835904a82cbdab6db4bef2 SHA512 
08672910e61a089086992a1106ffc1e161ae3173514d35ae854eac719a095e48efaf7e298c1329ba3b439c0e97236644e88c615a013bd0e8ea9d956b38346ca6
 WHIRLPOOL 
2a9fddd1c41cadaa713c83805bce5d3e2de01540de29a47c7d545236e9e713b2004abfbae9977a115727db5fc661904f679cae7d0c9fb01ece04bdce212fb08c
 DIST duplicity-0.7.14.tar.gz 1556110 SHA256 
7a3eb74a2a36b004b10add2970b37cfbac0bd693d79513e6311c8e4b8c3dd73e SHA512 
d814a4da2b23fb586bf2a7a29532ba082756470786f883d9b8cfcd856eabf0db0cdd8e9af5557fe861e439ab058e7586652f91c82c9b99c123cd14c7598b8fc2
 WHIRLPOOL 
94cf54460e5187a3b2d009eb8cff95c98400e112cc3703bab966ceea33e7414b28ed90d22e3fc46bc7e5fa78a37689c31e49907efb93ad9ca8bbd0bf00645668
+DIST duplicity-0.7.15.tar.gz 1563272 SHA256 
50bf7d14413284ecb036146ab9ba0e271937f2fa7826f8c8300b2965eb450a6c SHA512 
7cdcf1c707e9bdbbc250afcd359978607454b1614128d2b7f09403867195795606794c5f193dc869579ae8c3a9251d7ef8f9acd66d4e69bce91344d7c046ca90
 WHIRLPOOL 
9df0e604a3a3f0a1dd07d4ef1b62d3d6b4f5bfb06e772a3848844656353d9a8dc8b2557f47fb8fd4b5a25d32630467086d701981af951ffa65597cb53e56d349

diff --git a/app-backup/duplicity/duplicity-0.7.15.ebuild 
b/app-backup/duplicity/duplicity-0.7.15.ebuild
new file mode 100644
index 000..07a84c1db12
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.7.15.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 versionator
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(get_version_component_range 
1-2)-series/${PV}/+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}]
+   test? (
+   app-arch/par2cmdline
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   # workaround until failing test is fixed
+   local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
+
+   distutils-r1_python_prepare_all
+
+   sed -i "s/'COPYING',//" setup.py || die
+}
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   einfo "Duplicity has many optional dependencies to support various 
backends."
+   einfo "Currently it's up to you to install them as necessary."
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2017-09-01 Thread Tim Harder
commit: e8ed1e968d0c0e9f57134962563bd2a25993
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep  1 10:25:32 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep  1 10:27:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ed1e90

app-backup/duplicity: version bump to 0.7.14

 app-backup/duplicity/Manifest|  1 +
 app-backup/duplicity/duplicity-0.7.14.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 3b1eaa534a4..0085c5e6880 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -2,3 +2,4 @@ DIST duplicity-0.7.10.tar.gz 1543523 SHA256 
485fef15526d163c061e00ec08de216cf7d6
 DIST duplicity-0.7.11.tar.gz 1550197 SHA256 
b047a1590a1f5bb3974643ad2cc9dfdd32f61adbf2c1989191fb12cb59c2ec07 SHA512 
81ccb868625b261356b9cb2439659eb7574343c0a15ea7db099746216689a881d9a37b05711c232103ae0e7660b5cdc7dff6475eda81ecbdcfc28bced0eabe75
 WHIRLPOOL 
1c106933fe4e9ba535a7923e93474457f2ede8979c2f9ed400fb7a819872c05ec2adfd08920d7b81b3e97feb90844f141721fc5ff184e97ec0b3df9da1d311df
 DIST duplicity-0.7.12.tar.gz 1552442 SHA256 
11cbad44a90891af1bf9e294260ba7c21a1660ccd3ab2c6e736ba74ac5cf0fe6 SHA512 
8a532e7bb548c170184666a0ba2b41a15f3002c14edd64b1b1eb4df862647fc6dfde797d6ecf38e326d7c160c31ff521baf351e520835495e1d0e2ddbdb19f0f
 WHIRLPOOL 
872d0b52a0f73507849d585fd5888d4754d5711ab5cc48d72b571cfb14fd1278093022f52238facf608c8b26aa0149f2e614a4819c85aeb9ee94305e81824147
 DIST duplicity-0.7.13.1.tar.gz 1553736 SHA256 
adb8668fb10e0b0f91cb77f758d02c02bf5c02e6c4835904a82cbdab6db4bef2 SHA512 
08672910e61a089086992a1106ffc1e161ae3173514d35ae854eac719a095e48efaf7e298c1329ba3b439c0e97236644e88c615a013bd0e8ea9d956b38346ca6
 WHIRLPOOL 
2a9fddd1c41cadaa713c83805bce5d3e2de01540de29a47c7d545236e9e713b2004abfbae9977a115727db5fc661904f679cae7d0c9fb01ece04bdce212fb08c
+DIST duplicity-0.7.14.tar.gz 1556110 SHA256 
7a3eb74a2a36b004b10add2970b37cfbac0bd693d79513e6311c8e4b8c3dd73e SHA512 
d814a4da2b23fb586bf2a7a29532ba082756470786f883d9b8cfcd856eabf0db0cdd8e9af5557fe861e439ab058e7586652f91c82c9b99c123cd14c7598b8fc2
 WHIRLPOOL 
94cf54460e5187a3b2d009eb8cff95c98400e112cc3703bab966ceea33e7414b28ed90d22e3fc46bc7e5fa78a37689c31e49907efb93ad9ca8bbd0bf00645668

diff --git a/app-backup/duplicity/duplicity-0.7.14.ebuild 
b/app-backup/duplicity/duplicity-0.7.14.ebuild
new file mode 100644
index 000..46196df24ca
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.7.14.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 versionator
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(get_version_component_range 
1-2)-series/${PV}/+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}]
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   # workaround until failing test is fixed
+   local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
+
+   distutils-r1_python_prepare_all
+
+   sed -i "s/'COPYING',//" setup.py || die
+}
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   einfo "Duplicity has many optional dependencies to support various 
backends."
+   einfo "Currently it's up to you to install them as necessary."
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2017-07-28 Thread Tim Harder
commit: 3799e1fe6df1c8af6b2e983725f363179196a2b7
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Jul 29 04:03:30 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Jul 29 04:05:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3799e1fe

app-backup/duplicity: version bump to 0.7.13.1

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-0.7.13.1.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 03a75a38682..3b1eaa534a4 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,4 @@
 DIST duplicity-0.7.10.tar.gz 1543523 SHA256 
485fef15526d163c061e00ec08de216cf7d652e67d41de5dc3bed9fb42214842 SHA512 
d04273384749c88d0a4f46bc1dcdcbb945ec1a78fb21064f12f0ca6c92cc73ad36fc3149461dbe0a660cd752a1147b2fa5d2b4056a5414c7790747eb5983e0bd
 WHIRLPOOL 
1532b1e5ffc764951155ce248662d3ebf23fff71c538270ee1b2d37c7ad0a90705361b34418a323dfb4947ede42cd356e0daba18e4124e7342e5baadc5d0af22
 DIST duplicity-0.7.11.tar.gz 1550197 SHA256 
b047a1590a1f5bb3974643ad2cc9dfdd32f61adbf2c1989191fb12cb59c2ec07 SHA512 
81ccb868625b261356b9cb2439659eb7574343c0a15ea7db099746216689a881d9a37b05711c232103ae0e7660b5cdc7dff6475eda81ecbdcfc28bced0eabe75
 WHIRLPOOL 
1c106933fe4e9ba535a7923e93474457f2ede8979c2f9ed400fb7a819872c05ec2adfd08920d7b81b3e97feb90844f141721fc5ff184e97ec0b3df9da1d311df
 DIST duplicity-0.7.12.tar.gz 1552442 SHA256 
11cbad44a90891af1bf9e294260ba7c21a1660ccd3ab2c6e736ba74ac5cf0fe6 SHA512 
8a532e7bb548c170184666a0ba2b41a15f3002c14edd64b1b1eb4df862647fc6dfde797d6ecf38e326d7c160c31ff521baf351e520835495e1d0e2ddbdb19f0f
 WHIRLPOOL 
872d0b52a0f73507849d585fd5888d4754d5711ab5cc48d72b571cfb14fd1278093022f52238facf608c8b26aa0149f2e614a4819c85aeb9ee94305e81824147
+DIST duplicity-0.7.13.1.tar.gz 1553736 SHA256 
adb8668fb10e0b0f91cb77f758d02c02bf5c02e6c4835904a82cbdab6db4bef2 SHA512 
08672910e61a089086992a1106ffc1e161ae3173514d35ae854eac719a095e48efaf7e298c1329ba3b439c0e97236644e88c615a013bd0e8ea9d956b38346ca6
 WHIRLPOOL 
2a9fddd1c41cadaa713c83805bce5d3e2de01540de29a47c7d545236e9e713b2004abfbae9977a115727db5fc661904f679cae7d0c9fb01ece04bdce212fb08c

diff --git a/app-backup/duplicity/duplicity-0.7.13.1.ebuild 
b/app-backup/duplicity/duplicity-0.7.13.1.ebuild
new file mode 100644
index 000..46196df24ca
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.7.13.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 versionator
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(get_version_component_range 
1-2)-series/${PV}/+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}]
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   # workaround until failing test is fixed
+   local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
+
+   distutils-r1_python_prepare_all
+
+   sed -i "s/'COPYING',//" setup.py || die
+}
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   einfo "Duplicity has many optional dependencies to support various 
backends."
+   einfo "Currently it's up to you to install them as necessary."
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2017-04-03 Thread Tim Harder
commit: 7fc0b5ba5849eee0d383948cfe91ee94ac5c7636
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Apr  3 08:28:49 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Apr  3 08:34:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc0b5ba

app-backup/duplicity: version bump to 0.7.12

 app-backup/duplicity/Manifest|  1 +
 app-backup/duplicity/duplicity-0.7.12.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 2930f6525a9..03a75a38682 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,2 +1,3 @@
 DIST duplicity-0.7.10.tar.gz 1543523 SHA256 
485fef15526d163c061e00ec08de216cf7d652e67d41de5dc3bed9fb42214842 SHA512 
d04273384749c88d0a4f46bc1dcdcbb945ec1a78fb21064f12f0ca6c92cc73ad36fc3149461dbe0a660cd752a1147b2fa5d2b4056a5414c7790747eb5983e0bd
 WHIRLPOOL 
1532b1e5ffc764951155ce248662d3ebf23fff71c538270ee1b2d37c7ad0a90705361b34418a323dfb4947ede42cd356e0daba18e4124e7342e5baadc5d0af22
 DIST duplicity-0.7.11.tar.gz 1550197 SHA256 
b047a1590a1f5bb3974643ad2cc9dfdd32f61adbf2c1989191fb12cb59c2ec07 SHA512 
81ccb868625b261356b9cb2439659eb7574343c0a15ea7db099746216689a881d9a37b05711c232103ae0e7660b5cdc7dff6475eda81ecbdcfc28bced0eabe75
 WHIRLPOOL 
1c106933fe4e9ba535a7923e93474457f2ede8979c2f9ed400fb7a819872c05ec2adfd08920d7b81b3e97feb90844f141721fc5ff184e97ec0b3df9da1d311df
+DIST duplicity-0.7.12.tar.gz 1552442 SHA256 
11cbad44a90891af1bf9e294260ba7c21a1660ccd3ab2c6e736ba74ac5cf0fe6 SHA512 
8a532e7bb548c170184666a0ba2b41a15f3002c14edd64b1b1eb4df862647fc6dfde797d6ecf38e326d7c160c31ff521baf351e520835495e1d0e2ddbdb19f0f
 WHIRLPOOL 
872d0b52a0f73507849d585fd5888d4754d5711ab5cc48d72b571cfb14fd1278093022f52238facf608c8b26aa0149f2e614a4819c85aeb9ee94305e81824147

diff --git a/app-backup/duplicity/duplicity-0.7.12.ebuild 
b/app-backup/duplicity/duplicity-0.7.12.ebuild
new file mode 100644
index 000..f58453ccdf6
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.7.12.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 versionator
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(get_version_component_range 
1-2)-series/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+IUSE="s3 test"
+
+CDEPEND="
+   net-libs/librsync
+   app-crypt/gnupg
+   dev-python/lockfile
+"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   # workaround until failing test is fixed
+   local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
+
+   distutils-r1_python_prepare_all
+
+   sed -i "s/'COPYING',//" setup.py || die
+}
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   einfo "Duplicity has many optional dependencies to support various 
backends."
+   einfo "Currently it's up to you to install them as necessary."
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2017-01-16 Thread Tim Harder
commit: 6a474a89b2781880ab9ccef6647bf700729b6c7d
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Jan 17 05:41:53 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Jan 17 05:42:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a474a89

app-backup/duplicity: remove old

 app-backup/duplicity/Manifest  |  2 --
 app-backup/duplicity/duplicity-0.6.26.ebuild   | 49 --
 app-backup/duplicity/duplicity-0.7.07.1.ebuild | 49 --
 3 files changed, 100 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 9ca8be9..2930f65 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,4 +1,2 @@
-DIST duplicity-0.6.26.tar.gz 1270436 SHA256 
8bef8a5d805b79ae177e54d42152238bce1b2aaf9ad32e03a2c3a20cbd4e074a SHA512 
0cd02984eda99c81a30c9ac9926c41df0597f8f287a3e8ccd7d6fb9d420159028112be6b3fc8acf9b413940c07d0e754b2a509b6bca52965d2c333d4bcec8689
 WHIRLPOOL 
873b9fc9e035ed31cef996ace747c6a97b9434b50945578b019627c94e8eb7ba0861909e74b95db143ddb50dfdb23241a3ddfe712a97e0cd1f29c324c5d99c16
-DIST duplicity-0.7.07.1.tar.gz 1539310 SHA256 
594c6d0e723e56f8a7114d57811c613622d535cafdef4a3643a4d4c89c1904f8 SHA512 
363266232763791bac9e84a9e345dda6ffa278a89597a094540088e12e47b56cb2459f72073c0020b77504514149b1ccb9bed7a67e516443a674975954f49129
 WHIRLPOOL 
041ea4dcc127e7cf5cca04c2037776fdf224cabe741f18a4de4e6e18fe1c4260eeed20892f91c43b7dbb0a04d246b67e8f52ab364b5bbc43a765e50ea05be092
 DIST duplicity-0.7.10.tar.gz 1543523 SHA256 
485fef15526d163c061e00ec08de216cf7d652e67d41de5dc3bed9fb42214842 SHA512 
d04273384749c88d0a4f46bc1dcdcbb945ec1a78fb21064f12f0ca6c92cc73ad36fc3149461dbe0a660cd752a1147b2fa5d2b4056a5414c7790747eb5983e0bd
 WHIRLPOOL 
1532b1e5ffc764951155ce248662d3ebf23fff71c538270ee1b2d37c7ad0a90705361b34418a323dfb4947ede42cd356e0daba18e4124e7342e5baadc5d0af22
 DIST duplicity-0.7.11.tar.gz 1550197 SHA256 
b047a1590a1f5bb3974643ad2cc9dfdd32f61adbf2c1989191fb12cb59c2ec07 SHA512 
81ccb868625b261356b9cb2439659eb7574343c0a15ea7db099746216689a881d9a37b05711c232103ae0e7660b5cdc7dff6475eda81ecbdcfc28bced0eabe75
 WHIRLPOOL 
1c106933fe4e9ba535a7923e93474457f2ede8979c2f9ed400fb7a819872c05ec2adfd08920d7b81b3e97feb90844f141721fc5ff184e97ec0b3df9da1d311df

diff --git a/app-backup/duplicity/duplicity-0.6.26.ebuild 
b/app-backup/duplicity/duplicity-0.6.26.ebuild
deleted file mode 100644
index a752613..
--- a/app-backup/duplicity/duplicity-0.6.26.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="http://www.nongnu.org/duplicity/;
-SRC_URI="https://code.launchpad.net/${PN}/0.6-series/${PV}/+download/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="s3 test"
-
-CDEPEND="
-   net-libs/librsync
-   app-crypt/gnupg
-   dev-python/lockfile
-"
-DEPEND="${CDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-RDEPEND="${CDEPEND}
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
-"
-
-# workaround until failing test is fixed
-PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-
-   sed -i "s/'COPYING',//" setup.py || die "Couldn't remove unnecessary 
COPYING file."
-}
-
-python_test() {
-   esetup.py test
-}
-
-pkg_postinst() {
-   einfo "Duplicity has many optional dependencies to support various 
backends."
-   einfo "Currently it's up to you to install them as necessary."
-}

diff --git a/app-backup/duplicity/duplicity-0.7.07.1.ebuild 
b/app-backup/duplicity/duplicity-0.7.07.1.ebuild
deleted file mode 100644
index 3b9b288..
--- a/app-backup/duplicity/duplicity-0.7.07.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="http://www.nongnu.org/duplicity/;
-SRC_URI="https://code.launchpad.net/${PN}/$(get_version_component_range 
1-2)-series/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
-IUSE="s3 test"
-
-CDEPEND="
-   net-libs/librsync
-   app-crypt/gnupg
-   dev-python/lockfile
-"
-DEPEND="${CDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-RDEPEND="${CDEPEND}
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   s3? ( 

[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2017-01-16 Thread Tim Harder
commit: 4b36da37e18480533d4b01a259496d45af078cf3
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Jan 17 05:40:49 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Jan 17 05:42:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b36da37

app-backup/duplicity: version bump to 0.7.11

 app-backup/duplicity/Manifest|  1 +
 app-backup/duplicity/duplicity-0.7.11.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 9e48262..9ca8be9 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,4 @@
 DIST duplicity-0.6.26.tar.gz 1270436 SHA256 
8bef8a5d805b79ae177e54d42152238bce1b2aaf9ad32e03a2c3a20cbd4e074a SHA512 
0cd02984eda99c81a30c9ac9926c41df0597f8f287a3e8ccd7d6fb9d420159028112be6b3fc8acf9b413940c07d0e754b2a509b6bca52965d2c333d4bcec8689
 WHIRLPOOL 
873b9fc9e035ed31cef996ace747c6a97b9434b50945578b019627c94e8eb7ba0861909e74b95db143ddb50dfdb23241a3ddfe712a97e0cd1f29c324c5d99c16
 DIST duplicity-0.7.07.1.tar.gz 1539310 SHA256 
594c6d0e723e56f8a7114d57811c613622d535cafdef4a3643a4d4c89c1904f8 SHA512 
363266232763791bac9e84a9e345dda6ffa278a89597a094540088e12e47b56cb2459f72073c0020b77504514149b1ccb9bed7a67e516443a674975954f49129
 WHIRLPOOL 
041ea4dcc127e7cf5cca04c2037776fdf224cabe741f18a4de4e6e18fe1c4260eeed20892f91c43b7dbb0a04d246b67e8f52ab364b5bbc43a765e50ea05be092
 DIST duplicity-0.7.10.tar.gz 1543523 SHA256 
485fef15526d163c061e00ec08de216cf7d652e67d41de5dc3bed9fb42214842 SHA512 
d04273384749c88d0a4f46bc1dcdcbb945ec1a78fb21064f12f0ca6c92cc73ad36fc3149461dbe0a660cd752a1147b2fa5d2b4056a5414c7790747eb5983e0bd
 WHIRLPOOL 
1532b1e5ffc764951155ce248662d3ebf23fff71c538270ee1b2d37c7ad0a90705361b34418a323dfb4947ede42cd356e0daba18e4124e7342e5baadc5d0af22
+DIST duplicity-0.7.11.tar.gz 1550197 SHA256 
b047a1590a1f5bb3974643ad2cc9dfdd32f61adbf2c1989191fb12cb59c2ec07 SHA512 
81ccb868625b261356b9cb2439659eb7574343c0a15ea7db099746216689a881d9a37b05711c232103ae0e7660b5cdc7dff6475eda81ecbdcfc28bced0eabe75
 WHIRLPOOL 
1c106933fe4e9ba535a7923e93474457f2ede8979c2f9ed400fb7a819872c05ec2adfd08920d7b81b3e97feb90844f141721fc5ff184e97ec0b3df9da1d311df

diff --git a/app-backup/duplicity/duplicity-0.7.11.ebuild 
b/app-backup/duplicity/duplicity-0.7.11.ebuild
new file mode 100644
index ..04a6239
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.7.11.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 versionator
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(get_version_component_range 
1-2)-series/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+IUSE="s3 test"
+
+CDEPEND="
+   net-libs/librsync
+   app-crypt/gnupg
+   dev-python/lockfile
+"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   # workaround until failing test is fixed
+   local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
+
+   distutils-r1_python_prepare_all
+
+   sed -i "s/'COPYING',//" setup.py || die
+}
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   einfo "Duplicity has many optional dependencies to support various 
backends."
+   einfo "Currently it's up to you to install them as necessary."
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2016-12-11 Thread Tim Harder
commit: a96f13b5c292f4f2bce14e0db4385db355b507ad
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Dec 12 04:35:44 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Dec 12 04:35:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96f13b5

app-backup/duplicity: add dev-python/pexpect test dep (bug #602380)

 app-backup/duplicity/duplicity-0.7.10.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.7.10.ebuild 
b/app-backup/duplicity/duplicity-0.7.10.ebuild
index 55cee8b..32224a0 100644
--- a/app-backup/duplicity/duplicity-0.7.10.ebuild
+++ b/app-backup/duplicity/duplicity-0.7.10.ebuild
@@ -23,7 +23,10 @@ CDEPEND="
 "
 DEPEND="${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   )
 "
 RDEPEND="${CDEPEND}
dev-python/paramiko[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2016-12-09 Thread Richard Freeman
commit: f550f000cc3071332a9edfc7445f294504b498ec
Author: Richard Freeman  gentoo  org>
AuthorDate: Fri Dec  9 13:39:55 2016 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Fri Dec  9 13:39:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f550f000

app-backup/duplicity: amd64 stable

Bug: 600878

Package-Manager: portage-2.3.0

 app-backup/duplicity/duplicity-0.7.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.7.10.ebuild 
b/app-backup/duplicity/duplicity-0.7.10.ebuild
index 758b48f..55cee8b 100644
--- a/app-backup/duplicity/duplicity-0.7.10.ebuild
+++ b/app-backup/duplicity/duplicity-0.7.10.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://code.launchpad.net/${PN}/$(get_version_component_range 1-2)-ser
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2016-08-21 Thread Tim Harder
commit: f38197f029e5577e195183e86213a4d8a18ff698
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 22 02:41:10 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 22 02:41:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38197f0

app-backup/duplicity: version bump to 0.7.10

 app-backup/duplicity/Manifest|  1 +
 app-backup/duplicity/duplicity-0.7.10.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 09e7b8c..9e48262 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,2 +1,3 @@
 DIST duplicity-0.6.26.tar.gz 1270436 SHA256 
8bef8a5d805b79ae177e54d42152238bce1b2aaf9ad32e03a2c3a20cbd4e074a SHA512 
0cd02984eda99c81a30c9ac9926c41df0597f8f287a3e8ccd7d6fb9d420159028112be6b3fc8acf9b413940c07d0e754b2a509b6bca52965d2c333d4bcec8689
 WHIRLPOOL 
873b9fc9e035ed31cef996ace747c6a97b9434b50945578b019627c94e8eb7ba0861909e74b95db143ddb50dfdb23241a3ddfe712a97e0cd1f29c324c5d99c16
 DIST duplicity-0.7.07.1.tar.gz 1539310 SHA256 
594c6d0e723e56f8a7114d57811c613622d535cafdef4a3643a4d4c89c1904f8 SHA512 
363266232763791bac9e84a9e345dda6ffa278a89597a094540088e12e47b56cb2459f72073c0020b77504514149b1ccb9bed7a67e516443a674975954f49129
 WHIRLPOOL 
041ea4dcc127e7cf5cca04c2037776fdf224cabe741f18a4de4e6e18fe1c4260eeed20892f91c43b7dbb0a04d246b67e8f52ab364b5bbc43a765e50ea05be092
+DIST duplicity-0.7.10.tar.gz 1543523 SHA256 
485fef15526d163c061e00ec08de216cf7d652e67d41de5dc3bed9fb42214842 SHA512 
d04273384749c88d0a4f46bc1dcdcbb945ec1a78fb21064f12f0ca6c92cc73ad36fc3149461dbe0a660cd752a1147b2fa5d2b4056a5414c7790747eb5983e0bd
 WHIRLPOOL 
1532b1e5ffc764951155ce248662d3ebf23fff71c538270ee1b2d37c7ad0a90705361b34418a323dfb4947ede42cd356e0daba18e4124e7342e5baadc5d0af22

diff --git a/app-backup/duplicity/duplicity-0.7.10.ebuild 
b/app-backup/duplicity/duplicity-0.7.10.ebuild
new file mode 100644
index 000..758b48f
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.7.10.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 versionator
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(get_version_component_range 
1-2)-series/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+IUSE="s3 test"
+
+CDEPEND="
+   net-libs/librsync
+   app-crypt/gnupg
+   dev-python/lockfile
+"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
+RDEPEND="${CDEPEND}
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   # workaround until failing test is fixed
+   local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
+
+   distutils-r1_python_prepare_all
+
+   sed -i "s/'COPYING',//" setup.py || die
+}
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   einfo "Duplicity has many optional dependencies to support various 
backends."
+   einfo "Currently it's up to you to install them as necessary."
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2016-05-11 Thread Tim Harder
commit: 246007f2fee299ad09b2c5535ec97ebfd874983e
Author: Tim Harder  gentoo  org>
AuthorDate: Thu May 12 04:35:27 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu May 12 04:35:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246007f2

app-backup/duplicity: version bump to 0.7.07.1

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-0.7.07.1.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 3c06475..ac244b3 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -3,3 +3,4 @@ DIST duplicity-0.6.23.tar.gz 1260261 SHA256 
7a17f1e10395dedcf3204bc53925bb9dcbbf
 DIST duplicity-0.6.24.tar.gz 1268175 SHA256 
1d41d756638f55106f9501c3db94ccbc6568aa856ba531e07ed2cfb760b62450 SHA512 
5bb783ef6ddbfa6672279287b01f44e33256829971e7b8bbe26d648d2c78d438018bddd977281b8a1ff7e5c1505a3b60fe03ecb5ba8022a597f9f952b2815273
 WHIRLPOOL 
f42120cc403a987a9e5f747e1f7502059772f9c2fdb1afb92caa354676b7089736cd9524d08ef6677872a5019e17d2092513cc5544beed5fb0d80158742e1ebf
 DIST duplicity-0.6.25.tar.gz 1269583 SHA256 
ac44f44abc1c5fe775a49b77e722d238c0b3bbb105e083fd505e2dca8e2c1725 SHA512 
17304e38990e0a34aa4bae9f2d12a99ece031ac048667fba27afbcc32e1fb8455a2672426e49edb543bd7e345dc74f784f34c26ec2e1651eb10ba479868e04a0
 WHIRLPOOL 
8af905551078e30529dd31bd7de8f783ec0875c57e9f4d93388c5e407e9aecd19c0d151d3eb4d718cb5ea4dd649bb835611604f5ee5ad33f04355846a406d39d
 DIST duplicity-0.6.26.tar.gz 1270436 SHA256 
8bef8a5d805b79ae177e54d42152238bce1b2aaf9ad32e03a2c3a20cbd4e074a SHA512 
0cd02984eda99c81a30c9ac9926c41df0597f8f287a3e8ccd7d6fb9d420159028112be6b3fc8acf9b413940c07d0e754b2a509b6bca52965d2c333d4bcec8689
 WHIRLPOOL 
873b9fc9e035ed31cef996ace747c6a97b9434b50945578b019627c94e8eb7ba0861909e74b95db143ddb50dfdb23241a3ddfe712a97e0cd1f29c324c5d99c16
+DIST duplicity-0.7.07.1.tar.gz 1539310 SHA256 
594c6d0e723e56f8a7114d57811c613622d535cafdef4a3643a4d4c89c1904f8 SHA512 
363266232763791bac9e84a9e345dda6ffa278a89597a094540088e12e47b56cb2459f72073c0020b77504514149b1ccb9bed7a67e516443a674975954f49129
 WHIRLPOOL 
041ea4dcc127e7cf5cca04c2037776fdf224cabe741f18a4de4e6e18fe1c4260eeed20892f91c43b7dbb0a04d246b67e8f52ab364b5bbc43a765e50ea05be092

diff --git a/app-backup/duplicity/duplicity-0.7.07.1.ebuild 
b/app-backup/duplicity/duplicity-0.7.07.1.ebuild
new file mode 100644
index 000..3b9b288
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.7.07.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 versionator
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(get_version_component_range 
1-2)-series/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+IUSE="s3 test"
+
+CDEPEND="
+   net-libs/librsync
+   app-crypt/gnupg
+   dev-python/lockfile
+"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
+RDEPEND="${CDEPEND}
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   # workaround until failing test is fixed
+   local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
+
+   distutils-r1_python_prepare_all
+
+   sed -i "s/'COPYING',//" setup.py || die "Couldn't remove unnecessary 
COPYING file."
+}
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   einfo "Duplicity has many optional dependencies to support various 
backends."
+   einfo "Currently it's up to you to install them as necessary."
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2016-05-11 Thread Tim Harder
commit: 979b700f265347b9b7d0dc9bb8df2897007deae9
Author: Tim Harder  gentoo  org>
AuthorDate: Thu May 12 04:37:26 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu May 12 04:37:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979b700f

app-backup/duplicity: remove old

 app-backup/duplicity/Manifest   |  4 --
 app-backup/duplicity/duplicity-0.6.22.ebuild| 37 ---
 app-backup/duplicity/duplicity-0.6.23-r1.ebuild | 38 ---
 app-backup/duplicity/duplicity-0.6.24.ebuild| 49 -
 app-backup/duplicity/duplicity-0.6.25.ebuild| 49 -
 5 files changed, 177 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index ac244b3..09e7b8c 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,6 +1,2 @@
-DIST duplicity-0.6.22.tar.gz 1257082 SHA256 
6f489b0445681f0697488f3d4097b4c56a7fe8a5fea5fadd2e431724039c5a12 SHA512 
0fe838707c91e2933f0edc4b9258edd081a2e0b8ed0cd31bf229f08883b60ca9cb8d44f70b00632a926548d375417e3a5f9747a0c3eeef15bfa541a27062dfd5
 WHIRLPOOL 
63732f177e30dde1bc7bf74063dd56bc22654b4f2b787ea47e6d44364ee98fafe418954d0c80a152e25f7c1016abc5507350ac929de2a67eee1d1d30cc47856d
-DIST duplicity-0.6.23.tar.gz 1260261 SHA256 
7a17f1e10395dedcf3204bc53925bb9dcbbf2a7552c9b096ebe727eceb9c0c60 SHA512 
35c3facf9f44e117c74d880bef3f50c2f6a778fac31b38398934007befbe5dedb3f56ccdd592c231c0835baaba905ca942a889e0a1358c1b79570db08376385a
 WHIRLPOOL 
6edffb363c48a90a6c3dc9d7a8ccdb22a6390e422255deca7a84b5e87e13a865fa325313f50bea52cdea7b3ae6b880e939c6cd58d605d4cc5df0e7f191523145
-DIST duplicity-0.6.24.tar.gz 1268175 SHA256 
1d41d756638f55106f9501c3db94ccbc6568aa856ba531e07ed2cfb760b62450 SHA512 
5bb783ef6ddbfa6672279287b01f44e33256829971e7b8bbe26d648d2c78d438018bddd977281b8a1ff7e5c1505a3b60fe03ecb5ba8022a597f9f952b2815273
 WHIRLPOOL 
f42120cc403a987a9e5f747e1f7502059772f9c2fdb1afb92caa354676b7089736cd9524d08ef6677872a5019e17d2092513cc5544beed5fb0d80158742e1ebf
-DIST duplicity-0.6.25.tar.gz 1269583 SHA256 
ac44f44abc1c5fe775a49b77e722d238c0b3bbb105e083fd505e2dca8e2c1725 SHA512 
17304e38990e0a34aa4bae9f2d12a99ece031ac048667fba27afbcc32e1fb8455a2672426e49edb543bd7e345dc74f784f34c26ec2e1651eb10ba479868e04a0
 WHIRLPOOL 
8af905551078e30529dd31bd7de8f783ec0875c57e9f4d93388c5e407e9aecd19c0d151d3eb4d718cb5ea4dd649bb835611604f5ee5ad33f04355846a406d39d
 DIST duplicity-0.6.26.tar.gz 1270436 SHA256 
8bef8a5d805b79ae177e54d42152238bce1b2aaf9ad32e03a2c3a20cbd4e074a SHA512 
0cd02984eda99c81a30c9ac9926c41df0597f8f287a3e8ccd7d6fb9d420159028112be6b3fc8acf9b413940c07d0e754b2a509b6bca52965d2c333d4bcec8689
 WHIRLPOOL 
873b9fc9e035ed31cef996ace747c6a97b9434b50945578b019627c94e8eb7ba0861909e74b95db143ddb50dfdb23241a3ddfe712a97e0cd1f29c324c5d99c16
 DIST duplicity-0.7.07.1.tar.gz 1539310 SHA256 
594c6d0e723e56f8a7114d57811c613622d535cafdef4a3643a4d4c89c1904f8 SHA512 
363266232763791bac9e84a9e345dda6ffa278a89597a094540088e12e47b56cb2459f72073c0020b77504514149b1ccb9bed7a67e516443a674975954f49129
 WHIRLPOOL 
041ea4dcc127e7cf5cca04c2037776fdf224cabe741f18a4de4e6e18fe1c4260eeed20892f91c43b7dbb0a04d246b67e8f52ab364b5bbc43a765e50ea05be092

diff --git a/app-backup/duplicity/duplicity-0.6.22.ebuild 
b/app-backup/duplicity/duplicity-0.6.22.ebuild
deleted file mode 100644
index a099c71..000
--- a/app-backup/duplicity/duplicity-0.6.22.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="http://www.nongnu.org/duplicity/;
-SRC_URI="https://code.launchpad.net/${PN}/0.6-series/${PV}/+download/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="s3"
-
-DEPEND="
-   net-libs/librsync
-   app-crypt/gnupg
-"
-RDEPEND="${DEPEND}
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
-"
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-
-   sed -i "s/'COPYING',//" setup.py || die "Couldn't remove unnecessary 
COPYING file."
-}
-
-pkg_postinst() {
-   einfo "Duplicity has many optional dependencies to support various 
backends."
-   einfo "Currently it's up to you to install them as necessary."
-}

diff --git a/app-backup/duplicity/duplicity-0.6.23-r1.ebuild 
b/app-backup/duplicity/duplicity-0.6.23-r1.ebuild
deleted file mode 100644
index 24905d3..000
--- a/app-backup/duplicity/duplicity-0.6.23-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Secure backup system using gnupg to encrypt 

[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2016-01-05 Thread Agostino Sarubbo
commit: d910509a08f34fcb2fe379cfa4feecbd94408455
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan  5 08:41:09 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan  5 08:41:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d910509a

app-backup/duplicity: ppc stable wrt bug #570092

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-backup/duplicity/duplicity-0.6.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.6.26.ebuild 
b/app-backup/duplicity/duplicity-0.6.26.ebuild
index 9d45df0..a752613 100644
--- a/app-backup/duplicity/duplicity-0.6.26.ebuild
+++ b/app-backup/duplicity/duplicity-0.6.26.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://code.launchpad.net/${PN}/0.6-series/${PV}/+download/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="s3 test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2016-01-05 Thread Agostino Sarubbo
commit: 528c1fab7281f133a926c1f7eeb6cb108f36dfa8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan  5 08:40:46 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan  5 08:40:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528c1fab

app-backup/duplicity: x86 stable wrt bug #570092

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-backup/duplicity/duplicity-0.6.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/duplicity/duplicity-0.6.26.ebuild 
b/app-backup/duplicity/duplicity-0.6.26.ebuild
index eb05c0b..9d45df0 100644
--- a/app-backup/duplicity/duplicity-0.6.26.ebuild
+++ b/app-backup/duplicity/duplicity-0.6.26.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://code.launchpad.net/${PN}/0.6-series/${PV}/+download/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="s3 test"
 
 CDEPEND="



  1   2   >