bump maxcube-api-0.3.0

This commit is contained in:
Andreas Billmeier 2021-01-21 21:56:55 +01:00 committed by Andreas Billmeier
parent 4d7d168154
commit 32e86463f9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 40 additions and 8 deletions

View File

@ -1,5 +1,6 @@
2021-01-21
* add scapy-2.4.4
* bump maxcube-api-0.3.0
2021-01-19
* bump google-nest-sdm-0.2.8

View File

@ -1,4 +1,5 @@
EBUILD maxcube-api-0.1.0-r1.ebuild 741 BLAKE2B ebf70d33f104960fdb4b5db37ce40718b8b2315a18449e40cac84a59d2dde97a87897d89177de7febd7be5ea0ce4a0bae9dda21c85df740817ed6c6c809445b3 SHA512 f245d79f52f2f0dbc33f522227a9fd088f263484a31baf1376d40d64e307bf2f89a5d277cc4919bb6de4c5e2bf1a29afb923867ec513682b75d15a23e10b7a7d
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-9999.ebuild 873 BLAKE2B a5aae4a0d0f94012edbea8f21b76dc097bf33518961d5ebbac32767d91900d7da56d10bacc3a0c8ad444bf81ce8fba696dd551cd4f126b89c079e59cf65859ea SHA512 aa508ac62775e635461570c1d6ae93046ccbf2b930884c97fb606abc312b5dfe7d234228327309c5c012ed338106a8156a5cca897e2f4862afd32638b7635f0c
EBUILD maxcube-api-0.3.0.ebuild 735 BLAKE2B 2f4abbfb4ef8d45004f9558d63e33069f1777765fcd4578ca769383ba078e9394dc57d0bb30a1ff78c7d22ad3a8893feadcc32e06d9604c2f1b1d162f3053203 SHA512 1946b01c9725aee961a8114904ce2d0ddad8401202087a465e0b048a67e2df5df6b7d42162901f2383d5c254b202451862619bee144ff64e077a7601fb833851
EBUILD maxcube-api-9999.ebuild 789 BLAKE2B 8158ddbe9b183c1e5bf8a26402e331ab8dff6205373a83b2464be4634bbd1f9d86beeb0f079a31bbad3ea9bf6873462345472f0a5f6946190b8aba72f49d9d9f SHA512 be7138ac67e1bb0ebfcc05e95895e0e29a4073643d41202e719648809b74cde32d9cfd5acd0640544c41147ce3c1c9f7722667a34922a004e8e91fe8d86b00bc
MISC metadata.xml 459 BLAKE2B e93d63017b93fc9573856c767ebe52b04050fc9b5a6ca647876158e363b607838e988c7f253ce8939bd5b2ba182975df35ca9eb2070ba304c8e5f179b1eb8d6d SHA512 dd95035688ed27d414cb76bb2bbfa683274cc13fc1093ab01cd5d222d5378ea057a38c5f19f285371e3392c5d33e320f5787bdec767138fa9dff3f3a0aadf967

View File

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/hackercowboy/python-maxcube-api.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86 amd64-linux x86-linux"
IUSE="test"
RDEPEND=""

View File

@ -0,0 +1,31 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
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/"
EGIT_COMMIT="b173e03"
EGIT_REPO_URI="https://github.com/hackercowboy/python-maxcube-api.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm 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

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