'downgrade' maxcube-api-0.1.0-r1, now using the correct commit id

This commit is contained in:
Andreas Billmeier 2020-11-05 02:19:42 +01:00 committed by Andreas Billmeier
parent 922e282f89
commit 17b4f8536e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
6 changed files with 81 additions and 3 deletions

View File

@ -5,6 +5,8 @@
* update homeassistant-0.117.3
* remove maxcube_hack, the fix is in core now
* update homeassistant-0.117.4
* revert maxcube fix, was using the wrong version of the Library
* 'downgrade' maxcube-api-0.1.0-r1, now using the correct commit id
2020-11-03
* update aioshelly-0.5.0

View File

@ -1,2 +1,4 @@
EBUILD maxcube-api-0.1.0.ebuild 868 BLAKE2B b92a4bfd1dec4d008be16b8f1bc4ad332118c25e8b0c6006cfa47068e5b7ed0fcc15344284eb77e5a504c3bdfe7785771c25951d32a514965fb7e46e5f811dd4 SHA512 8e532875bd65ca1b513ef28f9ebd3442e95edab5eb036061e3ff9f0c923df8a4d7704e080da737433dfeb775f4e47f5e6dfd63987c0744820ef58bc50f171aeb
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
EBUILD maxcube-api-0.1.0-r1.ebuild 754 BLAKE2B aa4288ab0d30350b4e37770121b6159dbf9d4ac8ca8ca7cbc7fc7a8155865c361cf5e512a07966f961e8ba8ef193de4505ff565d4a76455032ad0d6fa50dc0f1 SHA512 32bfa1ff0e3cc4b56099dc90a699d90e50bbc171edcfaff34105ec81d00a205e3ac6161a1fea3a76ebdac64f2af8452f6c1097b8195f072a98e210eb8ede384e
EBUILD maxcube-api-0.1.0.ebuild 869 BLAKE2B d54271c8fca704d72a109d3b1770989f61fdd430b3f3fb277900fa6cda273379dde564f04ff0c9fde8f999f3d3bff6e1d9d50fee2ab8eaa350b9bdde75aede35 SHA512 f39b3a0f06cbc1e421d5235f37e2470483e5e6e8688f360b467d3e2699c6f1a36531c97563526985b03fd87f111db33b4e2c00c78a8a715a640eb01d19db2385
EBUILD maxcube-api-9999.ebuild 868 BLAKE2B b92a4bfd1dec4d008be16b8f1bc4ad332118c25e8b0c6006cfa47068e5b7ed0fcc15344284eb77e5a504c3bdfe7785771c25951d32a514965fb7e46e5f811dd4 SHA512 8e532875bd65ca1b513ef28f9ebd3442e95edab5eb036061e3ff9f0c923df8a4d7704e080da737433dfeb775f4e47f5e6dfd63987c0744820ef58bc50f171aeb
MISC metadata.xml 459 BLAKE2B e93d63017b93fc9573856c767ebe52b04050fc9b5a6ca647876158e363b607838e988c7f253ce8939bd5b2ba182975df35ca9eb2070ba304c8e5f179b1eb8d6d SHA512 dd95035688ed27d414cb76bb2bbfa683274cc13fc1093ab01cd5d222d5378ea057a38c5f19f285371e3392c5d33e320f5787bdec767138fa9dff3f3a0aadf967

View File

@ -0,0 +1,31 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
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/"
EGIT_COMMIT="9458b66"
EGIT_REPO_URI="https://github.com/hackercowboy/python-maxcube-api.git"
LICENSE="The MIT License (MIT)"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
BDEPEND="${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

@ -14,7 +14,7 @@ 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 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
MY_PN="maxcube"

View File

@ -0,0 +1,36 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{6,7,8} )
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_REPO_URI="https://github.com/hackercowboy/python-maxcube-api.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
MY_PN="maxcube"
RDEPEND=""
DEPEND="${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
}

View File

@ -5,4 +5,11 @@
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">maxcube-api</remote-id>
<maintainer status="unknown">
<email>david@uebelacker.ch</email>
<name>David Uebelacker</name>
</maintainer>
</upstream>
</pkgmetadata>