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 6CE2A158062 for ; Sun, 12 Mar 2023 09:08:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA05BE07EE; Sun, 12 Mar 2023 09:08:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98CD4E07EA for ; Sun, 12 Mar 2023 09:08:16 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB9F733BE0A for ; Sun, 12 Mar 2023 09:08:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D34C8895 for ; Sun, 12 Mar 2023 09:08:13 +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: <1678610244.3639e8b609bb9d2b0c85cc1cccb510023f48a520.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/Pyro5/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/Pyro5/Manifest dev-python/Pyro5/Pyro5-5.14.ebuild X-VCS-Directories: dev-python/Pyro5/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 3639e8b609bb9d2b0c85cc1cccb510023f48a520 X-VCS-Branch: dev Date: Sun, 12 Mar 2023 09:08:13 +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: de1e51bd-6c9d-4ee6-a194-c8565b9b137f X-Archives-Hash: 521c57bdd7d262a5d74e24dcd6876a36 commit: 3639e8b609bb9d2b0c85cc1cccb510023f48a520 Author: Viorel Munteanu gentoo org> AuthorDate: Sun Mar 12 08:33:02 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Mar 12 08:37:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3639e8b6 dev-python/Pyro5: update SRC_URI Switch from gh to pypi. Tests pass. Signed-off-by: Viorel Munteanu gentoo.org> dev-python/Pyro5/Manifest | 2 +- dev-python/Pyro5/Pyro5-5.14.ebuild | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-python/Pyro5/Manifest b/dev-python/Pyro5/Manifest index 199b3fce2..a1dc237c2 100644 --- a/dev-python/Pyro5/Manifest +++ b/dev-python/Pyro5/Manifest @@ -1 +1 @@ -DIST Pyro5-5.14.gh.tar.gz 432770 BLAKE2B 9424441166b662bedbef89099fe00d7a6a608023b2416515f409c42eeaba47a1977e5bdc73bf6d7058fc4b35103e839d60506d59aae9390071be680e740c804b SHA512 7341e88cf86a6832b2bf9681f58d998d10c3c01db70ff6e11e90c927d25581cb5606edaf52fbb0b0b44137cb129661b68769ca8ae2fd61d5461f18c74214831c +DIST Pyro5-5.14.tar.gz 447725 BLAKE2B 0382fd69df02a2977df6238bdfe7aed0f52253cc3a8fc684d6e08caa2c06c5c572dee15c53bb463e5e477941ec67e8e8c9358eb8cda7b413c9debf2ab3a292f7 SHA512 0ca65ad01a950f59d8e2cf745e5b61065b5f02d361651ae75dc27de921ea04b5f65bd9fd18ed7ae9b0d055eda3ceb19dffd10295061e496bd1fa70563339db2d diff --git a/dev-python/Pyro5/Pyro5-5.14.ebuild b/dev-python/Pyro5/Pyro5-5.14.ebuild index ec6292b27..1a6246628 100644 --- a/dev-python/Pyro5/Pyro5-5.14.ebuild +++ b/dev-python/Pyro5/Pyro5-5.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} pypy3 ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Distributed object middleware for Python (RPC)" HOMEPAGE=" @@ -14,7 +14,8 @@ HOMEPAGE=" https://pypi.org/project/Pyro5/ https://github.com/irmen/Pyro5 " -SRC_URI="https://github.com/irmen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +SRC_URI="$(pypi_sdist_url --no-normalize "${PN^}" "${PV}")" +S=${WORKDIR}/${P^} 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 2B0B715802F for ; Sun, 12 Mar 2023 09:14:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70B7CE0817; Sun, 12 Mar 2023 09:14:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 59EF7E0817 for ; Sun, 12 Mar 2023 09:14: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 97F52340E3C for ; Sun, 12 Mar 2023 09:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2F6E8E2 for ; Sun, 12 Mar 2023 09:14: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: <1678610244.3639e8b609bb9d2b0c85cc1cccb510023f48a520.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/Pyro5/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/Pyro5/Manifest dev-python/Pyro5/Pyro5-5.14.ebuild X-VCS-Directories: dev-python/Pyro5/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 3639e8b609bb9d2b0c85cc1cccb510023f48a520 X-VCS-Branch: master Date: Sun, 12 Mar 2023 09:14: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: 045ae2a0-c442-4e91-8f6c-888e43ac23e2 X-Archives-Hash: bc145c4c6f153f92db1d4921905d04b6 Message-ID: <20230312091454.zA83MtXH6Ze4s8cxVB4yBs-9wSzAxODe_nH_PmwUry0@z> commit: 3639e8b609bb9d2b0c85cc1cccb510023f48a520 Author: Viorel Munteanu gentoo org> AuthorDate: Sun Mar 12 08:33:02 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Mar 12 08:37:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3639e8b6 dev-python/Pyro5: update SRC_URI Switch from gh to pypi. Tests pass. Signed-off-by: Viorel Munteanu gentoo.org> dev-python/Pyro5/Manifest | 2 +- dev-python/Pyro5/Pyro5-5.14.ebuild | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-python/Pyro5/Manifest b/dev-python/Pyro5/Manifest index 199b3fce2..a1dc237c2 100644 --- a/dev-python/Pyro5/Manifest +++ b/dev-python/Pyro5/Manifest @@ -1 +1 @@ -DIST Pyro5-5.14.gh.tar.gz 432770 BLAKE2B 9424441166b662bedbef89099fe00d7a6a608023b2416515f409c42eeaba47a1977e5bdc73bf6d7058fc4b35103e839d60506d59aae9390071be680e740c804b SHA512 7341e88cf86a6832b2bf9681f58d998d10c3c01db70ff6e11e90c927d25581cb5606edaf52fbb0b0b44137cb129661b68769ca8ae2fd61d5461f18c74214831c +DIST Pyro5-5.14.tar.gz 447725 BLAKE2B 0382fd69df02a2977df6238bdfe7aed0f52253cc3a8fc684d6e08caa2c06c5c572dee15c53bb463e5e477941ec67e8e8c9358eb8cda7b413c9debf2ab3a292f7 SHA512 0ca65ad01a950f59d8e2cf745e5b61065b5f02d361651ae75dc27de921ea04b5f65bd9fd18ed7ae9b0d055eda3ceb19dffd10295061e496bd1fa70563339db2d diff --git a/dev-python/Pyro5/Pyro5-5.14.ebuild b/dev-python/Pyro5/Pyro5-5.14.ebuild index ec6292b27..1a6246628 100644 --- a/dev-python/Pyro5/Pyro5-5.14.ebuild +++ b/dev-python/Pyro5/Pyro5-5.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} pypy3 ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Distributed object middleware for Python (RPC)" HOMEPAGE=" @@ -14,7 +14,8 @@ HOMEPAGE=" https://pypi.org/project/Pyro5/ https://github.com/irmen/Pyro5 " -SRC_URI="https://github.com/irmen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +SRC_URI="$(pypi_sdist_url --no-normalize "${PN^}" "${PV}")" +S=${WORKDIR}/${P^} LICENSE="MIT" SLOT="0"