mirror of
https://github.com/TrentSPalmer/gentoo-overlay-trent.git
synced 2024-11-22 02:11:29 -08:00
add requests-futures-0.9.9
This commit is contained in:
parent
0fc92e6efa
commit
15c65a792e
2
dev-python/requests-futures/Manifest
Normal file
2
dev-python/requests-futures/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST requests-futures-0.9.9.tar.gz 7305 BLAKE2B b31cefe6c4c26bf4322828c761091f8c80231033ae570d4383f1a4374b88d2df892a6191c7e18ee65b469dbd72aaddceb57eef5f0dc0ee1e35df2c720985f1e8 SHA512 dba22ea9e6f4dfe5ec80464eb2f8ca9a975596c9ab8a379332779b30834d46bdc9bc26d0d911b20f386257cddecf59e37049648ebd599d9c246c80be80f1f63f
|
||||
EBUILD requests-futures-0.9.9.ebuild 776 BLAKE2B 7e47e8280e873940dde4847337f37b9568cd746294d04776cdd8c84fc7a358865b52a49eee4f163daa3f8cba39977716408d8be34b5f994348218d21629d9715 SHA512 e5cba41c8802fc3f3c526558c8c8337e1e510f514c68500288253b05a564218cda68a81c5307628c6499e717363daa88678c14feb074de9e2ec577c84f9c9dd7
|
32
dev-python/requests-futures/requests-futures-0.9.9.ebuild
Normal file
32
dev-python/requests-futures/requests-futures-0.9.9.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=(python3_{5,6,7})
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Asynchronous HTTP for Humans"
|
||||
HOMEPAGE="https://github.com/ross/requests-futures"
|
||||
SRC_URI="https://github.com/ross/requests-futures/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/requests-2.21.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
# tests connect to various remote sites
|
||||
RESTRICT="test"
|
||||
|
||||
python_test() {
|
||||
py.test || die
|
||||
}
|
Loading…
Reference in New Issue
Block a user