add starlingbank-3.1
This commit is contained in:
parent
3f48702916
commit
82c390aa0a
@ -1,5 +1,5 @@
|
||||
2019-11 23 (reverse added today)
|
||||
* add spotipy-homeassistant-2.4.4
|
||||
* add spotipy-homeassistant-2.4.4, starlingbank-3.1
|
||||
* update python-songpal-0.11.2
|
||||
* add socialbladeclient-0.2, solaredge-0.0.2, somfy-mylink-synergy-1.0.6
|
||||
* add SmartHab-0.20, smhi-pkg-1.0.10, python-sochain-api-0.0.2
|
||||
|
||||
3
dev-python/starlingbank/Manifest
Normal file
3
dev-python/starlingbank/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST starlingbank-3.1.tar.gz 4171 BLAKE2B 8c235d0b32c6b6d8f49990fbd979ebf09ad67a205c709de7371cf9f260eb365ad1f6d92dd3f468ad3b57b282b94ba22c9df50daa0a788401463f30ba5dfc8ee9 SHA512 e7077ab2a7564186a4d59bae618758df39a09427520a22729692ea8edd96dd2ad746ee5a3bd5c7042ca9ae9055cebe618d0eda70979cafe08249a37ee687967e
|
||||
EBUILD starlingbank-3.1.ebuild 833 BLAKE2B f44354efbf131d78215bb7db4bd1a561ee7c2244e05b8f7b2d2b5ad96161fe010c841ac9ac69784d6d55a30ea31078c9ba5babdcbc764c2e3677dea7e3e7e653 SHA512 1f931af00cbe7e85d746aa65d75b30aa420e91158f33f03b876b09d54e7b95434602a3aadc1c75173204889eb02ee9e50f047f80cd7a95994bbce10224247162
|
||||
MISC metadata.xml 460 BLAKE2B 947ece758cb7d2d9c4e516ca4eae956e73d9f3aa0fd803564f0f5b6d540de7d4739c925de1eb175208d9286819c6c5b57ac6e2a40dd32f1819df76f4d993371a SHA512 17c23018e4b6163df0efb3126029c5fb57df6cac707e663647f7eda6c905ac7e927efefc31c3cba3f46c15a2428a2bf04c43e51ab17c442e3c69dd8fd5818cca
|
||||
16
dev-python/starlingbank/metadata.xml
Normal file
16
dev-python/starlingbank/metadata.xml
Normal 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">starlingbank</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>adam@dullage.com</email>
|
||||
<name>Adam Dullage</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/starlingbank/starlingbank-3.1.ebuild
Normal file
30
dev-python/starlingbank/starlingbank-3.1.ebuild
Normal 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="An unofficial python package that provides access to parts of the Starling bank API. Designed to be used for personal use (i.e. using personal access tokens)."
|
||||
HOMEPAGE="https://github.com/Dullage/starlingbank https://pypi.org/project/starlingbank/"
|
||||
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[${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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user