commit: a2e73dd38ea5ac39a8d0ec689424ad7a52a2d1df Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Mon May 30 22:51:54 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Mon May 30 23:04:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2e73dd3
dev-python/bson: update SRC_URI Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/bson/Manifest | 2 +- dev-python/bson/bson-0.5.10.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/bson/Manifest b/dev-python/bson/Manifest index 48b5f7588..57173e566 100644 --- a/dev-python/bson/Manifest +++ b/dev-python/bson/Manifest @@ -1 +1 @@ -DIST bson-0.5.10.tar.gz 24735 BLAKE2B a658598d9cac3bf55327ec2084d4c884b92d00e1ffaa084bcfdbebe24fd53b342d117449fde9d394f08b5fc04f9ea9c6856394bdb90806131c65111478c75f72 SHA512 6c74344a75eaeb7f53609ab78a9223218ac89edd320e503898145668cd746d5b76624d91640223a826af7ab978b107715cdb9904f16f6499c9be1ce9f54a09f8 +DIST bson-0.5.10.gh.tar.gz 24735 BLAKE2B a658598d9cac3bf55327ec2084d4c884b92d00e1ffaa084bcfdbebe24fd53b342d117449fde9d394f08b5fc04f9ea9c6856394bdb90806131c65111478c75f72 SHA512 6c74344a75eaeb7f53609ab78a9223218ac89edd320e503898145668cd746d5b76624d91640223a826af7ab978b107715cdb9904f16f6499c9be1ce9f54a09f8 diff --git a/dev-python/bson/bson-0.5.10.ebuild b/dev-python/bson/bson-0.5.10.ebuild index b50c224b5..1d040d94a 100644 --- a/dev-python/bson/bson-0.5.10.ebuild +++ b/dev-python/bson/bson-0.5.10.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Independent BSON codec for Python that doesn't depend on MongoDB" HOMEPAGE="https://github.com/py-bson/bson" -SRC_URI="https://github.com/py-bson/bson/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/py-bson/bson/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="BSD" SLOT="0"
