public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiostream/
Date: Sun, 12 May 2024 12:25:52 +0000 (UTC)	[thread overview]
Message-ID: <1715516746.0f72e34e7f8b7f652d3f7ffc8cf0e858046b234c.mgorny@gentoo> (raw)

commit:     0f72e34e7f8b7f652d3f7ffc8cf0e858046b234c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 12:11:45 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 12 12:25:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f72e34e

dev-python/aiostream: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/aiostream/Manifest               |  1 -
 dev-python/aiostream/aiostream-0.5.2.ebuild | 40 -----------------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-python/aiostream/Manifest b/dev-python/aiostream/Manifest
index d3612255de2d..2b15d6e44bd6 100644
--- a/dev-python/aiostream/Manifest
+++ b/dev-python/aiostream/Manifest
@@ -1,2 +1 @@
-DIST aiostream-0.5.2.gh.tar.gz 42945 BLAKE2B 36e4f3c7834df589da3e7ec8bafb6a5b6fe40a1e868fbe0b9b81233f6721852b0e31b12144775db8785835cd5a3a0ca0a88784f7955388efd55b6ce97311b10e SHA512 282139cda0f7d08dd11af88bc3a568054906c2e0e2708f72e0ce3a67d13a44822612e3989c398ab346f8c043f17ad2e5cd2f958b1461325ad9768affec8f63fc
 DIST aiostream-0.6.1.gh.tar.gz 45466 BLAKE2B 848594d9ae191e32553dbff25ffa5926a2fd069bdc36d202f861603495ed5b33e04c4d6ae04704ca3f1d3525b73bf4f83455acc74fcfa831991c8c1ea504fe65 SHA512 0e7a87196ee7749247a6554a9347f2d8a46474db58e3793a8ac2c76b92b61e8ec7d372a05c692fcb600e81be502745ec1e7320e9dba75f50ebeff2a1ffdc35bd

diff --git a/dev-python/aiostream/aiostream-0.5.2.ebuild b/dev-python/aiostream/aiostream-0.5.2.ebuild
deleted file mode 100644
index 6830c0af8f5c..000000000000
--- a/dev-python/aiostream/aiostream-0.5.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generator-based operators for asynchronous iteration"
-HOMEPAGE="
-	https://pypi.org/project/aiostream/
-	https://github.com/vxgmichel/aiostream/
-"
-SRC_URI="
-	https://github.com/vxgmichel/aiostream/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-RDEPEND="
-	dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -i -e 's:--cov aiostream --cov-report html --cov-report term::' \
-		setup.cfg || die
-	distutils-r1_src_prepare
-}


             reply	other threads:[~2024-05-12 12:25 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-12 12:25 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-26  8:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiostream/ Michał Górny
2025-05-17  8:55 Arthur Zamarin
2025-02-27 20:50 Michał Górny
2024-10-31  5:24 Michał Górny
2024-10-31  5:24 Michał Górny
2024-10-09  6:31 Michał Górny
2024-10-09  6:31 Michał Górny
2024-07-22  1:47 Michał Górny
2024-05-12 12:25 Michał Górny
2024-05-11  5:19 Michał Górny
2023-11-23 16:08 Michał Górny
2023-11-07  6:56 Jakov Smolić
2023-11-05 18:46 Sam James
2023-11-05 18:46 Sam James
2023-11-05 18:22 Michał Górny
2023-10-25  7:55 Michał Górny
2023-09-29  4:50 Michał Górny
2023-09-26 16:56 Michał Górny
2023-09-26 16:56 Michał Górny
2022-12-09 13:56 Michał Górny

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=1715516746.0f72e34e7f8b7f652d3f7ffc8cf0e858046b234c.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --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