Merge pull request #1941 from blshkv/master

grequests: delete
This commit is contained in:
github-actions[bot] 2024-06-13 02:50:20 +00:00 committed by GitHub
commit ce75224b21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 34 deletions

View file

@ -1 +0,0 @@
DIST grequests-0.4.0.tar.gz 3705 BLAKE2B db47f49dc99d6f17a07c57a18c8a664cc19f2ac88aceeaff27c418bd1116b02992654a8bfc164ec9c14106a00ea24315eddb4a42fb5d8395ec0bc9e483240fae SHA512 92d061f42ebf9391a5647315120bb48ec87c32a49b27bf6c4a6511d9c419c54fe63cef429faa23e49143e5dd9c1b2dc02f1b9bd873b8b441a0d067c667a69eb2

View file

@ -1,25 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Use Requests with Gevent to make asyncronous HTTP Requests easily"
HOMEPAGE="https://github.com/kennethreitz/grequests"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="test"
RDEPEND="${PYTHON_DEPS}
dev-python/gevent[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
</pkgmetadata>