dev-python/tellduslive: add 0.10.12
Closes: #3918 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
0197665cc4
commit
5267656d15
@ -1,3 +1,5 @@
|
||||
DIST tellduslive-0.10.11.tar.gz 7335 BLAKE2B faf2d3e938528e53771358ac5d477c114240e31f8148faa9bf695bb7b542ba38d1fac6232a3ed13733e564c86372a91af307309bbb299a6449f06eb60424cb99 SHA512 52853a5125f367fb6043fa3ce057eb65dc2661c9f61d1702bac513a3ca267df2141b07778786cacef56334a3972835890cffbee3d7cc64cb5b3910f1536a1b6a
|
||||
EBUILD tellduslive-0.10.11.ebuild 671 BLAKE2B bd41a112b2afa10e98940fd0ad07c53758083c91f78b4e4cc5ca7f00e9778ddf539274cd02d3a2ea1d6d2a2643a98a6f55f16b6b161defff1abb277ee44cb630 SHA512 b8a5a3027a6c0621f90f13daa7b9a773bf65c2d41de3112337cbc8aa99dce1c41b40a4e1fcfbc2d70a0fa00bf688ac923534fe810e2e73f635d4b319114afe06
|
||||
DIST tellduslive-0.10.12.tar.gz 8173 BLAKE2B 9d580915ede69dc1d4e8f027d36c326c448078199466b53717a10390aa6e91359bcb1ad5a121c28a78a68516deb5545509a91910d9ddddd6d6497a21664cc074 SHA512 a1a68777ee79fa5bc1882b2925663233f915aade8d338ac31501285f31de803dc5546fa9e1dfc3e01909ae6973d2851988f97734ede146de865867608eb86116
|
||||
EBUILD tellduslive-0.10.11.ebuild 671 BLAKE2B 38fe4f7d2e169816ca93c52a38a7571735d9031b79e5a6c56d445e2acae4a2f002a6b265ebe55b26da21af736dac68cc8a510ee6004a1abd776b4da976bdcb32 SHA512 c3b021d0685b5d4a02603bd2bdacaa7214135cc0ac9f09677ce271b848d73aee0e6a1084c5d7c80f3071ce4215ab00dcf0caba95b75af97bf4722466e68c2a08
|
||||
EBUILD tellduslive-0.10.12.ebuild 569 BLAKE2B de3dec18c05d0b3823bc7d9218986588ab7ba0c1f718854e294ade37c1b0a40823e209d4a485032b5ff4f739d59c96e4c50813864ceb9b727f8f478b1450dd39 SHA512 1b891208b5fcd2aac8987f5442aa0df4a2ea58a76732aae0a5c85e22254db2199fd651036b4f9f214b049fbb77c975b28bdcfb862b61d729574c5313a70e2385
|
||||
MISC metadata.xml 517 BLAKE2B bccaaf4af210bfd75c4c4492f254f5117601d90c7df7ecd023db80dd125fbc7127e80ba247fb02375300ae1708e4099a04b6c535a2eb3b82d2a7807f893f3af2 SHA512 c5a0fd0ce2ea91728efabcb20fa3cfb347c386513a2b648206410aba34bac36997a392e7d85c52154f141e7df91059a279f5929475b4af1d81419b4428d2c67b
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
21
dev-python/tellduslive/tellduslive-0.10.12.ebuild
Normal file
21
dev-python/tellduslive/tellduslive-0.10.12.ebuild
Normal file
@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Communicate with Telldus Live"
|
||||
HOMEPAGE="https://github.com/molobrakos/tellduslive https://pypi.org/project/tellduslive/"
|
||||
|
||||
LICENSE="Unlicense"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/requests-oauthlib[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user