From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2DBF15802F for ; Mon, 13 Mar 2023 08:02:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFE24E075F; Mon, 13 Mar 2023 08:02:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC4C8E075F for ; Mon, 13 Mar 2023 08:02:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12BD5340D4F for ; Mon, 13 Mar 2023 08:02:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B4318DE for ; Mon, 13 Mar 2023 08:02:25 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1678694419.37336639f742b692b584810f361f41b36f174575.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/stone/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/stone/Manifest dev-python/stone/stone-3.3.1.ebuild X-VCS-Directories: dev-python/stone/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 37336639f742b692b584810f361f41b36f174575 X-VCS-Branch: dev Date: Mon, 13 Mar 2023 08:02:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a10ac945-f824-400a-bb1a-a604ad2df8dd X-Archives-Hash: ece613fe267c382d3deac0fc75948524 commit: 37336639f742b692b584810f361f41b36f174575 Author: Viorel Munteanu gentoo org> AuthorDate: Mon Mar 13 07:52:02 2023 +0000 Commit: Viorel Munteanu gentoo 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 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" From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6435F15802F for ; Mon, 13 Mar 2023 08:30:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06C78E0845; Mon, 13 Mar 2023 08:29:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD2DBE0843 for ; Mon, 13 Mar 2023 08:29:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0692C340DBE for ; Mon, 13 Mar 2023 08:29:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0A9B8F5 for ; Mon, 13 Mar 2023 08:29:54 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1678694419.37336639f742b692b584810f361f41b36f174575.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/stone/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/stone/Manifest dev-python/stone/stone-3.3.1.ebuild X-VCS-Directories: dev-python/stone/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 37336639f742b692b584810f361f41b36f174575 X-VCS-Branch: master Date: Mon, 13 Mar 2023 08:29:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4327e54-c311-4fc3-b755-7e81d35cefb5 X-Archives-Hash: 65b9419df5cf2a73b15b975fcfa68d47 Message-ID: <20230313082954.KlWgUCYD4G038xMkWS4hI3UkRaEQK2r3kQbVzZiUTWo@z> commit: 37336639f742b692b584810f361f41b36f174575 Author: Viorel Munteanu gentoo org> AuthorDate: Mon Mar 13 07:52:02 2023 +0000 Commit: Viorel Munteanu gentoo 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 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"