mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-03 12:10:50 +02:00
commit
ce75224b21
3 changed files with 0 additions and 34 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST grequests-0.4.0.tar.gz 3705 BLAKE2B db47f49dc99d6f17a07c57a18c8a664cc19f2ac88aceeaff27c418bd1116b02992654a8bfc164ec9c14106a00ea24315eddb4a42fb5d8395ec0bc9e483240fae SHA512 92d061f42ebf9391a5647315120bb48ec87c32a49b27bf6c4a6511d9c419c54fe63cef429faa23e49143e5dd9c1b2dc02f1b9bd873b8b441a0d067c667a69eb2
|
||||
|
|
@ -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}"
|
||||
|
|
@ -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>
|
||||
Loading…
Reference in a new issue