dev-python/pyvesync: add 2.1.10

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier (@STR/VW3) 2023-10-30 15:06:18 +01:00 committed by Andreas Billmeier
parent 5dfeb92a4d
commit 80c49481ee
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 9 additions and 15 deletions

View File

@ -1,5 +1,5 @@
DIST pyvesync-2.0.3.tar.gz 34686 BLAKE2B 798068fdd51261cf834566702b69e59d979610502fd489be786818316bc6a7282251d977152c34bd4061ee43b2da30f1e997c391cfdb4f6e81d6200dafc3ba49 SHA512 f223e5d225aca011f27f1dff77216201d858dd15aa0db3f0e481946cb517c1301d39727f44fc3ea6e342c8bd504cbfedc8afefa651ff8ab5031b5bd849ba6dfd
DIST pyvesync-2.1.1.tar.gz 42625 BLAKE2B b89349f827b4c400295435f93e2b8f3a0b603bd9b550cacb3bc26e2b911711f296b5bd79845a4b973392e75ea341d2b25f7dfa6134d0a70a6360ce597e95ce0d SHA512 424c737dcca7f007cc12d84ef452f4c267df465a7a78f298daace39b9bd8ae26f81b857865cd76d0a1b44dc78aaee9528186440aa98dec966a6f6f3f712e1304
EBUILD pyvesync-2.0.3.ebuild 769 BLAKE2B 0230bd4f3a892a660fd5eb172e75fef42ecc3a6e7aecd1650864709a8b72275db15c3ad40a88d5fde1cfc29615f559a685e95cc146e75752f77f86dfc15f0bb1 SHA512 8ab6afe04fe87ae28036edd099cbc5ee16a3fcf6dcd7c01f70af42dc287032fcfc61e54c2beadf1ce9e70a24a07aba9db211c0cd298f78544f31a863e1c2167e
EBUILD pyvesync-2.1.1.ebuild 769 BLAKE2B 0230bd4f3a892a660fd5eb172e75fef42ecc3a6e7aecd1650864709a8b72275db15c3ad40a88d5fde1cfc29615f559a685e95cc146e75752f77f86dfc15f0bb1 SHA512 8ab6afe04fe87ae28036edd099cbc5ee16a3fcf6dcd7c01f70af42dc287032fcfc61e54c2beadf1ce9e70a24a07aba9db211c0cd298f78544f31a863e1c2167e
DIST pyvesync-2.1.10.tar.gz 67469 BLAKE2B fad58e2692fda92325aff0f25041897862f0eb35beefb31ff67b080d0b69276c2ad2b33ce4ef2f8edbe43239022b297c6df8fd19662ba62105b0335162141786 SHA512 cf4f90558670dad88098a9497fd4817c47dc9f0a150f2be8bb3ac7b556ad25a7d35b937e7dbd4232a2ab64ac3433c6abbfce8320a3c52a96fb4bd51eff5d8e65
EBUILD pyvesync-2.1.1.ebuild 682 BLAKE2B 1ecd63a1f28f6513e69ed4b1ef6383362838d580f99a8341f23cf50e1d979a5258a03e0533391ffd3738e2259f80f004b2f0f53d589e24ba43ce932afebdfe45 SHA512 8687c2333112c7abc9c877624954e15a4251f8fd19d73db1353661fdc014c8ccbabcb320df90dcd0b2a8c0537c415d57b88e96940b2e0d61adefcf97af802443
EBUILD pyvesync-2.1.10.ebuild 682 BLAKE2B 1ecd63a1f28f6513e69ed4b1ef6383362838d580f99a8341f23cf50e1d979a5258a03e0533391ffd3738e2259f80f004b2f0f53d589e24ba43ce932afebdfe45 SHA512 8687c2333112c7abc9c877624954e15a4251f8fd19d73db1353661fdc014c8ccbabcb320df90dcd0b2a8c0537c415d57b88e96940b2e0d61adefcf97af802443
MISC metadata.xml 521 BLAKE2B 33d892f2f4271ac4aa6c920581569f06f69f5f2541035a7f0df2327c528f4b3b0155893e31759fe9897008b029198badf61c42b6d154da118d7be9145083be60 SHA512 3cd2a576456b904fc082c5a054ad90ecc6a0570030b8f10c7f5fff86f569540dfd2d4d98acd68f26f4d51ed392dcb6126db15605ebf6add7417a5208fa0addbc

View File

@ -1,16 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="pyvesync is a library to manage Etekcity Devices and Levoit Air Purifier"
HOMEPAGE="https://github.com/markperdue/pyvesync https://pypi.org/project/pyvesync/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +20,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/requests-2.20.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"

View File

@ -1,16 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="pyvesync is a library to manage Etekcity Devices and Levoit Air Purifier"
HOMEPAGE="https://github.com/markperdue/pyvesync https://pypi.org/project/pyvesync/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +20,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/requests-2.20.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"