dev-python/music-assistant-client: new package, add 1.0.3
Closes: #4043 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
e1b4cb613f
commit
a908d33ca6
3
dev-python/music-assistant-client/Manifest
Normal file
3
dev-python/music-assistant-client/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST music_assistant_client-1.0.3.tar.gz 18802 BLAKE2B 994b88d07fe3263a766c5b2bff91a272233ca53ee3cdb54c1bbefc7893d8ea6bc76fe737bad9c6e63dbcae344463353cbe9cc00f9279139f60ac0f59e92e64d7 SHA512 30a80bf75f00b08f9118cfbc2316d6048b6875911af51959993025986424e83fa8ad50aecf81551b76f06a1edfc6ec63a104c972f0461d40b1764c7c447e53da
|
||||
EBUILD music-assistant-client-1.0.3.ebuild 714 BLAKE2B f9afc062824cb6c834cc4dce2351cb384365612efd708687abf4e7dab0ac66620791b553a0715a77e6748526c6d594fd1481336c4059069664706214d508614f SHA512 f8efc35ecc6bd0fb1520087ec0deda67a89935087974d37b0b2ab2770e8bea5013a7dd03d5218b73727e63a9faf323b9aa316819203f7ac215b8a78d1375e814
|
||||
MISC metadata.xml 502 BLAKE2B 2b38384180a72423af3cec67e1014684f894360be83de002a9b1afd36d23029b3ccce7aa703a17fd2dea9cbb225b37659a87ee1fd0d0eb226170ec19857b0de1 SHA512 8ee803d826f5b7c8e3f8af71b902f211c46536b3c9efe92849cd16e2d0037fce90a6326a6cb26f714e8868e6180b43e57295d66e7c69693328c5eab75951e5c4
|
15
dev-python/music-assistant-client/metadata.xml
Normal file
15
dev-python/music-assistant-client/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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">music-assistant-client</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>music_assistant@users.noreply.github.com</email>
|
||||
<name>The Music Assistant Authors</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -0,0 +1,29 @@
|
||||
# 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="Music Assistant Client"
|
||||
HOMEPAGE="https://pypi.org/project/music-assistant-client/"
|
||||
|
||||
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/music-assistant-models-1.0.0[${PYTHON_USEDEP}]"
|
||||
|
||||
src_prepare() {
|
||||
echo -ne '\n[build-system]\nrequires = ["setuptools"]\nbuild-backend = "setuptools.build_meta"\n' >> pyproject.toml || die
|
||||
default
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user