Skip to content

Commit 5267656

Browse files
committed
dev-python/tellduslive: add 0.10.12
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3918 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 0197665 commit 5267656

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

dev-python/tellduslive/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST tellduslive-0.10.11.tar.gz 7335 BLAKE2B faf2d3e938528e53771358ac5d477c114240e31f8148faa9bf695bb7b542ba38d1fac6232a3ed13733e564c86372a91af307309bbb299a6449f06eb60424cb99 SHA512 52853a5125f367fb6043fa3ce057eb65dc2661c9f61d1702bac513a3ca267df2141b07778786cacef56334a3972835890cffbee3d7cc64cb5b3910f1536a1b6a
2-
EBUILD tellduslive-0.10.11.ebuild 671 BLAKE2B bd41a112b2afa10e98940fd0ad07c53758083c91f78b4e4cc5ca7f00e9778ddf539274cd02d3a2ea1d6d2a2643a98a6f55f16b6b161defff1abb277ee44cb630 SHA512 b8a5a3027a6c0621f90f13daa7b9a773bf65c2d41de3112337cbc8aa99dce1c41b40a4e1fcfbc2d70a0fa00bf688ac923534fe810e2e73f635d4b319114afe06
2+
DIST tellduslive-0.10.12.tar.gz 8173 BLAKE2B 9d580915ede69dc1d4e8f027d36c326c448078199466b53717a10390aa6e91359bcb1ad5a121c28a78a68516deb5545509a91910d9ddddd6d6497a21664cc074 SHA512 a1a68777ee79fa5bc1882b2925663233f915aade8d338ac31501285f31de803dc5546fa9e1dfc3e01909ae6973d2851988f97734ede146de865867608eb86116
3+
EBUILD tellduslive-0.10.11.ebuild 671 BLAKE2B 38fe4f7d2e169816ca93c52a38a7571735d9031b79e5a6c56d445e2acae4a2f002a6b265ebe55b26da21af736dac68cc8a510ee6004a1abd776b4da976bdcb32 SHA512 c3b021d0685b5d4a02603bd2bdacaa7214135cc0ac9f09677ce271b848d73aee0e6a1084c5d7c80f3071ce4215ab00dcf0caba95b75af97bf4722466e68c2a08
4+
EBUILD tellduslive-0.10.12.ebuild 569 BLAKE2B de3dec18c05d0b3823bc7d9218986588ab7ba0c1f718854e294ade37c1b0a40823e209d4a485032b5ff4f739d59c96e4c50813864ceb9b727f8f478b1450dd39 SHA512 1b891208b5fcd2aac8987f5442aa0df4a2ea58a76732aae0a5c85e22254db2199fd651036b4f9f214b049fbb77c975b28bdcfb862b61d729574c5313a70e2385
35
MISC metadata.xml 517 BLAKE2B bccaaf4af210bfd75c4c4492f254f5117601d90c7df7ecd023db80dd125fbc7127e80ba247fb02375300ae1708e4099a04b6c535a2eb3b82d2a7807f893f3af2 SHA512 c5a0fd0ce2ea91728efabcb20fa3cfb347c386513a2b648206410aba34bac36997a392e7d85c52154f141e7df91059a279f5929475b4af1d81419b4428d2c67b

dev-python/tellduslive/tellduslive-0.10.11.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
PYTHON_COMPAT=( python3_{10..12} )
5+
PYTHON_COMPAT=( python3_{11..13} )
66
DISTUTILS_USE_PEP517=setuptools
77
inherit distutils-r1 pypi
88

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
PYTHON_COMPAT=( python3_{11..13} )
6+
DISTUTILS_USE_PEP517=setuptools
7+
inherit distutils-r1 pypi
8+
9+
DESCRIPTION="Communicate with Telldus Live"
10+
HOMEPAGE="https://github.com/molobrakos/tellduslive https://pypi.org/project/tellduslive/"
11+
12+
LICENSE="Unlicense"
13+
SLOT="0"
14+
KEYWORDS="amd64 arm arm64 x86"
15+
IUSE="test"
16+
RESTRICT="!test? ( test )"
17+
18+
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
19+
dev-python/requests-oauthlib[${PYTHON_USEDEP}]"
20+
21+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)