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 76CA915802F for ; Sun, 12 Mar 2023 09:08:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 714F9E0827; Sun, 12 Mar 2023 09:08:18 +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 59470E0827 for ; Sun, 12 Mar 2023 09:08:18 +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 4876633B864 for ; Sun, 12 Mar 2023 09:08:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 414E78E0 for ; Sun, 12 Mar 2023 09:08:14 +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: <1678611804.e7dd81e5b60a17f5f653e8ef4e0115266facc5f7.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/survey/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/survey/Manifest dev-python/survey/survey-3.4.3.ebuild X-VCS-Directories: dev-python/survey/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: e7dd81e5b60a17f5f653e8ef4e0115266facc5f7 X-VCS-Branch: dev Date: Sun, 12 Mar 2023 09:08:14 +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: 6ba72bb0-b200-469a-89fb-28a925b30eef X-Archives-Hash: c2041b9e69d1ce6b7dc973f56ef5a8b4 commit: e7dd81e5b60a17f5f653e8ef4e0115266facc5f7 Author: Viorel Munteanu gentoo org> AuthorDate: Sun Mar 12 09:03:24 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Mar 12 09:03:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7dd81e5 dev-python/survey: update SRC_URI Switch from gh to pypi. Signed-off-by: Viorel Munteanu gentoo.org> dev-python/survey/Manifest | 2 +- dev-python/survey/survey-3.4.3.ebuild | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest index e16a287dc..6b44430cb 100644 --- a/dev-python/survey/Manifest +++ b/dev-python/survey/Manifest @@ -1 +1 @@ -DIST survey-3.4.3.gh.tar.gz 13533965 BLAKE2B 4b2e881bdddb3c606cc356ab1883545ea98b433e8568fc421ae0601c75e9828f1facfaa0b988da19962f93ded7b16ecd4d495c02022b5d1f99a00ba4c6996362 SHA512 a4033a54a9eef5e9082d9903a0b9cc158897d9f58696905c5fb551c64d55fe13d9a687ca161555b280002df3d0f9405dfcbf16830f691004fec614dd980b3e32 +DIST survey-3.4.3.tar.gz 21219 BLAKE2B e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3 SHA512 47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a diff --git a/dev-python/survey/survey-3.4.3.ebuild b/dev-python/survey/survey-3.4.3.ebuild index a631e53b4..51f5141db 100644 --- a/dev-python/survey/survey-3.4.3.ebuild +++ b/dev-python/survey/survey-3.4.3.ebuild @@ -1,18 +1,17 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A simple library for creating beautiful interactive prompts" HOMEPAGE=" https://github.com/Exahilosys/survey https://pypi.org/project/survey/ " -SRC_URI="https://github.com/Exahilosys/${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 5E2DB15802F for ; Sun, 12 Mar 2023 09:15:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5D2EE0843; 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 8EEB4E0849 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 C1906340E4F 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 1FF5D8E8 for ; Sun, 12 Mar 2023 09:14:55 +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: <1678611804.e7dd81e5b60a17f5f653e8ef4e0115266facc5f7.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/survey/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/survey/Manifest dev-python/survey/survey-3.4.3.ebuild X-VCS-Directories: dev-python/survey/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: e7dd81e5b60a17f5f653e8ef4e0115266facc5f7 X-VCS-Branch: master Date: Sun, 12 Mar 2023 09:14:55 +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: a19250d5-69b6-4dc9-8980-e51b9f509535 X-Archives-Hash: 5587d4e84573aaac26c6dabe34cdb3d2 Message-ID: <20230312091455.qLz2qifSqMMz2I2TYoGuLZaBVhXugluJaetrFbp25oU@z> commit: e7dd81e5b60a17f5f653e8ef4e0115266facc5f7 Author: Viorel Munteanu gentoo org> AuthorDate: Sun Mar 12 09:03:24 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Mar 12 09:03:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7dd81e5 dev-python/survey: update SRC_URI Switch from gh to pypi. Signed-off-by: Viorel Munteanu gentoo.org> dev-python/survey/Manifest | 2 +- dev-python/survey/survey-3.4.3.ebuild | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest index e16a287dc..6b44430cb 100644 --- a/dev-python/survey/Manifest +++ b/dev-python/survey/Manifest @@ -1 +1 @@ -DIST survey-3.4.3.gh.tar.gz 13533965 BLAKE2B 4b2e881bdddb3c606cc356ab1883545ea98b433e8568fc421ae0601c75e9828f1facfaa0b988da19962f93ded7b16ecd4d495c02022b5d1f99a00ba4c6996362 SHA512 a4033a54a9eef5e9082d9903a0b9cc158897d9f58696905c5fb551c64d55fe13d9a687ca161555b280002df3d0f9405dfcbf16830f691004fec614dd980b3e32 +DIST survey-3.4.3.tar.gz 21219 BLAKE2B e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3 SHA512 47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a diff --git a/dev-python/survey/survey-3.4.3.ebuild b/dev-python/survey/survey-3.4.3.ebuild index a631e53b4..51f5141db 100644 --- a/dev-python/survey/survey-3.4.3.ebuild +++ b/dev-python/survey/survey-3.4.3.ebuild @@ -1,18 +1,17 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A simple library for creating beautiful interactive prompts" HOMEPAGE=" https://github.com/Exahilosys/survey https://pypi.org/project/survey/ " -SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0"