add coinmarketcap-5.0.3

This commit is contained in:
Andreas Billmeier 2019-11-22 16:24:47 +01:00
parent 3282a5b953
commit 7e2046ff4b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 0 deletions

View File

@ -43,6 +43,7 @@
* add pycfdns-0.0.1
* add coinbase-2.1.0
* bump requests-cache-0.4.13 & requests-cache-0.5.0 from main repo
* add coinmarketcap-5.0.3
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST coinmarketcap-5.0.3.tar.gz 7038 BLAKE2B af2700e683b71c2c9d30dc07b5f5d86d3ce613f6cd77cd5fb408a50d9dd4a9246c3960ea15769ba77ae6b6c357cdc77010ee69b8557491141020d55042ea4b5f SHA512 5684515e5beefe73b27c7e976c368b3d12269d2c55c7b5ab43f71196e1084328e4e01b31ee282bdb4d19bf78f01ce0c7a5c0c3bf970195b1d6f633489e820e74
EBUILD coinmarketcap-5.0.3.ebuild 798 BLAKE2B 650d87f85471aa63e6f277551b8744a8e53991d156d6ccef23fefedbd993481c2a91f14fa84d1cb1c71f7049b02659cf98646d88ae74b91946865fddfcae8908 SHA512 ff6a852ea738f20f8a59191507c9bf956b1b1114768f7fa5a0db7c6a2c14afb712df0534367a781cc22c48fc41b6e092a65c5c4569777aae80bcb4843f1ca677
MISC metadata.xml 462 BLAKE2B 8e3b2c61e94bc94d703ffe5267fc6e3107267b1b0df336ad42cc45cf21288f4f2317a02caeca001852bd587cb450a93014df201856b8289e317d3b4537359bc5 SHA512 7722d84b7454e128752869b112210ab3e637c694bdd01c78402568c413ae96dcaae7bc63af097398da54061cb87736a2186829670e07e02c984c2a606abe4942

View File

@ -0,0 +1,31 @@
# 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 wrapper around the coinmarketcap.com API."
HOMEPAGE="https://github.com/barnumbirr/coinmarketcap https://pypi.org/project/coinmarketcap/"
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.18.4[${PYTHON_USEDEP}]
>=dev-python/requests-cache-0.4.13[${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">coinmarketcap</remote-id>
<maintainer status="unknown">
<email>me@martinsimon.me</email>
<name>Martin Simon</name>
</maintainer>
</upstream>
</pkgmetadata>