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 7300D1581D3 for ; Mon, 13 May 2024 22:38:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4469C2BC021; Mon, 13 May 2024 22:38:37 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21E2D2BC01C for ; Mon, 13 May 2024 22:38:37 +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 38E70340DE6 for ; Mon, 13 May 2024 22:38:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 355601AA3 for ; Mon, 13 May 2024 22:38:33 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715638702.f7fc0b218b9380e146c92f128d4509a407029593.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/curio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/curio/Manifest dev-python/curio/curio-1.6.ebuild dev-python/curio/metadata.xml X-VCS-Directories: dev-python/curio/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: f7fc0b218b9380e146c92f128d4509a407029593 X-VCS-Branch: master Date: Mon, 13 May 2024 22:38:33 +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: f39a3166-8850-421a-9720-6a69a4a52483 X-Archives-Hash: aff11d0c5a84e2b13002e976c70b5e40 commit: f7fc0b218b9380e146c92f128d4509a407029593 Author: Julien Roy jroy ca> AuthorDate: Mon May 13 22:16:33 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon May 13 22:18:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7fc0b21 dev-python/curio: treeclean Closes: https://bugs.gentoo.org/931372 Closes: https://bugs.gentoo.org/884639 Signed-off-by: Julien Roy jroy.ca> dev-python/curio/Manifest | 1 - dev-python/curio/curio-1.6.ebuild | 31 ------------------------------- dev-python/curio/metadata.xml | 22 ---------------------- 3 files changed, 54 deletions(-) diff --git a/dev-python/curio/Manifest b/dev-python/curio/Manifest deleted file mode 100644 index 69cf93cf66..0000000000 --- a/dev-python/curio/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST curio-1.6.tar.gz 235660 BLAKE2B b09f0c5cf62a99efefd95727f5547cf4f02a8b921b52f21051acb206098886fec63123772b826efa1c2842291cbcf4225324e5d7a85b103caacf94035be741ec SHA512 480824a50055d170cc01e2ab28dc1b276df9ab8dfbd50f3c70fe6e3fe2a745b636a4717f7886463a1ed38d6fc357098239e1718e00c8f983369b72f4e5d20f17 diff --git a/dev-python/curio/curio-1.6.ebuild b/dev-python/curio/curio-1.6.ebuild deleted file mode 100644 index 1acb6a9614..0000000000 --- a/dev-python/curio/curio-1.6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 pypi - -DESCRIPTION="Curio is a coroutine-based library for concurrent systems programming" -HOMEPAGE=" - https://github.com/dabeaz/curio - https://pypi.org/project/curio/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="examples" - -DEPEND="test? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -EPYTEST_DESELECT=( - # Needs net - "tests/test_network.py::test_ssl_outgoing" -) - -distutils_enable_sphinx docs --no-autodoc -distutils_enable_tests pytest diff --git a/dev-python/curio/metadata.xml b/dev-python/curio/metadata.xml deleted file mode 100644 index 03c3a912d5..0000000000 --- a/dev-python/curio/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - -Curio is a coroutine-based library for concurrent Python systems programming. It provides standard programming abstractions such as as tasks, sockets, files, locks, and queues. It works on Unix and Windows. You'll find it to be familiar, small, fast, and fun -Core Features - -Curio supports standard synchronization primitives (events, locks, recursive locks, semaphores, and condition variables), queues, subprocesses, as well as running tasks in threads and processes. The task model fully supports cancellation, task groups, timeouts, monitoring, and other features critical to writing reliable code. - - - - David Beazley - dave@dabeaz.com - - dabeaz/curio - curio - https://github.com/dabeaz/curio/issues - https://github.com/dabeaz/curio/blob/master/CHANGES - https://curio.readthedocs.io/ - - 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 692501581D3 for ; Mon, 13 May 2024 22:21:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EA2DE2AC2; Mon, 13 May 2024 22:21:48 +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 2C60BE2AC0 for ; Mon, 13 May 2024 22:21:48 +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 722D0340943 for ; Mon, 13 May 2024 22:21:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 436111A28 for ; Mon, 13 May 2024 22:21:44 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715638702.f7fc0b218b9380e146c92f128d4509a407029593.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/curio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/curio/Manifest dev-python/curio/curio-1.6.ebuild dev-python/curio/metadata.xml X-VCS-Directories: dev-python/curio/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: f7fc0b218b9380e146c92f128d4509a407029593 X-VCS-Branch: dev Date: Mon, 13 May 2024 22:21:44 +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: efd2f416-4056-4474-9778-57023fcd9fe0 X-Archives-Hash: 732fc9d040ffa20b753735fed124b7af Message-ID: <20240513222144.bC8sCMDo35I95jPP_zX2oUbL3eEScBuaPU4gYL0x0KM@z> commit: f7fc0b218b9380e146c92f128d4509a407029593 Author: Julien Roy jroy ca> AuthorDate: Mon May 13 22:16:33 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon May 13 22:18:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7fc0b21 dev-python/curio: treeclean Closes: https://bugs.gentoo.org/931372 Closes: https://bugs.gentoo.org/884639 Signed-off-by: Julien Roy jroy.ca> dev-python/curio/Manifest | 1 - dev-python/curio/curio-1.6.ebuild | 31 ------------------------------- dev-python/curio/metadata.xml | 22 ---------------------- 3 files changed, 54 deletions(-) diff --git a/dev-python/curio/Manifest b/dev-python/curio/Manifest deleted file mode 100644 index 69cf93cf66..0000000000 --- a/dev-python/curio/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST curio-1.6.tar.gz 235660 BLAKE2B b09f0c5cf62a99efefd95727f5547cf4f02a8b921b52f21051acb206098886fec63123772b826efa1c2842291cbcf4225324e5d7a85b103caacf94035be741ec SHA512 480824a50055d170cc01e2ab28dc1b276df9ab8dfbd50f3c70fe6e3fe2a745b636a4717f7886463a1ed38d6fc357098239e1718e00c8f983369b72f4e5d20f17 diff --git a/dev-python/curio/curio-1.6.ebuild b/dev-python/curio/curio-1.6.ebuild deleted file mode 100644 index 1acb6a9614..0000000000 --- a/dev-python/curio/curio-1.6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 pypi - -DESCRIPTION="Curio is a coroutine-based library for concurrent systems programming" -HOMEPAGE=" - https://github.com/dabeaz/curio - https://pypi.org/project/curio/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="examples" - -DEPEND="test? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -EPYTEST_DESELECT=( - # Needs net - "tests/test_network.py::test_ssl_outgoing" -) - -distutils_enable_sphinx docs --no-autodoc -distutils_enable_tests pytest diff --git a/dev-python/curio/metadata.xml b/dev-python/curio/metadata.xml deleted file mode 100644 index 03c3a912d5..0000000000 --- a/dev-python/curio/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - -Curio is a coroutine-based library for concurrent Python systems programming. It provides standard programming abstractions such as as tasks, sockets, files, locks, and queues. It works on Unix and Windows. You'll find it to be familiar, small, fast, and fun -Core Features - -Curio supports standard synchronization primitives (events, locks, recursive locks, semaphores, and condition variables), queues, subprocesses, as well as running tasks in threads and processes. The task model fully supports cancellation, task groups, timeouts, monitoring, and other features critical to writing reliable code. - - - - David Beazley - dave@dabeaz.com - - dabeaz/curio - curio - https://github.com/dabeaz/curio/issues - https://github.com/dabeaz/curio/blob/master/CHANGES - https://curio.readthedocs.io/ - -