dev-python/sonos-websocket: new package, add 0.1.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
3
dev-python/sonos-websocket/Manifest
Normal file
3
dev-python/sonos-websocket/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST sonos-websocket-0.1.1.tar.gz 5069 BLAKE2B e7d9d228d4c6111a749583aaebebdaa1fba07a9a77c9c6c4cacfd6796985a64087d24b971797372a6763f379af4a2f0e3825ce5e2d643b10bfc3bbd455d57dbb SHA512 11bbc4be8f6adfbcd065002ca5b0642c1f709435389f28b0ddca49c0baf00526511b3e1c30570a76b41fa7c964bad2e7fe8e9c7ba8de11b472933653b874179e
|
||||
EBUILD sonos-websocket-0.1.1.ebuild 709 BLAKE2B 3d5a9f395eff6c39bb582d92ed795a75ef1a9e9a4852e49e6e0b5f1e2a05022895e0514c8a0983b26085636660649c300019a85587c2646fb36b1bc0dd7c442c SHA512 e9f78356054573ffda7b323494e8e572aa7588ef5d515d3057db5f5e9f97b5cd4d320c975bcf2b2a0e66fcde76d6128a1c531a90e8af996b5c549462610b14ce
|
||||
MISC metadata.xml 541 BLAKE2B b890a1d476d441fe1b1e786ed7a07bd6e045dc221c5f3e66806c4f8e76c873883f6a62c5dd9757415d8ec7d9746bc7ae69ac345a87bf208c8d4f3925c5093051 SHA512 8c07870765f52f3f26232056996fea78508c1657bd1ce42d924f242f738df4ce090b5f65dd14002c45faf1e3809d0f7e183715131e9f34dfc3a8a000f5816932
|
||||
16
dev-python/sonos-websocket/metadata.xml
Normal file
16
dev-python/sonos-websocket/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">sonos-websocket</remote-id>
|
||||
<remote-id type="github">jjlawren/sonos-websocket</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>jjlawren@users.noreply.github.com</email>
|
||||
<name>Jason Lawrence</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
32
dev-python/sonos-websocket/sonos-websocket-0.1.1.ebuild
Normal file
32
dev-python/sonos-websocket/sonos-websocket-0.1.1.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="An asynchronous Python library to communicate with Sonos devices over websockets."
|
||||
HOMEPAGE=" https://pypi.org/project/sonos-websocket/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user