mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-python/gevent: treeclean
Closes: https://bugs.gentoo.org/923266 (pkgremoved) Closes: https://bugs.gentoo.org/927808 (pkgremoved) Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST gevent-23.9.1.tar.gz 5847705 BLAKE2B b1d2f95728e545e4970235c7cd352f2a3ed742f01a4f2421423d6e9fd36d7fadae5ffe1dba326535501ec8179c36d83ec5e5c4aeced70673921db85fc9e1b042 SHA512 c0600a5f9e50040009c3467ad802dda8a48422dca4e781acc9ca3428446399932da2f07d7345936ef634783611cf664d219f614980ed6b936f4a510e56ea753c
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 2021-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
DISTUTILS_USE_PEP517=standalone
|
||||
PYTHON_REQ_USE="ssl(+),threads(+)"
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Coroutine-based network library"
|
||||
HOMEPAGE="https://www.gevent.org/ https://pypi.org/project/gevent/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
IUSE="monitor recommended"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/greenlet-3.0[${PYTHON_USEDEP}]
|
||||
dev-python/zope-event[${PYTHON_USEDEP}]
|
||||
dev-python/zope-interface[${PYTHON_USEDEP}]
|
||||
monitor? ( >=dev-python/psutil-5.7.0[${PYTHON_USEDEP}] )
|
||||
recommended? (
|
||||
>=dev-python/cffi-1.12.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/psutil-5.7.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
BDEPEND="${RDEPEND}"
|
||||
@@ -1,17 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>dev@notyourcomputer.net</email>
|
||||
<name>Shaoyu Tseng</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">gevent</remote-id>
|
||||
<remote-id type="github">gevent/gevent</remote-id>
|
||||
<doc>https://www.gevent.org/</doc>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="monitor">Enhancements to gevent’s self-monitoring capabilities. This includes the psutil library which is needed to monitor memory usage.</flag>
|
||||
<flag name="recommended">A shortcut for installing suggested extras together. This includes the non-test extras defined here, plus additions that improve gevent’s operation on certain platforms (for example, in the past, it has included backports of newer APIs).</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user