diff options
author | Pascal Jäger <pascal.jaeger@leimstift.de> | 2022-10-11 19:24:18 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-13 21:21:29 -0400 |
commit | b9318c2ca16ec1777474028de44ff7ae1de66bf2 (patch) | |
tree | 60016ccd19f4f7c42f3a636b2f36e9f940d2a1fe /app-backup/duplicity | |
parent | x11-misc/xdg-user-dirs-gtk: Version bump to 0.11 (diff) | |
download | gentoo-b9318c2ca16ec1777474028de44ff7ae1de66bf2.tar.gz gentoo-b9318c2ca16ec1777474028de44ff7ae1de66bf2.tar.bz2 gentoo-b9318c2ca16ec1777474028de44ff7ae1de66bf2.zip |
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>
Diffstat (limited to 'app-backup/duplicity')
-rw-r--r-- | app-backup/duplicity/Manifest | 4 | ||||
-rw-r--r-- | app-backup/duplicity/duplicity-1.0.0-r1.ebuild (renamed from app-backup/duplicity/duplicity-1.0.0.ebuild) | 4 | ||||
-rw-r--r-- | app-backup/duplicity/duplicity-1.0.1-r1.ebuild (renamed from app-backup/duplicity/duplicity-1.0.1.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 27601f1e83fe685b94caf3703bf8001111efcf0e0af371f3c5434354c55bffba9d3dbd9b48b11808557154c61acfa7c19700dd1f45b10c471c570d85f145b7dd +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 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 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 } |