add coinbase-2.1.0

This commit is contained in:
Andreas Billmeier 2019-11-22 16:10:06 +01:00
parent 74797e7615
commit 10ce3b3496
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 52 additions and 0 deletions

View File

@ -41,6 +41,7 @@
* downgrade to ciscosparkapi-0.4.2
* add python-clementine-remote-1.0.1 & python-clementine-remote-1.0.3
* add pycfdns-0.0.1
* add coinbase-2.1.0
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST coinbase-2.1.0.tar.gz 68989 BLAKE2B f6d42541eeaa383042f574b100b2e34fe726cf7ed2f9aa7b2e4fe1bd4d60e2a7e842cf0a57217aafb06435ae57e8e3d6870f29a4fe5d1cf5d0d83d2632b81d18 SHA512 81fd582d44c965fb7627889740d5cec68b6b93fa505e9269e518be721e6c7bf54bd34d848bc1a1be2bbb7142fce388edc90bab4ba9a753ec0d236fe70614c1cd
EBUILD coinbase-2.1.0.ebuild 808 BLAKE2B e37f12dcade5b296ef04c11498fb8df31aeb4974a4e99cc151bee3ccccb04f1ceeebb131ad2082aff44412d44d0f26e7e25beb72340ac5280cb577c4eeb131c4 SHA512 a9838a85d105a710b7163e172e7f92d6330691315c54d12340257141ff66d2d2664f5fdb28a51ddfbfe9f76d11d167504b711d56650869db780f186fb080b4fe
MISC metadata.xml 458 BLAKE2B b8c5a0375ba120c0e5f99c07bffad8c784f7211d8edd5ba507b4e3eb966269f6300f4c62add6d27c2d42fb4722b27e3b76efbdc9a016e2874c992ff76eb917d4 SHA512 ea9ac7907d6120ab179c3be9b4aed02fa16dcf7880aef0231064549a299c03bbac757dc43f5ee59e9b7375284d1191f28c8268abee1e4e267457a7dae85eb8e8

View File

@ -0,0 +1,32 @@
# 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="Coinbase API client library"
HOMEPAGE="https://github.com/coinbase/coinbase-python/ https://pypi.org/project/coinbase/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-2.5[${PYTHON_USEDEP}]
>=dev-python/six-1.9[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.4.11[${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,16 @@
<?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">coinbase</remote-id>
<maintainer status="unknown">
<email>api@coinbase.com</email>
<name>Coinbase, Inc.</name>
</maintainer>
</upstream>
</pkgmetadata>