add fastdotcom-0.0.3

This commit is contained in:
Andreas Billmeier 2019-11-22 19:39:11 +01:00
parent bad4f70bc6
commit 50dcdb4425
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 46 additions and 0 deletions

View File

@ -76,6 +76,7 @@
* bump PyEssent-0.13
* add evohome-async-0.3.4_beta1
* python-family-hub-local-0.0.2
* add fastdotcom-0.0.3
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST fastdotcom-0.0.3.tar.gz 3728 BLAKE2B 3e6ea8a931f531f272f0d14a7d612ae7baa77fade91869c92d9b40d37ef722d37abe407e2f14ab4d7587285e93c624a7b9fd5bad4050244e7e398d1e2bd05d52 SHA512 3a5247cedef6d048b0c68b23abf30cb2ebdf9939a137d1a4bfb3fb1ced0b83293ba9df75237f6e10c8c85a33666af5ed082bf14f7d08727afcbe7e5e15ff7d93
EBUILD fastdotcom-0.0.3.ebuild 725 BLAKE2B 5dce58eef27ec3455a0b93b010ca55989b69901bfb42f983d2bd378e71c20a8142340a0ddfd1965f0a0eb01efa19efc120677585306e09552d3505b2f62f641b SHA512 d4bf0c4747281b55071ae22ae5999ea2c197ee1d6ec43edff6ce3155ce8b78ac58bf050371420d9ddebafd87f464eb2de5ca934f04d9952873a762b195605c64
MISC metadata.xml 336 BLAKE2B 4aa97968a9f93ddeba2a0081ca19c8e79fed6ee5e5b999e9fc10211deef777d3762adbd430f1fa7e2773ce12c1cf2df48be41b771bcfcd37bb62e5feb34fc0c8 SHA512 1a2c45f101dfe148fb29f43cc7933621c6c1bdad405841fbfba2561b7a5dbab5b196209cf47af32d725b5cc1d49be7ebf75e60e0060b2b5bd110cd980688248e

View File

@ -0,0 +1,30 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Python API for testing internet speed on Fast.com"
HOMEPAGE="https://github.com/nkgilley/fast.com https://pypi.org/project/fastdotcom/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">fastdotcom</remote-id>
</upstream>
</pkgmetadata>