dev-python/mozart-api: new package, add 3.2.1.150.6
Closes: #2754 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
b9d3458c4b
commit
a58cc8a643
@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
||||
|
||||
## Licenses
|
||||
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
|
||||
There are 1690 Ebuilds in total, 1679 of them have in total 1698 (42 different) licenses assigned.
|
||||
There are 1691 Ebuilds in total, 1680 of them have in total 1699 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|962|
|
||||
|MIT|963|
|
||||
|Apache-2.0|370|
|
||||
|GPL-3|113|
|
||||
|BSD|95|
|
||||
|
||||
3
dev-python/mozart-api/Manifest
Normal file
3
dev-python/mozart-api/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST mozart_api-3.2.1.150.6.tar.gz 98465 BLAKE2B e524026e54a155a3210133261ad9f97a316b920a3c7549cb674f7f8e6e991af2b29c996e8d449c177be51c5e56029c2c508caf70e8e800e2e6e93febd4ed188a SHA512 19d944037930d978b32cff21e8d14cd9ed8112ec91eca37adec4d4c9bc665edbdba870e384222715e300576ee3771d996861241da1ca59eadc01738330a6203a
|
||||
EBUILD mozart-api-3.2.1.150.6.ebuild 971 BLAKE2B c3c0e5ce7ec8a4df8bf70d135361452e550f7c4fd4c881a99895494129ad3614f419de771ba33c25206075fd4293bf1ab96d2103dc1d2bb174ff030d691aca26 SHA512 43a96b047f23bbee506d81d05c184ed14f4ff957dd6ee9799b4ae0bd17e660124fe7f3c6d62c426d1cf5d71255b7491b49cfd855c33fb9b1dae5c0279a19cc14
|
||||
MISC metadata.xml 527 BLAKE2B 5d5c623da7dabfe2fecf2add82661248b1e18e530713b9ca0d27e9497f400c2fae6097653b69cce76d59cab5c26a821cc87bc8ced35a7525ece878feb3f56ce3 SHA512 cff720acfbb67a6910c9ebea38d8d260b8e645fc835534b6e5ddaf1577bfeb012b4031f10d6be5d29b0c34c349bc9214f71cc974550e61684463e25317208ee0
|
||||
16
dev-python/mozart-api/metadata.xml
Normal file
16
dev-python/mozart-api/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">mozart-api</remote-id>
|
||||
<remote-id type="github">bang-olufsen/mozart-open-api</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>support@bang-olufsen.dk</email>
|
||||
<name>BangOlufsen</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
32
dev-python/mozart-api/mozart-api-3.2.1.150.6.ebuild
Normal file
32
dev-python/mozart-api/mozart-api-3.2.1.150.6.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Mozart platform API"
|
||||
HOMEPAGE="https://github.com/bang-olufsen/mozart-open-api/ https://pypi.org/project/mozart-api/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/urllib3-1.25.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3.8.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydantic-1.10.5[${PYTHON_USEDEP}]
|
||||
<dev-python/pydantic-2[${PYTHON_USEDEP}]
|
||||
>=dev-python/aenum-3.1.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/aioconsole-0.4.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/inflection-0.5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-4.7.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.25.1[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Loading…
x
Reference in New Issue
Block a user