public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/eventlet/
Date: Sat, 17 Feb 2024 21:06:30 +0000 (UTC)	[thread overview]
Message-ID: <1708203828.a798335c2a5abb8ada91d7da577fc594fdd696d8.julien@gentoo> (raw)

commit:     a798335c2a5abb8ada91d7da577fc594fdd696d8
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Feb 17 17:43:43 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Feb 17 21:03:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a798335c

dev-python/eventlet: treeclean

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/eventlet/Manifest               |  2 --
 dev-python/eventlet/eventlet-0.34.2.ebuild | 35 ------------------------------
 dev-python/eventlet/eventlet-0.34.3.ebuild | 35 ------------------------------
 dev-python/eventlet/metadata.xml           | 22 -------------------
 4 files changed, 94 deletions(-)

diff --git a/dev-python/eventlet/Manifest b/dev-python/eventlet/Manifest
deleted file mode 100644
index 96754a7601..0000000000
--- a/dev-python/eventlet/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST eventlet-0.34.2.tar.gz 539756 BLAKE2B 9090f5647bfe23d92e9a8cfe5281129192406817706223f121c6c33b6defae5a0dd5ab62c81db0bc456286452d68e927189d4737a866a76d48d74334da7b68af SHA512 4115db66dcf95e1f2f31d90de8bfefc6335ebb8a20275c4e599468e56faf854a359cd79193911095d2f27713fad28f4bdf92724fdee5fe1f8cef2b73a5621254
-DIST eventlet-0.34.3.tar.gz 538498 BLAKE2B 49b97df2cc080f8cd1c5c901bcdb41d18712c870dc9865fda00b7918e6681aef0c6d4ac35dbac12b9622b91a70116d6e4552e20de0ca83dbc92a852113b58d3b SHA512 d6f20e9ccbde56a46b88825857a707a40f7d8e86f3b4ddb2bd095006c685312cdc089418eaf174fcb6998155a36477540b20f1b5d378e0b174b09c6f1fcfb97d

diff --git a/dev-python/eventlet/eventlet-0.34.2.ebuild b/dev-python/eventlet/eventlet-0.34.2.ebuild
deleted file mode 100644
index 9ae460990e..0000000000
--- a/dev-python/eventlet/eventlet-0.34.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2023 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}"
-
-distutils_enable_tests pytest
-
-# https://github.com/eventlet/eventlet/issues/821
-EPYTEST_DESELECT=(
-	tests/greenio_test.py::TestGreenSocket::test_full_duplex
-	tests/greenio_test.py::TestGreenSocket::test_invalid_connection
-	tests/greenio_test.py::TestGreenSocket::test_nonblocking_accept_mark_as_reopened
-)

diff --git a/dev-python/eventlet/eventlet-0.34.3.ebuild b/dev-python/eventlet/eventlet-0.34.3.ebuild
deleted file mode 100644
index 9ae460990e..0000000000
--- a/dev-python/eventlet/eventlet-0.34.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2023 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}"
-
-distutils_enable_tests pytest
-
-# https://github.com/eventlet/eventlet/issues/821
-EPYTEST_DESELECT=(
-	tests/greenio_test.py::TestGreenSocket::test_full_duplex
-	tests/greenio_test.py::TestGreenSocket::test_invalid_connection
-	tests/greenio_test.py::TestGreenSocket::test_nonblocking_accept_mark_as_reopened
-)

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>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>


WARNING: multiple messages have this Message-ID (diff)
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/eventlet/
Date: Sat, 17 Feb 2024 21:17:38 +0000 (UTC)	[thread overview]
Message-ID: <1708203828.a798335c2a5abb8ada91d7da577fc594fdd696d8.julien@gentoo> (raw)
Message-ID: <20240217211738.tEQb6_xMIjpzLUG1hHqGTEBPRSL1gZe0ScUHsHxShOc@z> (raw)

