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 8D4AF15838C for ; Wed, 17 Jan 2024 13:52:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E1D9E2AA6; Wed, 17 Jan 2024 13:52:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 10EF9E2AA6 for ; Wed, 17 Jan 2024 13:52:04 +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 2169B34337C for ; Wed, 17 Jan 2024 13:52:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31E1E14C6 for ; Wed, 17 Jan 2024 13:52:00 +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: <1705499147.65aed91d2b08ab541a2f8e3d8c0b80c55c68d464.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/asyncpg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/asyncpg/Manifest dev-python/asyncpg/asyncpg-0.26.0.ebuild X-VCS-Directories: dev-python/asyncpg/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 65aed91d2b08ab541a2f8e3d8c0b80c55c68d464 X-VCS-Branch: master Date: Wed, 17 Jan 2024 13:52:00 +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: e6c23bb7-a3de-4cd8-899d-6066e9b274dc X-Archives-Hash: c7826a7e7f3430790398264da1bb9e1f commit: 65aed91d2b08ab541a2f8e3d8c0b80c55c68d464 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Jan 17 12:12:42 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Jan 17 13:45:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65aed91d dev-python/asyncpg: drop 0.26.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/asyncpg/Manifest | 1 - dev-python/asyncpg/asyncpg-0.26.0.ebuild | 33 -------------------------------- 2 files changed, 34 deletions(-) diff --git a/dev-python/asyncpg/Manifest b/dev-python/asyncpg/Manifest index af055e2fe2..2422f516e0 100644 --- a/dev-python/asyncpg/Manifest +++ b/dev-python/asyncpg/Manifest @@ -1,2 +1 @@ -DIST asyncpg-0.26.0.tar.gz 809997 BLAKE2B 360dfadcd729ade63c156e3a16def7f652dbc4d0c76189ac88e01fa814f9a3ab4f1bd2852658a93e22a8e275fb1a4e69df2e3c30f457110291f0641ac6d12d8d SHA512 ef92316fd430a1819aa8170abd67ecfc1cf29c42cb6dc06cf5047cdd71d4abf441c8b86bacafaaa8c0c0fd7c66daa275e9ed68b00e5166bb27929f25cab1dcbd DIST asyncpg-0.27.0.tar.gz 808881 BLAKE2B e4fe88346a3fb4d9b6ce74a4e12db333f1aefd8844d6b08091a1e507a56754bb74dcbdd1b43329f1df24725f03c808a1862c8c4587c9ec95c4800f30ab78458c SHA512 66d4e16cba8ebebfa0403c7d3b1d3ee1b9b8f55a9b70f57e809d28161873d74750152e6ed548b17ceb97ca84f7a669a5fa503c824a861b295db731f86bfb0137 diff --git a/dev-python/asyncpg/asyncpg-0.26.0.ebuild b/dev-python/asyncpg/asyncpg-0.26.0.ebuild deleted file mode 100644 index aab248ad35..0000000000 --- a/dev-python/asyncpg/asyncpg-0.26.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) # doesn't build with pypy3 -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="A fast PostgreSQL Database Client Library for Python/asyncio" -HOMEPAGE="https://github.com/MagicStack/asyncpg" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - test? ( - dev-db/postgresql - dev-python/flake8[${PYTHON_USEDEP}] - dev-python/uvloop[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest - -distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio dev-python/sphinx-rtd-theme - -python_test() { - cd "${T}" || die - USE_UVLOOP=1 eunittest "${S}"/tests -}