mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-python/eventlet: treeclean
Closes: https://bugs.gentoo.org/926124 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST eventlet-0.35.2.tar.gz 548860 BLAKE2B 0c969b11b375af0ca2e556706da8883d2812d591b005dc2b1de68496fa9e20cfffea42a055d702275dd0aaa0f5195aaf1d71629c477db9169393046b8ac6193e SHA512 81d1a49fc81287dbbeac17dbdd2bd736b9b4e90c85cae6462b3c9af19bf8e052c82bda6b4a2a789e7377faeafe1f0de97b7866662dddd1a480e26d993558697b
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Concurrent networking library for Python"
|
||||
HOMEPAGE="https://github.com/eventlet/eventlet/
|
||||
https://pypi.org/project/eventlet/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/dnspython[${PYTHON_USEDEP}]
|
||||
dev-python/greenlet[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
test? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-python/hatch-vcs[${PYTHON_USEDEP}]
|
||||
dev-python/hatchling[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Julien Roy</name>
|
||||
<email>julien@jroy.ca</email>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it.
|
||||
|
||||
It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines ensure that the developer uses a blocking style of programming that is similar to threading, but provide the benefits of non-blocking I/O. The event dispatch is implicit, which means you can easily use Eventlet from the Python interpreter, or as a small part of a larger application.
|
||||
|
||||
It's easy to get started using Eventlet, and easy to convert existing applications to use it. Start off by looking at the examples, common design patterns, and the list of basic API primitives.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<changelog>https://github.com/eventlet/eventlet/blob/master/NEWS</changelog>
|
||||
<doc>http://eventlet.net/doc</doc>
|
||||
<bugs-to>https://github.com/eventlet/eventlet/issues</bugs-to>
|
||||
<remote-id type="github">eventlet/eventlet</remote-id>
|
||||
<remote-id type="pypi">eventlet</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user