dev-python/pysmlight: new package, add 0.1.3
Closes: #3961 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
4fdb4fba56
commit
371a035ce5
3
dev-python/pysmlight/Manifest
Normal file
3
dev-python/pysmlight/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pysmlight-0.1.3.tar.gz 12658 BLAKE2B c78e746e22c3748d1e238d7bfdb5fd31b51388b8c0aa355d2cead2734a892d4bb516a38f6f22c231afe94cf6608055c0bb9c1c9be307a5078fe4d52325ba0f08 SHA512 193cbeebd31512b760c088642ce3378ab5684d2cbe27e2349715ccd825103755560f3eccb7cc4d89660db4f44d3f8b1405e2e4bf48589661d20df64ec09a8f26
|
||||
EBUILD pysmlight-0.1.3.ebuild 651 BLAKE2B 7a0086423a80b1419638e610c5ca8b64cc6574f26f45b8bbcf7299e5fb07dabf9616e7e641b42930be29f6394bcdcfa5b266e6f02fff0066c2b20cd02817ed64 SHA512 a72f5c405d6318e15f61e8cab82bb40b6d031d568c2a7137813dd38050f7a501afa9d5d5d4afa27a3c5ab143679b46d07718d43a2120e2e9a8420ce5f4322a2d
|
||||
MISC metadata.xml 514 BLAKE2B b6e424740d82ac3bd04075e9474b2affc354f9cb880aa68648a2b70235bb957019933c12bb5aeb46654ad851feefa47685b4760fb9ddc53862c10b0465d00665 SHA512 6efd25ebf63aedd61f60fd2a05ad1e4e7e7fa1414d59f33038b478bb015ce604a2ebcdb6dff9051ca385057a8d23640faab32461c83eb99ccbced0c06a938dcf
|
16
dev-python/pysmlight/metadata.xml
Normal file
16
dev-python/pysmlight/metadata.xml
Normal 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">pysmlight</remote-id>
|
||||
<remote-id type="github">smlight-workspace/pysmlight</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>tl@smlight.tech</email>
|
||||
<name>Tim Lunn</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
24
dev-python/pysmlight/pysmlight-0.1.3.ebuild
Normal file
24
dev-python/pysmlight/pysmlight-0.1.3.ebuild
Normal file
@ -0,0 +1,24 @@
|
||||
# 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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A library implementing API control of the SMLIGHT SLZB-06 LAN Coordinators."
|
||||
HOMEPAGE="https://github.com/smlight-workspace/pysmlight https://pypi.org/project/pysmlight/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-sse-client2-0.3.0[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user