bump pyicloud

This commit is contained in:
Andreas Billmeier 2020-03-13 18:35:25 +01:00
parent 2b96d66659
commit 9f935bce0e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 84 additions and 0 deletions

View File

@ -11,6 +11,8 @@
* bump py-august-0.24.0
* bump pyTibber-0.13.3
* bump pyatmo-3.3.0
* bump pyicloud-0.9.3
* bump pyicloud-0.9.4
2020-03-08
* bump frontend-20200306.0, remove olds

View File

@ -1,5 +1,9 @@
DIST pyicloud-0.9.1.tar.gz 17486 BLAKE2B 4bfccacdd21f8ec5c246ba30b9116d7897d68cfcd3c207692f0d077f03ea1000626090b44d7477e562669a78e04bab4d0bf8f4d7c499c2c237e940bdd6934f40 SHA512 9536656aef11b3f5051866177f7b636861e163d25a863d0fe47419c29f31689425661ed8b1ade28466090066605343f1c8fe061ae288b92569f9f82c8d304611
DIST pyicloud-0.9.2.tar.gz 19342 BLAKE2B c2c8d6ca24aac52d548e29cb16d4f9518eb389d795721bf205fb829f84b0d2e0d7311dacb7b45eda26667671a3f89f6d870a6901a4cb1bb3331913c00297cc1a SHA512 55f9db7177af746bb7f5e26838c886c7a878eb347a82e90e44e62c292a14e22f215c1572e6a636b44991a323efc471c981a54b62bce42108e789e2d5effd5f8e
DIST pyicloud-0.9.3.tar.gz 19495 BLAKE2B 0dfe43823e534c7634f1c35a8048ef79f0ebea1d7a1d93281db0211e1568a9e4dfbda983bf51e4d7b9947d2fa7f304c571ea9e34c51ad2c1c37deb1598ee382e SHA512 5228ad02e5236a89afdd1e6417a79fc99ce09b826385425f47cdb94ed14bec64b5bbd9bb6dd269dfc81f51f9708da3137297156600e4c217c16faaa754ed4e67
DIST pyicloud-0.9.4.tar.gz 19602 BLAKE2B 67a748c109cb31632b6c190e147759c649d03cd636ecd391b85c3b7281dcb21ade487c430cf0563f7447bffa22769ea202005c88ced2f5a4631372f17788996e SHA512 3af885f8b632e008f6accad205398d35007adb6635be1ffbd6eb06ed4fc2ca8c444b3b65289446ef7b95c3454540f1e7b56a691423af83e3a1e22d6788e40b0e
EBUILD pyicloud-0.9.1.ebuild 1105 BLAKE2B f8ba8c28f79a6da9c86a4b28e7505a4920a021267badca089cea319ca254d70547612443262b829a388cf5991cb8c3b49010f5247ec23db84cea4fb83424d05c SHA512 396ee70f19a79112dbe420b6f3e6871defad78aa1e98f832ca1bd13bdc265217b537f2f7838088b681ccc4133df67a05e8cb76e6934f71fa0b58a76e07956635
EBUILD pyicloud-0.9.2.ebuild 1114 BLAKE2B 0ad7c869960485e7a72550737c8c8d328e1d316867bb26ec180a8a53bce1166c8cf4085d4dc51ad510d3f97785b60c04d56fc360abbb2891d64236f30b2640e3 SHA512 83a17b71924808eec487c99948192ebce676b9f6326a5fb4546cd39d21760443b4e6f4d5cee1a3c61aaa0baffa196f6b3e0045d42e7f11530b850548cfab4d5e
EBUILD pyicloud-0.9.3.ebuild 1114 BLAKE2B 0ad7c869960485e7a72550737c8c8d328e1d316867bb26ec180a8a53bce1166c8cf4085d4dc51ad510d3f97785b60c04d56fc360abbb2891d64236f30b2640e3 SHA512 83a17b71924808eec487c99948192ebce676b9f6326a5fb4546cd39d21760443b4e6f4d5cee1a3c61aaa0baffa196f6b3e0045d42e7f11530b850548cfab4d5e
EBUILD pyicloud-0.9.4.ebuild 1114 BLAKE2B 0ad7c869960485e7a72550737c8c8d328e1d316867bb26ec180a8a53bce1166c8cf4085d4dc51ad510d3f97785b60c04d56fc360abbb2891d64236f30b2640e3 SHA512 83a17b71924808eec487c99948192ebce676b9f6326a5fb4546cd39d21760443b4e6f4d5cee1a3c61aaa0baffa196f6b3e0045d42e7f11530b850548cfab4d5e
MISC metadata.xml 327 BLAKE2B 94f5bf43c1081026682cce128c4c8e36118d41c1954d9bffbcd76a736c6d2fcb410243bb82644c6d1cee3db3f269b00f95e45cb77b43a7fcdce8690c3a0d082b SHA512 f27283ac7457db8238d36e514cc073e0b3f0b6bedeaf5edeafb63c833789dfa42be442b6ae41563254711aa5f2a385bdbacd62c5e665437130a532721ac75dd0

View File

@ -0,0 +1,39 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="PyiCloud is a module which allows pythonistas interact with iCloud webservices."
HOMEPAGE="https://github.com/picklepete/pyicloud https://pypi.org/project/pyicloud/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-1.2[${PYTHON_USEDEP}]
dev-python/keyring[${PYTHON_USEDEP}]
dev-python/keyrings_alt[${PYTHON_USEDEP}]
>=dev-python/click-6[${PYTHON_USEDEP}]
<dev-python/click-7[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
dev-python/tzlocal[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/certifi[${PYTHON_USEDEP}]
dev-python/future[${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,39 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="PyiCloud is a module which allows pythonistas interact with iCloud webservices."
HOMEPAGE="https://github.com/picklepete/pyicloud https://pypi.org/project/pyicloud/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-1.2[${PYTHON_USEDEP}]
dev-python/keyring[${PYTHON_USEDEP}]
dev-python/keyrings_alt[${PYTHON_USEDEP}]
>=dev-python/click-6[${PYTHON_USEDEP}]
<dev-python/click-7[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
dev-python/tzlocal[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/certifi[${PYTHON_USEDEP}]
dev-python/future[${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
}