commit:     37336639f742b692b584810f361f41b36f174575
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 07:52:02 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 08:00:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37336639

dev-python/stone: revert update SRC_URI

This reverts commit 0b6272f87c9482115d5abcc23ad5f2dbbf7b325c.

I had the gh archive in cache.  The pypi one does not work.

Closes: https://bugs.gentoo.org/900969
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/stone/Manifest           | 2 +-
 dev-python/stone/stone-3.3.1.ebuild | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/stone/Manifest b/dev-python/stone/Manifest
index 619d554c0..8a0159f95 100644
--- a/dev-python/stone/Manifest
+++ b/dev-python/stone/Manifest
@@ -1 +1 @@
-DIST stone-3.3.1.tar.gz 282831 BLAKE2B 
b9a866e43feedea28cd33b89f78100be520a2756fa78888e9a786ae27942a5c19df51010c0af952de70c782d3fc3588de1ae0f58450d807053989bb91d285f15
 SHA512 
ee07f01b6f10e771afbe6ca6f07d7efa24a5460e5c163f339ae84a8b7742a659f5cb535e674a2f315d1bfa95b7c02e56f46db1f397188b5b6705f6c00c1e9d73
+DIST stone-3.3.1.gh.tar.gz 282831 BLAKE2B 
b9a866e43feedea28cd33b89f78100be520a2756fa78888e9a786ae27942a5c19df51010c0af952de70c782d3fc3588de1ae0f58450d807053989bb91d285f15
 SHA512 
ee07f01b6f10e771afbe6ca6f07d7efa24a5460e5c163f339ae84a8b7742a659f5cb535e674a2f315d1bfa95b7c02e56f46db1f397188b5b6705f6c00c1e9d73

diff --git a/dev-python/stone/stone-3.3.1.ebuild 
b/dev-python/stone/stone-3.3.1.ebuild
index f73b12f3e..a2e5a2980 100644
--- a/dev-python/stone/stone-3.3.1.ebuild
+++ b/dev-python/stone/stone-3.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1 pypi
+inherit distutils-r1
 
 DESCRIPTION="The Official Api Spec Language for Dropbox"
 HOMEPAGE="
@@ -14,6 +14,7 @@ HOMEPAGE="
        https://github.com/dropbox/stone
        https://pypi.org/project/stone/
 "
+SRC_URI="https://github.com/dropbox/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to