dev-python/pysmartthings: add 0.7.8
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
d3e156d01d
commit
4e595723e4
@ -1,3 +1,5 @@
|
||||
DIST pysmartthings-0.7.6.tar.gz 27709 BLAKE2B f0834089630e2dad9ae49f6788af4e05470e078eeb6bf5225dd24a20297c04a5c7b3ff20180ee8f6b838b731b24bed91839ae718600753ec27b2c92c108b298b SHA512 eef08e8a9876e2ca630e0f762364530f30688f01214c08af4d3001217f43d77f7196134fd6a98470bbc2be328a747e6541b371daa54a6aae8b05c10ef3948ebe
|
||||
EBUILD pysmartthings-0.7.6.ebuild 776 BLAKE2B 1352eb2e0be38c7954c05fafbeff5da5708cb5a5cd869e8fa57937c72274caf93874c35d452f4192c3499548f5a169e74aa549c5f1efbec867129e8b3c7d347c SHA512 e7d3ddc7cf006236704e35f9f0a05f219187fd965a203c6dc476fe9dedf8bd4338aa9ab7b2486c9f24c9383c9cbce4bd8409b8d6c0ee31e28dbc91a59e65e1d9
|
||||
DIST pysmartthings-0.7.8.tar.gz 42590 BLAKE2B c4f62a75cbcca3352e0ab0d098fc4a847a1b216674d762122807726c819e722370854fec7cceedafc5a116e5f98f4c4d6f9e79a876a4dd5d6af5f631dbbdd9d7 SHA512 ddde76a1181244f30aadb342b642ac8f1af081cc150adad13332ef40682e49992ca64c465ba220a23f621cb6c3c1ee042d1d6ce55b59b7f5ac8190f843997ace
|
||||
EBUILD pysmartthings-0.7.6.ebuild 721 BLAKE2B 36662ef284c5669240bcbcb67c16feaab17a23680acb58fe766c7cd67cd3398c98bae214d1cc35d3fff03be1d0d1471aeb1a6afcd72441e83b60d959648854cd SHA512 7f0774adb995bc1953f14ccd220babcf7197d89be83e9db678dc86eb6bd6e0798d08923843a75adacaa9232744012457aa63d0dc8d6fc96996c05f5e3e3a9e94
|
||||
EBUILD pysmartthings-0.7.8.ebuild 721 BLAKE2B 8522d3ad4f35f41f6e2e753ecaf113c7066b2bddbf2a499e74dbf0e1cb1c07e97f684702ae56eb632c9dfb07440a5ee814814d810b796556828946745de2f576 SHA512 1cf24736ce5a013b7372a5215180a9f1e66cfbc8781d2dc236ff1585906b56731c431a74321cd4d4b4a27f1d546b4a1d1ab2098e56a75cbbfc66bf64aacabcb7
|
||||
MISC metadata.xml 521 BLAKE2B 0ace8419cf165860569a41a7379485be09520cc00485b9c1efca7894bfb5cc90f5e625db2180ec99662d89d41f59c2634cabe230eb385116031340fa8b5694be SHA512 4d51a9beef764adcbd9a40306d4c6308066b293036c3b9efc5246ce57b67051726a8e511b95770aa29965c574751d279b37397fd194810dacc1a83669336af13
|
||||
|
||||
@ -1,15 +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} )
|
||||
|
||||
inherit distutils-r1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A python library for interacting with the SmartThings cloud API build with asyncio and aiohttp."
|
||||
HOMEPAGE="https://github.com/andrewsayre/pysmartthings https://pypi.org/project/pysmartthings/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
@ -21,7 +20,6 @@ DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.5.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
31
dev-python/pysmartthings/pysmartthings-0.7.8.ebuild
Normal file
31
dev-python/pysmartthings/pysmartthings-0.7.8.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A python library for interacting with the SmartThings cloud API build with asyncio and aiohttp."
|
||||
HOMEPAGE="https://github.com/andrewsayre/pysmartthings https://pypi.org/project/pysmartthings/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.8.4[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Loading…
x
Reference in New Issue
Block a user