bump temescal-0.2, bump temescal-0.3

This commit is contained in:
Andreas Billmeier 2020-08-25 18:14:35 +02:00 committed by Andreas Billmeier
parent 1015b231b2
commit 6450c76fff
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 65 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2020-08-25
* bump home-assistant-frontend-20200824.0
* bump temescal-0.2, bump temescal-0.3
2020-08-24
* bump openevsewifi-1.1.0

View File

@ -1,3 +1,7 @@
DIST temescal-0.1.tar.gz 3707 BLAKE2B 3fcec3f75d4c4d34ab021fe840ec47fb7d99b7b2f5a81f812892bc0753e2e2a554d4faa5f38f215f22bf6374f07c2e72cd9534a7b98c0a0c2a9dae8fac725f6a SHA512 3dbd138ae4ea0cbb6e5fdcf18c6238422333800b00d4afbc77efb4599d2afb1a5d35f2ef5429c44e5b50fba7a99368ecbcaac729bbc835a222f4b37ef9889506
DIST temescal-0.2.tar.gz 3936 BLAKE2B dcc92fce81de308d7c5cfd24eea12bd7a31b1f646506ba8dc9b139da76752d8988a5e7861b5bee4a021a5bbffb3dad260c4153ac6a40897c1e238b105a7f9b0e SHA512 f08b7845aab2a806318a2aaee38d02dbeaaf0f42f21c58cb36b5525f94a294197ce88e039a51468509ff4135c3f949b86c5cbed21f52a0d7e0b1895680e5c5a7
DIST temescal-0.3.tar.gz 4008 BLAKE2B f106b525655e61355c43f940af6c28973e3a7152db9d51927a06d726b6713bed27916d0282cc2750955c64d600299505bccbfed5849d813b3f7214c08bbc9bf4 SHA512 1d9047469c746531b4aa7d459677d8bc12d13d805be6946e62ab6b76ba412186b236351397c96d582ccaa09b9a2e60084a69b57586bcf5b02d23d20874b90471
EBUILD temescal-0.1.ebuild 731 BLAKE2B cb4b00e3ae08d817049f5dfe1deba23496e1b9620e15ca56732ec13fc2006d5924b277d71c262904866d478ccce3e3363c5be0d48023f8156532ab5275f60f26 SHA512 8118a20a4c76e789b81126d3340af6cf9542e17d9522a9cfaf1a168f9903e4f4f18c6649999250e9b88b7d72d2b1a208aff01aa4e646d3085632b7d90283fbfe
EBUILD temescal-0.2.ebuild 731 BLAKE2B cb4b00e3ae08d817049f5dfe1deba23496e1b9620e15ca56732ec13fc2006d5924b277d71c262904866d478ccce3e3363c5be0d48023f8156532ab5275f60f26 SHA512 8118a20a4c76e789b81126d3340af6cf9542e17d9522a9cfaf1a168f9903e4f4f18c6649999250e9b88b7d72d2b1a208aff01aa4e646d3085632b7d90283fbfe
EBUILD temescal-0.3.ebuild 731 BLAKE2B cb4b00e3ae08d817049f5dfe1deba23496e1b9620e15ca56732ec13fc2006d5924b277d71c262904866d478ccce3e3363c5be0d48023f8156532ab5275f60f26 SHA512 8118a20a4c76e789b81126d3340af6cf9542e17d9522a9cfaf1a168f9903e4f4f18c6649999250e9b88b7d72d2b1a208aff01aa4e646d3085632b7d90283fbfe
MISC metadata.xml 452 BLAKE2B f17a5b98946a700d714517e615cae7a3b3f90132ac5b097df990b6f4a7a8e0e6c5dae6b02e3168c8724ca4e0302fe6e021088910fd60432557491f1e2a1495a9 SHA512 23b09eb5d57acfebff1805998bb2292cc051a6731052bf5b4c44a3a44edcc8c59e01b5340de0ef12ef8a999ad156564e1e7002ff40dac9875d9eb26c2f34ce67

View File

@ -0,0 +1,30 @@
# 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="Python API for controlling LG speakers"
HOMEPAGE="https://github.com/google/python-temescal https://pypi.org/project/temescal/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/pycryptodome[${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,30 @@
# 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="Python API for controlling LG speakers"
HOMEPAGE="https://github.com/google/python-temescal https://pypi.org/project/temescal/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/pycryptodome[${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
}