From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/bluelet/Manifest | 1 - dev-python/bluelet/bluelet-0.2.0-r1.ebuild | 27 --------------------------- dev-python/bluelet/metadata.xml | 18 ------------------ 3 files changed, 46 deletions(-) delete mode 100644 dev-python/bluelet/Manifest delete mode 100644 dev-python/bluelet/bluelet-0.2.0-r1.ebuild delete mode 100644 dev-python/bluelet/metadata.xml (limited to 'dev-python/bluelet') diff --git a/dev-python/bluelet/Manifest b/dev-python/bluelet/Manifest deleted file mode 100644 index 2eac76a61993..000000000000 --- a/dev-python/bluelet/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bluelet-0.2.0.gh.tar.gz 14182 BLAKE2B c05560f4cd1b4aaf3f25d22bbf5eabfef695cb1686742ae274df9024786ca08a4604ec9a24ad185718ad8d8876f8b5fb12df0f45cdda5b61fb6fbdc8fb09bcaf SHA512 58bd8df4b61f23a53f9310b68e5754155c00d598c9bcb7724e90ef6722ee5d6017751c2e056eaaa64cca71b89c391d248c14477457f30ebf2b28841a3fdc98fa diff --git a/dev-python/bluelet/bluelet-0.2.0-r1.ebuild b/dev-python/bluelet/bluelet-0.2.0-r1.ebuild deleted file mode 100644 index c1133940048c..000000000000 --- a/dev-python/bluelet/bluelet-0.2.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Module for pure Python asynchronous I/O using coroutines" -HOMEPAGE="https://pypi.org/project/bluelet/" -SRC_URI="https://github.com/sampsyo/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="examples" - -python_install_all() { - distutils-r1_python_install_all - - if use examples; then - dodoc -r demo - docompress -x /usr/share/doc/${PF}/demo - fi -} diff --git a/dev-python/bluelet/metadata.xml b/dev-python/bluelet/metadata.xml deleted file mode 100644 index 1fd0205da8f8..000000000000 --- a/dev-python/bluelet/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - jsmolic@gentoo.org - Jakov Smolić - - - -Bluelet is a simple, pure-Python solution for writing intelligible asynchronous socket applications. It uses PEP 342 coroutines to make concurrent I/O look and act like sequential programming. - -In this way, it is similar to the Greenlet green-threads library and its associated packages Eventlet and Gevent. Bluelet has a simpler, 100% Python implementation that comes at the cost of flexibility and performance when compared to Greenlet-based solutions. However, it should be sufficient for many applications that don't need serious scalability; it can be thought of as a less-horrible alternative to asyncore or an asynchronous replacement for SocketServer (and more). - - - sampsyo/bluelet - bluelet - - -- cgit v1.3