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 571F915800A for ; Sun, 13 Aug 2023 11:07:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 897842BC02C; Sun, 13 Aug 2023 11:07:23 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DD732BC02C for ; Sun, 13 Aug 2023 11:07:23 +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 6F652340DDF for ; Sun, 13 Aug 2023 11:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B59F5F77 for ; Sun, 13 Aug 2023 11:07:20 +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: <1691924651.21a21f37d466bbe06cf521d80d5c51a95587bfbd.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: 21a21f37d466bbe06cf521d80d5c51a95587bfbd X-VCS-Branch: dev Date: Sun, 13 Aug 2023 11:07:20 +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: ea99e4e4-b030-440a-8b9e-8a730deaa12d X-Archives-Hash: 45f44f1d10838fce6fc9ceee696180a7 commit: 21a21f37d466bbe06cf521d80d5c51a95587bfbd Author: Viorel Munteanu gentoo org> AuthorDate: Sun Aug 13 11:04:11 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Aug 13 11:04:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21a21f37 dev-python/survey: drop 3.4.3 Signed-off-by: Viorel Munteanu gentoo.org> dev-python/survey/Manifest | 1 - dev-python/survey/survey-3.4.3.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest index c55c753f84..e1ee26492c 100644 --- a/dev-python/survey/Manifest +++ b/dev-python/survey/Manifest @@ -1,2 +1 @@ -DIST survey-3.4.3.tar.gz 21219 BLAKE2B e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3 SHA512 47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a DIST survey-4.5.4.tar.gz 831109 BLAKE2B 00065211437f4c6c820aca5c511395625da7be9415218d6261005aff946b19a3e65cc31189a6aef755ed88ce81f309ac2eabe23ea7f1e2f359007b4fe9172f96 SHA512 045989ca95e3fa9a840ad8d37a040f46bf3f22a858dd7b826fecf88d4e53b6b14e285ef3bf266add496da2d5ffd58971c2456b4375362e24c1a071fc910a03f4 diff --git a/dev-python/survey/survey-3.4.3.ebuild b/dev-python/survey/survey-3.4.3.ebuild deleted file mode 100644 index 487df29cd0..0000000000 --- a/dev-python/survey/survey-3.4.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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_{10..11} ) -inherit distutils-r1 pypi - -DESCRIPTION="A simple library for creating beautiful interactive prompts" -HOMEPAGE=" - https://github.com/Exahilosys/survey - https://pypi.org/project/survey/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/wrapio-1.0.0[${PYTHON_USEDEP}] -"