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 EBEC615808B for ; Thu, 3 Oct 2024 00:27:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E68C8E29BB; Thu, 3 Oct 2024 00:27:28 +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 CBEAEE29BB for ; Thu, 3 Oct 2024 00:27:28 +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 D260C342F9C for ; Thu, 3 Oct 2024 00:27:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FF601EF4 for ; Thu, 3 Oct 2024 00:27:26 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1727915240.b82c5a185a24db8b3a132c925e7e40bbcaf46ccf.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyrqlite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyrqlite/Manifest dev-python/pyrqlite/pyrqlite-2.2.2.ebuild X-VCS-Directories: dev-python/pyrqlite/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: b82c5a185a24db8b3a132c925e7e40bbcaf46ccf X-VCS-Branch: master Date: Thu, 3 Oct 2024 00:27:26 +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: 6ae6ffe5-1005-43f8-b8fd-5ea2a31f63b3 X-Archives-Hash: fd18bc6d830309871e38bf57f6b0e7c8 commit: b82c5a185a24db8b3a132c925e7e40bbcaf46ccf Author: Zac Medico gentoo org> AuthorDate: Thu Oct 3 00:26:29 2024 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Oct 3 00:27:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82c5a18 dev-python/pyrqlite: drop 2.2.2 Signed-off-by: Zac Medico gentoo.org> dev-python/pyrqlite/Manifest | 1 - dev-python/pyrqlite/pyrqlite-2.2.2.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-python/pyrqlite/Manifest b/dev-python/pyrqlite/Manifest index fe7ae7e95276..ef686f56dcf8 100644 --- a/dev-python/pyrqlite/Manifest +++ b/dev-python/pyrqlite/Manifest @@ -1,2 +1 @@ -DIST pyrqlite-2.2.2.gh.tar.gz 21302 BLAKE2B 8a16155287f4a4698ca63d4643c9fde0dbf4fc8238b4259f194b66a30846bab9b6420df0cc8049b2ea16d8ffdcd8c99f2b7e49a135af458e2b239b52e3ac4f5b SHA512 6faf6d5b1a264a85247ee5a790bc4e718d0632ee4d4bcd16aed2bce65216f23c0cb44d7c367ae73874bdb618d9c56bbefdaeebb40322f228e0ee50d78e03b91b DIST pyrqlite-2.2.3.gh.tar.gz 21554 BLAKE2B 1a3c09eaee20a19ab06a4f91a5b12659eafe425f796599ef9abf85f99563a62b40f1f82488611e0bbd1fb18853e2b1e310ecd7f94cb89f5840e34c51a4bd42ef SHA512 063a9072846c31fd34ea5261fe97f1023a95122c39c58292c7ab08ba148e01ab5001adda28c2856f0e29b67be553a8bae011d274edfdd3028aacd22179d309d7 diff --git a/dev-python/pyrqlite/pyrqlite-2.2.2.ebuild b/dev-python/pyrqlite/pyrqlite-2.2.2.ebuild deleted file mode 100644 index ec12bed1b7aa..000000000000 --- a/dev-python/pyrqlite/pyrqlite-2.2.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) -inherit distutils-r1 - -DESCRIPTION="Python client for rqlite" -HOMEPAGE=" - https://github.com/rqlite/pyrqlite/ - https://pypi.org/project/pyrqlite/ -" -SRC_URI=" - https://github.com/rqlite/pyrqlite/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - test? ( - >=dev-db/rqlite-6.7.0 - ) -" - -distutils_enable_tests pytest