diff options
Diffstat (limited to 'dev-python/bluelet')
| -rw-r--r-- | dev-python/bluelet/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/bluelet/bluelet-0.2.0-r1.ebuild | 27 | ||||
| -rw-r--r-- | dev-python/bluelet/metadata.xml | 18 |
3 files changed, 0 insertions, 46 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>jsmolic@gentoo.org</email> - <name>Jakov Smolić</name> - </maintainer> - <stabilize-allarches/> - <longdescription lang="en"> -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). - </longdescription> - <upstream> - <remote-id type="github">sampsyo/bluelet</remote-id> - <remote-id type="pypi">bluelet</remote-id> - </upstream> -</pkgmetadata> |
