commit:     8d2f835ce7af42f90707095a1566ca3e89e40684
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Mar 28 21:30:31 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Mar 28 21:30:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d2f835c

dev-python/eventlet: treeclean

Closes: https://bugs.gentoo.org/926124
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/eventlet/Manifest                  |  1 -
 dev-python/eventlet/eventlet-0.35.2-r1.ebuild | 32 ---------------------------
 dev-python/eventlet/metadata.xml              | 22 ------------------
 3 files changed, 55 deletions(-)

diff --git a/dev-python/eventlet/Manifest b/dev-python/eventlet/Manifest
deleted file mode 100644
index 772bab2d85..0000000000
--- a/dev-python/eventlet/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST eventlet-0.35.2.tar.gz 548860 BLAKE2B 
0c969b11b375af0ca2e556706da8883d2812d591b005dc2b1de68496fa9e20cfffea42a055d702275dd0aaa0f5195aaf1d71629c477db9169393046b8ac6193e
 SHA512 
81d1a49fc81287dbbeac17dbdd2bd736b9b4e90c85cae6462b3c9af19bf8e052c82bda6b4a2a789e7377faeafe1f0de97b7866662dddd1a480e26d993558697b

diff --git a/dev-python/eventlet/eventlet-0.35.2-r1.ebuild 
b/dev-python/eventlet/eventlet-0.35.2-r1.ebuild
deleted file mode 100644
index 6007a0aee9..0000000000
--- a/dev-python/eventlet/eventlet-0.35.2-r1.ebuild
+++ /dev/null
@@ -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

diff --git a/dev-python/eventlet/metadata.xml b/dev-python/eventlet/metadata.xml
deleted file mode 100644
index 4f9ca9dbf6..0000000000
--- a/dev-python/eventlet/metadata.xml
+++ /dev/null
@@ -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>[email protected]</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>

Reply via email to