public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asyncpg/
Date: Mon, 22 Apr 2024 20:30:30 +0000 (UTC)	[thread overview]
Message-ID: <1713817662.fd853999aab4c39b72abef0a13669768c4a85cec.cybertailor@gentoo> (raw)

commit:     fd853999aab4c39b72abef0a13669768c4a85cec
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Apr 22 20:27:42 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Apr 22 20:27:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd853999

dev-python/asyncpg: drop 0.27.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/asyncpg/Manifest              |  1 -
 dev-python/asyncpg/asyncpg-0.27.0.ebuild | 36 --------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-python/asyncpg/Manifest b/dev-python/asyncpg/Manifest
index 057e9f59e0..cbbcfd1acc 100644
--- a/dev-python/asyncpg/Manifest
+++ b/dev-python/asyncpg/Manifest
@@ -1,2 +1 @@
-DIST asyncpg-0.27.0.tar.gz 808881 BLAKE2B e4fe88346a3fb4d9b6ce74a4e12db333f1aefd8844d6b08091a1e507a56754bb74dcbdd1b43329f1df24725f03c808a1862c8c4587c9ec95c4800f30ab78458c SHA512 66d4e16cba8ebebfa0403c7d3b1d3ee1b9b8f55a9b70f57e809d28161873d74750152e6ed548b17ceb97ca84f7a669a5fa503c824a861b295db731f86bfb0137
 DIST asyncpg-0.29.0.tar.gz 820455 BLAKE2B 9bb5606dfb103e066dcfd15c327fe8a8135bf4433c816dc354d84227e40b9f18bb2788ead0dd25b087f97b3113645b6dcfd8991a7bb6e2e71528d122c41105d5 SHA512 5db979496323fcf4068d5de111b52f2ae1ad9efe68f80c28e6303ad936eb051d1792409f1e31fb86dc35caad5ef9b92c40e4f6dcbcccc3907ab2247f61db5504

diff --git a/dev-python/asyncpg/asyncpg-0.27.0.ebuild b/dev-python/asyncpg/asyncpg-0.27.0.ebuild
deleted file mode 100644
index 2e4da70d19..0000000000
--- a/dev-python/asyncpg/asyncpg-0.27.0.ebuild
+++ /dev/null
@@ -1,36 +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
-	for opt in "" "1"; do
-		einfo "  testing with USE_UVLOOP='${opt}'"
-		USE_UVLOOP="${opt}" eunittest "${S}"/tests
-	done
-}


             reply	other threads:[~2024-04-22 20:30 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-22 20:30 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-02 17:46 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asyncpg/ Anna Vyalkova
2025-05-02 17:46 Anna Vyalkova
2024-10-31  8:29 Anna Vyalkova
2024-10-29 21:58 Anna Vyalkova
2024-10-23 22:50 Anna Vyalkova
2024-10-07  0:31 Anna Vyalkova
2024-04-22 20:30 Anna Vyalkova
2024-04-08 21:37 Anna Vyalkova
2024-01-17 13:46 Anna Vyalkova
2024-01-17 13:46 Anna Vyalkova
2022-11-11 18:55 Anna Vyalkova
2022-11-03  3:09 Anna Vyalkova
2022-10-19 12:38 Anna Vyalkova
2022-07-11 19:22 Anna Vyalkova
2021-12-14  7:14 Anna Vyalkova
2021-05-25 10:37 Anna Vyalkova
2021-04-28  3:15 Theo Anderson
2020-10-23 14:51 Andrew Ammerlaan
2020-03-18 17:47 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1713817662.fd853999aab4c39b72abef0a13669768c4a85cec.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox