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/taskgroup/
Date: Sat, 25 Jan 2025 10:01:41 +0000 (UTC)	[thread overview]
Message-ID: <1737799257.0a193846a989aa383628d9cc3ca982552343d228.mgorny@gentoo> (raw)

commit:     0a193846a989aa383628d9cc3ca982552343d228
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 10:00:57 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 10:00:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a193846

dev-python/taskgroup: Remove old

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

 dev-python/taskgroup/Manifest                      |  3 ---
 dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild | 26 ----------------------
 dev-python/taskgroup/taskgroup-0.1.1.ebuild        | 26 ----------------------
 dev-python/taskgroup/taskgroup-0.2.1.ebuild        | 26 ----------------------
 4 files changed, 81 deletions(-)

diff --git a/dev-python/taskgroup/Manifest b/dev-python/taskgroup/Manifest
index f7685f9e6c27..40f0b87fe290 100644
--- a/dev-python/taskgroup/Manifest
+++ b/dev-python/taskgroup/Manifest
@@ -1,4 +1 @@
-DIST taskgroup-0.0.0a4.tar.gz 8553 BLAKE2B b9fe9e2442ef8ea5972599a150ad8d2e41004a0aee2112e455d0b850c3833fb266fe2a6b730a4d8371eb3fff0d7101f2803d8708f3f9ea1159338495ca9255be SHA512 fc5a78de3d20fecd82a2c9a142ecf1df8f33f185a792f50b86558d7bb38d49307977a4db0709dbb806cca2a1d3aba46c86833c24973e155c3295437038581ab7
-DIST taskgroup-0.1.1.tar.gz 8907 BLAKE2B 9decb86c5461de880547baa1c391b63cdfce03efa53f24e5508015ce2e3d6940a03174e77292621798f56f48b478665c1a3907f30a8f696578adf8c4a3553524 SHA512 05241eac884bf6d99a543a466d7b0b621c52c5e2569cf3a067b4c1a0b2296ee5d27297090bb46e77c32a1491d8398bdfea0f3ea2fca366f22189e390497d1ea4
-DIST taskgroup-0.2.1.tar.gz 11184 BLAKE2B fc2edd9962bff0441bf742b91c57e2b107ecf0ea3ae9d551c05c044217419eca9d45dd9d1106d227b83eed82e18ebd3e18943b15ed84c611a95e46eafe46a940 SHA512 a7d9533f7e82151db0b847a8b3197593920536a6fc9cac10ed6f3b6952224d66fa4c45359109f1797c057155370ac0f4ed099b3c6c942aa258fd2cb033e9daad
 DIST taskgroup-0.2.2.tar.gz 11504 BLAKE2B 125316de4069d84b9bbc25e8d46b1b3d59ac97c39630af7e4c50d41a55c2748d07b709fc67be13450e799b3d6799712736ea1b7d463fde50da0b96961871b91a SHA512 194c7130538f5e474b7e7df5b7c8ea764fd0c81203f0cf4eaa57bef7bbc7af5bb47c4a1f75b0d1132376018f8ef8eb32a3f486e6de548578ab2006d79306c903

diff --git a/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild b/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild
deleted file mode 100644
index ce95406e0c96..000000000000
--- a/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-# py3.11: this is a backport to py3.10, please do not add more targets
-PYTHON_COMPAT=( pypy3 python3_10 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout"
-HOMEPAGE="
-	https://github.com/graingert/taskgroup/
-	https://pypi.org/project/taskgroup/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-	dev-python/exceptiongroup[${PYTHON_USEDEP}]
-	<dev-python/typing-extensions-5[${PYTHON_USEDEP}]
-	>=dev-python/typing-extensions-4.8[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/taskgroup/taskgroup-0.1.1.ebuild b/dev-python/taskgroup/taskgroup-0.1.1.ebuild
deleted file mode 100644
index f7cf424ec8af..000000000000
--- a/dev-python/taskgroup/taskgroup-0.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-# py3.11: this is a backport to py3.10, please do not add more targets
-PYTHON_COMPAT=( pypy3 python3_10 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout"
-HOMEPAGE="
-	https://github.com/graingert/taskgroup/
-	https://pypi.org/project/taskgroup/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-	dev-python/exceptiongroup[${PYTHON_USEDEP}]
-	<dev-python/typing-extensions-5[${PYTHON_USEDEP}]
-	>=dev-python/typing-extensions-4.12.2[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/taskgroup/taskgroup-0.2.1.ebuild b/dev-python/taskgroup/taskgroup-0.2.1.ebuild
deleted file mode 100644
index 765a82e33124..000000000000
--- a/dev-python/taskgroup/taskgroup-0.2.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-# py3.11: this is a backport to py3.10, please do not add more targets
-PYTHON_COMPAT=( pypy3 python3_10 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout"
-HOMEPAGE="
-	https://github.com/graingert/taskgroup/
-	https://pypi.org/project/taskgroup/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-	dev-python/exceptiongroup[${PYTHON_USEDEP}]
-	<dev-python/typing-extensions-5[${PYTHON_USEDEP}]
-	>=dev-python/typing-extensions-4.12.2[${PYTHON_USEDEP}]
-"


             reply	other threads:[~2025-01-25 10:02 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-25 10:01 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-25 10:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/taskgroup/ Michał Górny
2025-01-04 13:19 Michał Górny
2025-01-04  9:30 Michał Górny
2024-12-16  6:11 Michał Górny
2024-12-15  2:53 Michał Górny
2024-06-30 19:17 Arthur Zamarin
2024-03-17  6:27 Ionen Wolkens
2024-02-22  4:45 Ionen Wolkens
2024-02-06  5:03 Ionen Wolkens
2024-02-06  5:03 Ionen Wolkens
2023-11-30 15:26 Michał Górny
2023-11-30 15:26 Michał Górny
2023-11-30 15:26 Michał Górny
2023-11-30 15:26 Michał Górny
2023-11-30 15:26 Michał Górny
2023-11-24 19:17 Michał Górny
2023-11-01 17:09 Michał Górny
2023-10-31 10:57 Yixun Lan
2023-10-30 19:01 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=1737799257.0a193846a989aa383628d9cc3ca982552343d228.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