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 A775415838C for ; Thu, 25 Jan 2024 10:49:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1E77E2A90; Thu, 25 Jan 2024 10:49:21 +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 E4199E2A90 for ; Thu, 25 Jan 2024 10:49:20 +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 C87DC343427 for ; Thu, 25 Jan 2024 10:49:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6697714C4 for ; Thu, 25 Jan 2024 10:49:16 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1706124825.23a48a5e81fd7ceb21fedcd29394c9e711a7d538.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/daiquiri/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/daiquiri/Manifest dev-python/daiquiri/daiquiri-3.0.1.ebuild X-VCS-Directories: dev-python/daiquiri/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 23a48a5e81fd7ceb21fedcd29394c9e711a7d538 X-VCS-Branch: master Date: Thu, 25 Jan 2024 10:49:16 +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: 45a5b1e5-d5d7-46e7-87f7-1fb0e8806ec5 X-Archives-Hash: 624fd0bf6610d92ca0d1f9a89858a33d commit: 23a48a5e81fd7ceb21fedcd29394c9e711a7d538 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Jan 24 19:33:45 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Jan 24 19:33:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23a48a5e dev-python/daiquiri: drop 3.0.1 Closes: https://bugs.gentoo.org/921794 Closes: https://bugs.gentoo.org/815607 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/daiquiri/Manifest | 1 - dev-python/daiquiri/daiquiri-3.0.1.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-python/daiquiri/Manifest b/dev-python/daiquiri/Manifest index 6172e061e5..bc3a90ff62 100644 --- a/dev-python/daiquiri/Manifest +++ b/dev-python/daiquiri/Manifest @@ -1,2 +1 @@ -DIST daiquiri-3.0.1.tar.gz 17948 BLAKE2B 1865d1e6b7ad0a1c9b8390992255726a3383034fd631cd217cb2ac820106efaeced3e44168f14d4b8c851e0c17a5d980aeb28a3d3ea3399701af2ea1c248b9c0 SHA512 4c786a744a8ed89147bb77c8825d8733ca88bf1d1877058c87257c92a7ae3b343a0820e9d83f4ac8a2a1b9b74d33f72bb5b306703b3bd57b51cf7931041c5d6c DIST daiquiri-3.2.3.tar.gz 19582 BLAKE2B 105ba4b80a405bcf0d64fcde585ab0cad4ab939d7d7048dba87f8f022d5bcf8e1708554459dba550765e2110e8987a4e26992d5c53db46b320a942b467d9b44e SHA512 a801e04f67340ed047322bdc65be97a463d268f26dd44615d7a4f17ca3de7c36bb244f6bd54e33c1c2055667f0b4086d98bcbf6778bc4eb99c08a657d6abd7b6 diff --git a/dev-python/daiquiri/daiquiri-3.0.1.ebuild b/dev-python/daiquiri/daiquiri-3.0.1.ebuild deleted file mode 100644 index 36c96adb07..0000000000 --- a/dev-python/daiquiri/daiquiri-3.0.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_10 pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python library to easily setup basic logging functionality" -HOMEPAGE=" - https://pypi.org/project/daiquiri/ - https://github.com/jd/daiquiri -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/python-json-logger[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest