mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-python/gevent: new package, add 23.9.1
Signed-off-by: Shaoyu Tseng <1over137@anche.no>
This commit is contained in:
27
dev-python/gevent/gevent-23.9.1.ebuild
Normal file
27
dev-python/gevent/gevent-23.9.1.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 2021-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..12} pypy3 )
|
||||
DISTUTILS_USE_PEP517=standalone
|
||||
inherit distutils-r1 pypi
|
||||
PYTHON_REQ_USE="ssl(+),threads(+)"
|
||||
DESCRIPTION="Coroutine-based network library"
|
||||
HOMEPAGE="https://www.gevent.org/ https://pypi.org/project/gevent"
|
||||
|
||||
IUSE="monitor recommended test"
|
||||
DEPENDENCIES=">=dev-python/greenlet-2.0.0[${PYTHON_USEDEP}]
|
||||
>=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}] )
|
||||
recommended? ( >=dev-python/psutil-5.7.0[${PYTHON_USEDEP}] )
|
||||
"
|
||||
BDEPEND="${DEPENDENCIES}"
|
||||
RDEPEND="${DEPENDENCIES}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
Reference in New Issue
Block a user