bump (commit 89efe6e) maxcube-api-0.4.1
This commit is contained in:
parent
e4559b418d
commit
048795b5bf
@ -22,6 +22,9 @@
|
||||
* bump pyTibber-0.16.2
|
||||
* bump pyhomematic-0.1.72
|
||||
* bump home-assistant-frontend-20210314.0
|
||||
* update accuweather-0.1.1
|
||||
* update gios-0.2.1
|
||||
* bump (commit 89efe6e) maxcube-api-0.4.1
|
||||
|
||||
2021-03-14
|
||||
* add aiohttp-3.7.3 from main repo, still needed, fix https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/198
|
||||
|
@ -1,5 +1,5 @@
|
||||
EBUILD maxcube-api-0.1.0-r1.ebuild 735 BLAKE2B cca5c6034bd3f825ebdc387cfa7a62acee5152a0cfd4a1f6f74ec6879a93846494e1fec7186143b1d6c42e6b07bd37ba76d0dfb088816abca8c72625d7b7053e SHA512 87fadaed5eb1fc7cfe5ff2c6d13f9ecf91215824f76ceb31689d9d71f479fa26162cd46b18175eab98236660ebaabbf3b33e2255f6e7ff3b5d984ee80d49d15a
|
||||
EBUILD maxcube-api-0.1.0.ebuild 869 BLAKE2B d54271c8fca704d72a109d3b1770989f61fdd430b3f3fb277900fa6cda273379dde564f04ff0c9fde8f999f3d3bff6e1d9d50fee2ab8eaa350b9bdde75aede35 SHA512 f39b3a0f06cbc1e421d5235f37e2470483e5e6e8688f360b467d3e2699c6f1a36531c97563526985b03fd87f111db33b4e2c00c78a8a715a640eb01d19db2385
|
||||
EBUILD maxcube-api-0.3.0.ebuild 735 BLAKE2B 2f4abbfb4ef8d45004f9558d63e33069f1777765fcd4578ca769383ba078e9394dc57d0bb30a1ff78c7d22ad3a8893feadcc32e06d9604c2f1b1d162f3053203 SHA512 1946b01c9725aee961a8114904ce2d0ddad8401202087a465e0b048a67e2df5df6b7d42162901f2383d5c254b202451862619bee144ff64e077a7601fb833851
|
||||
EBUILD maxcube-api-0.4.1.ebuild 754 BLAKE2B 8ccf68a23875047fc0f1a1a7011675780188d969d7fa2ea41c3ad29c234da9edd37a7c464b0bed36b971420f624774c571cef179dc90109b8094b5aaa9a16cfd SHA512 bd1822e96401bc1b3e8778ab9e556861e6d03b6e2b3f59b786f8b4ed5a7ae8c644c34a4e4a61c55f1113d3e969715846f65f6d2c2c0b5ab88a8f32860f0b62de
|
||||
EBUILD maxcube-api-9999.ebuild 789 BLAKE2B 8158ddbe9b183c1e5bf8a26402e331ab8dff6205373a83b2464be4634bbd1f9d86beeb0f079a31bbad3ea9bf6873462345472f0a5f6946190b8aba72f49d9d9f SHA512 be7138ac67e1bb0ebfcc05e95895e0e29a4073643d41202e719648809b74cde32d9cfd5acd0640544c41147ce3c1c9f7722667a34922a004e8e91fe8d86b00bc
|
||||
MISC metadata.xml 459 BLAKE2B e93d63017b93fc9573856c767ebe52b04050fc9b5a6ca647876158e363b607838e988c7f253ce8939bd5b2ba182975df35ca9eb2070ba304c8e5f179b1eb8d6d SHA512 dd95035688ed27d414cb76bb2bbfa683274cc13fc1093ab01cd5d222d5378ea057a38c5f19f285371e3392c5d33e320f5787bdec767138fa9dff3f3a0aadf967
|
||||
|
@ -1,35 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="eQ-3/ELV MAX! Cube Python API"
|
||||
HOMEPAGE="https://github.com/goodfield/python-maxcube-api.git https://pypi.org/project/maxcube-api/"
|
||||
#SRC_URI="https://github.com/hackercowboy/python-maxcube-api/archive/v0.1.0.tar.gz"
|
||||
EGIT_COMMIT="89efe6e"
|
||||
EGIT_REPO_URI="https://github.com/hackercowboy/python-maxcube-api.git"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
#KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
MY_PN="maxcube"
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
BDEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
#S="${WORKDIR}/python-${P}"
|
||||
PYTHON_MODULES="${MY_PN}"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
Loading…
x
Reference in New Issue
Block a user