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 0FDD7158064 for ; Sat, 11 May 2024 10:02:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05660E29F8; Sat, 11 May 2024 10:02:24 +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 DAE37E29F6 for ; Sat, 11 May 2024 10:02: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 CF95D34306C for ; Sat, 11 May 2024 10:02:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3721B1A4A for ; Sat, 11 May 2024 10:02:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1715421425.28b4bfc9939da6bc3f56bd3807889859dcf53990.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/minidb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/minidb/Manifest dev-python/minidb/minidb-2.0.7.ebuild X-VCS-Directories: dev-python/minidb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 28b4bfc9939da6bc3f56bd3807889859dcf53990 X-VCS-Branch: master Date: Sat, 11 May 2024 10:02:21 +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: 97c94467-8fd4-42d9-a229-1e61cf1d4043 X-Archives-Hash: 781a0a395fe4e6e8c4c040c457365683 commit: 28b4bfc9939da6bc3f56bd3807889859dcf53990 Author: Michał Górny gentoo org> AuthorDate: Sat May 11 09:57:05 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 11 09:57:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b4bfc9 dev-python/minidb: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/minidb/Manifest | 1 - dev-python/minidb/minidb-2.0.7.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/minidb/Manifest b/dev-python/minidb/Manifest index 8d3be5a4b696..0ec6101b0871 100644 --- a/dev-python/minidb/Manifest +++ b/dev-python/minidb/Manifest @@ -1,2 +1 @@ -DIST minidb-2.0.7.tar.gz 12282 BLAKE2B 349aff4ec7497fc74edd632f719a6f67a2e7c1dff38ea1ea579c820e00dbad4e7269355e4b19ccfe53cf637f0ebdd6cd512e1af84456ef70c05d8e19024ae94d SHA512 dc04d2d51fdc4ecf30e234cb25e17bf0cd5c320dfca6bdd306b61eced89fe8f1fb5df93111ec0c04f1b258ecde467203a968e61b913feee87301dec7e93d9412 DIST minidb-2.0.8.tar.gz 15404 BLAKE2B 5cf612036ed18ddd8f42da1ceab398cfe092acbdc11ac75693d1aa3c84960a375db6816dbe1a0ed244d83a4c6958661ba2db6e489ee4b5ab7df359332382f524 SHA512 04cdf6ae3a537aa421cd9ca9c283ac3c721ce35a6e23bf71f56ff70ee94dfad4672feb9cea7490e6747f9c2cfaabc7d163559cce3a40cf643df0287cbea6f994 diff --git a/dev-python/minidb/minidb-2.0.7.ebuild b/dev-python/minidb/minidb-2.0.7.ebuild deleted file mode 100644 index 893a70346d32..000000000000 --- a/dev-python/minidb/minidb-2.0.7.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) -PYTHON_REQ_USE="sqlite" - -inherit distutils-r1 pypi - -DESCRIPTION="Simple SQLite-based object store" -HOMEPAGE=" - https://thp.io/2010/minidb/ - https://pypi.org/project/minidb/ -" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 arm64 x86" - -distutils_enable_tests pytest