dev-python/thinqconnect: new package, add 0.9.9

Closes: #4040
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-11-02 13:44:26 +01:00
parent cea375a6f8
commit 88317f4216
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST thinqconnect-0.9.9.tar.gz 59038 BLAKE2B c4dc1c4aeafc77a07b1d0d233f3c60681c7e7ed2fa43144507e086732c451bac5534f23d563ce357119b31c98eff82c067f8e32042ae0bec83546f25c37dd482 SHA512 897fc400f2a6286327fa9ef5fc3f20098aad4bd3626c5f91364914171ed1ca6d8dac0fef61257e86448f08b51f827ced6448d460e1b080e2673018109c7c0fcb
EBUILD thinqconnect-0.9.9.ebuild 622 BLAKE2B 2175ff50d48877f79c4fa3449f3cb6559ac76c457315bb34b714bdb513f75855ddcedc3e9eec7ae7acdacd7c6ba54d41311e61a29a8188af46d8222a138d0fff SHA512 70913f3e3e15753b3382e3328a44b72aa7b001efa485a96c4ab1c5f1bdf30aaa88c9ead127425fa82c080765e8bc618d8934f3bf5782c4eb91d5f8ac09b89105
MISC metadata.xml 528 BLAKE2B 7257788dcadd4775d8858c97a944165335b6d5278274414500f0cce8d2119e865b54055643af6901a3f4bec14b3bb9e12129e25013416eaac1d03a1b2aef7ef8 SHA512 aac3578cdbce0a9a49cfaad1a45a70ee161de7dd9e627367dd7fa33994882477599a88d61bfa93053024e08212706af58738731604bfe3fb1854809e369fa7cd

View File

@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">thinqconnect</remote-id>
<remote-id type="github">thinq-connect/pythinqconnect</remote-id>
<maintainer status="unknown">
<email>thinq-connect@lge.com</email>
<name>ThinQConnect</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,25 @@
# 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="ThinQ Connect Python SDK"
HOMEPAGE="https://github.com/thinq-connect/pythinqconnect https://pypi.org/project/thinqconnect/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/awsiotsdk[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]"
distutils_enable_tests pytest