Since version 1.0.0 of duplicity it shows ``` duplicity --version duplicity $version ``` I noticed that since version 1.0.0 SRC_URI points to gitlab instead of launchpad which it was before. I had another bug because of that in app-backup/deja-dup. (https://gitlab.gnome.org/World/deja-dup/-/issues/334) Upstream from deja-dup told me that it works fine with the package you get when installing with pip, so I figured this has something to do with the source from gitlab. Indeed it seems duplicity upstream does not do with the package on gitlab what they suggest to do here: https://gitlab.com/duplicity/duplicity/-/blob/main/README-REPO.md I changed the SRC_URI to python hosted and it works again.
https://github.com/gentoo/gentoo/pull/27742
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9318c2ca16ec1777474028de44ff7ae1de66bf2 commit b9318c2ca16ec1777474028de44ff7ae1de66bf2 Author: Pascal Jäger <pascal.jaeger@leimstift.de> AuthorDate: 2022-10-11 17:24:18 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2022-10-14 01:21:29 +0000 app-backup/duplicity: change SRC_URI to pythonhosted.org Closes: https://bugs.gentoo.org/876781 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Signed-off-by: Matt Turner <mattst88@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(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2ed8a2af8b004bf6349fe31a8e60ec9916e5f3 commit ad2ed8a2af8b004bf6349fe31a8e60ec9916e5f3 Author: Pascal Jäger <pascal.jaeger@leimstift.de> AuthorDate: 2022-10-11 17:42:34 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2022-10-14 01:21:29 +0000 app-backup/deja-dup: remove dep on <app-backup/duplicity-1.0.0 Bug: https://bugs.gentoo.org/876781 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/27742 Signed-off-by: Matt Turner <mattst88@gentoo.org> .../deja-dup/{deja-dup-42.8-r1.ebuild => deja-dup-42.8-r2.ebuild} | 3 --- app-backup/deja-dup/{deja-dup-43.4.ebuild => deja-dup-43.4-r1.ebuild} | 3 --- 2 files changed, 6 deletions(-)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1402b813801f1ccffc547ac9bc6c1c9da05200ea commit 1402b813801f1ccffc547ac9bc6c1c9da05200ea Author: Sam James <sam@gentoo.org> AuthorDate: 2022-10-14 01:23:03 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-10-14 01:26:32 +0000 app-backup/duplicity: use mirror://pypi Bug: https://bugs.gentoo.org/876781 Signed-off-by: Sam James <sam@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(-)