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 F27A515817D for ; Fri, 14 Jun 2024 23:10:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2A08E2B0B; Fri, 14 Jun 2024 23:10:02 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C282EE2B0B for ; Fri, 14 Jun 2024 23:10:02 +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 0CD0933C84E for ; Fri, 14 Jun 2024 23:10:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 714A01D04 for ; Fri, 14 Jun 2024 23:09:56 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1718342532.b8a91f457020730da84fd6d8ab6c385f2c0df8c1.julien@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-5.3.0.ebuild X-VCS-Directories: dev-python/survey/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: b8a91f457020730da84fd6d8ab6c385f2c0df8c1 X-VCS-Branch: master Date: Fri, 14 Jun 2024 23:09:56 +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: 200f230c-f84b-4e8d-bac8-267c4e5314b3 X-Archives-Hash: 454c362f02202db9b10da2d4039f2b72 commit: b8a91f457020730da84fd6d8ab6c385f2c0df8c1 Author: Viorel Munteanu gentoo org> AuthorDate: Fri Jun 14 05:22:12 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Jun 14 05:22:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8a91f45 dev-python/survey: drop 5.3.0 Signed-off-by: Viorel Munteanu gentoo.org> dev-python/survey/Manifest | 1 - dev-python/survey/survey-5.3.0.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest index b963cfd35..8311de32f 100644 --- a/dev-python/survey/Manifest +++ b/dev-python/survey/Manifest @@ -1,3 +1,2 @@ DIST survey-4.5.4.tar.gz 831109 BLAKE2B 00065211437f4c6c820aca5c511395625da7be9415218d6261005aff946b19a3e65cc31189a6aef755ed88ce81f309ac2eabe23ea7f1e2f359007b4fe9172f96 SHA512 045989ca95e3fa9a840ad8d37a040f46bf3f22a858dd7b826fecf88d4e53b6b14e285ef3bf266add496da2d5ffd58971c2456b4375362e24c1a071fc910a03f4 -DIST survey-5.3.0.gh.tar.gz 1564816 BLAKE2B 5f4759c2e824499ee4b7569ae906c73af60f7fa080f02022bec1cd393b1ddf9b563708ad4363d48f12448210fe24125d79526818e09c72be1b96997a2367e271 SHA512 690b9ffbd75bd70d838115430fb6d12d898a2b7b28b1d5e00dcfb8d09490b1f3663632a8b6e0b05fe8d50633b19c33cc13a6776168491a2f6c881b5764397caf DIST survey-5.3.1.gh.tar.gz 1564902 BLAKE2B de8bafd2fc5a683ca0364f9e1540e177bf2f10344406563ff3ef6723abd2c415517e72ffacccae51e1d69912b966bf678c2abc62b22545f1c5871d4f3459d121 SHA512 383d7339e93760294095881b6ebf3fd00d687210865303aa2c17a51a390f8087b8666364e0ba7b7657e009803665cf02e64f280c8a09a535ce1fa1ebeaafe963 diff --git a/dev-python/survey/survey-5.3.0.ebuild b/dev-python/survey/survey-5.3.0.ebuild deleted file mode 100644 index 5d68e2cb2..000000000 --- a/dev-python/survey/survey-5.3.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) -inherit distutils-r1 - -DESCRIPTION="A simple library for creating beautiful interactive prompts" -HOMEPAGE=" - https://github.com/Exahilosys/survey - https://pypi.org/project/survey/ -" -MY_PV=${PV/_/-} -SRC_URI="https://github.com/Exahilosys/survey/archive/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}"/${PN}-${MY_PV} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -distutils_enable_sphinx docs \ - dev-python/sphinx-autodoc-typehints \ - dev-python/sphinx-paramlinks \ - dev-python/sphinx-rtd-theme - -src_configure() { - distutils-r1_src_configure - export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} -}