commit:     a798335c2a5abb8ada91d7da577fc594fdd696d8
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Feb 17 17:43:43 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Feb 17 21:03:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a798335c

dev-python/eventlet: treeclean

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/eventlet/Manifest               |  2 --
 dev-python/eventlet/eventlet-0.34.2.ebuild | 35 ------------------------------
 dev-python/eventlet/eventlet-0.34.3.ebuild | 35 ------------------------------
 dev-python/eventlet/metadata.xml           | 22 -------------------
 4 files changed, 94 deletions(-)

diff --git a/dev-python/eventlet/Manifest b/dev-python/eventlet/Manifest
deleted file mode 100644
index 96754a7601..0000000000
--- a/dev-python/eventlet/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST eventlet-0.34.2.tar.gz 539756 BLAKE2B 9090f5647bfe23d92e9a8cfe5281129192406817706223f121c6c33b6defae5a0dd5ab62c81db0bc456286452d68e927189d4737a866a76d48d74334da7b68af SHA512 4115db66dcf95e1f2f31d90de8bfefc6335ebb8a20275c4e599468e56faf854a359cd79193911095d2f27713fad28f4bdf92724fdee5fe1f8cef2b73a5621254
-DIST eventlet-0.34.3.tar.gz 538498 BLAKE2B 49b97df2cc080f8cd1c5c901bcdb41d18712c870dc9865fda00b7918e6681aef0c6d4ac35dbac12b9622b91a70116d6e4552e20de0ca83dbc92a852113b58d3b SHA512 d6f20e9ccbde56a46b88825857a707a40f7d8e86f3b4ddb2bd095006c685312cdc089418eaf174fcb6998155a36477540b20f1b5d378e0b174b09c6f1fcfb97d

diff --git a/dev-python/eventlet/eventlet-0.34.2.ebuild b/dev-python/eventlet/eventlet-0.34.2.ebuild
deleted file mode 100644
index 9ae460990e..0000000000
--- a/dev-python/eventlet/eventlet-0.34.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2023 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}"
-
-distutils_enable_tests pytest
-
-# https://github.com/eventlet/eventlet/issues/821
-EPYTEST_DESELECT=(
-	tests/greenio_test.py::TestGreenSocket::test_full_duplex
-	tests/greenio_test.py::TestGreenSocket::test_invalid_connection
-	tests/greenio_test.py::TestGreenSocket::test_nonblocking_accept_mark_as_reopened
-)

diff --git a/dev-python/eventlet/eventlet-0.34.3.ebuild b/dev-python/eventlet/eventlet-0.34.3.ebuild
deleted file mode 100644
index 9ae460990e..0000000000
--- a/dev-python/eventlet/eventlet-0.34.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2023 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}"
-
-distutils_enable_tests pytest
-
-# https://github.com/eventlet/eventlet/issues/821
-EPYTEST_DESELECT=(
-	tests/greenio_test.py::TestGreenSocket::test_full_duplex
-	tests/greenio_test.py::TestGreenSocket::test_invalid_connection
-	tests/greenio_test.py::TestGreenSocket::test_nonblocking_accept_mark_as_reopened
-)

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>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>


             reply	other threads:[~2024-02-17 21:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-17 21:06 Julien Roy [this message]
2024-02-17 21:17 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/eventlet/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2024-03-28 21:31 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-03-03 18:39 Julien Roy
2024-03-03 18:39 Julien Roy
2024-02-24  0:47 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-02-24  0:45 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-02-24  0:47 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-02-24  0:45 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-02-17 21:14 Julien Roy
2024-02-17 21:14 Julien Roy
2024-02-17 21:14 Julien Roy
2024-01-13 15:58 Julien Roy
2024-01-13 15:58 Julien Roy
2023-12-30 19:05 Julien Roy
2023-02-01  4:09 Julien Roy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1708203828.a798335c2a5abb8ada91d7da577fc594fdd696d8.julien@gentoo \
    --to=julien@jroy.ca \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox