diff --git a/README.md b/README.md index a6fbffd2a..bca5bdb87 100644 --- a/README.md +++ b/README.md @@ -606,12 +606,12 @@ 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 2307 Ebuilds in total, 2293 of them have in total 2330 (43 different) licenses assigned. +There are 2308 Ebuilds in total, 2294 of them have in total 2331 (43 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1314| -|Apache-2.0|536| +|Apache-2.0|537| |GPL-3|143| |BSD|124| |GPL-2|26| diff --git a/dev-python/teslemetry-stream/Manifest b/dev-python/teslemetry-stream/Manifest new file mode 100644 index 000000000..bf1033980 --- /dev/null +++ b/dev-python/teslemetry-stream/Manifest @@ -0,0 +1,3 @@ +DIST teslemetry_stream-0.4.2.tar.gz 10698 BLAKE2B 5ddab919530eb36f9bc2c79b83c2c7f014108d07994ecf3c27617ceffe607521b3d1ff65094191e0bc359c6f8ada3ef49dd82e7ddd63413a97f2c22b3cae0c9a SHA512 7806d6d9f03e1490dfd0e2bb5f5fc894d1f6bece157d192cc587ca74ec5ae518465c5a16150c462c9ac8a75869df8739b8fbd3d451175239c443cc629ab18cd0 +EBUILD teslemetry-stream-0.4.2.ebuild 566 BLAKE2B 8de14a07fbbbdcd4f88bad2b7b05900872fb3df98f098560d45766b15524fe81388bb2220e2e2f3a68ef8ad64456c67a9aac8db931fc37bfa80749e7b1392e4a SHA512 d488aa6912f3b02a5d523e89a40dfb46952d31f34518a75370104860c400e2d438ebbd145b766580e412d49cd19316b047a057ed261e3359834d13f63dbb6457 +MISC metadata.xml 531 BLAKE2B 6aecf9c8450d2c9cc9c419f70d0cd83f4bc42a78c434bbcd26c71eec60238ef7735b7a492dc205c164d1aa24c88bab70054d405ee8aaa6987a301341997253ac SHA512 56939edd6c7de177fdf51b64877a3582b6b9459a9d97b1c6a25e14e808dffb2f1f0028962912bbf828c1c6a7ae6d8b67ea52780242c632ec0958dd2fa0230e08 diff --git a/dev-python/teslemetry-stream/metadata.xml b/dev-python/teslemetry-stream/metadata.xml new file mode 100644 index 000000000..9e2853475 --- /dev/null +++ b/dev-python/teslemetry-stream/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + + teslemetry-stream + Teslemetry/teslemetry_stream + + hello@teslemetry.com + Brett Adams + + + diff --git a/dev-python/teslemetry-stream/teslemetry-stream-0.4.2.ebuild b/dev-python/teslemetry-stream/teslemetry-stream-0.4.2.ebuild new file mode 100644 index 000000000..4c785e45f --- /dev/null +++ b/dev-python/teslemetry-stream/teslemetry-stream-0.4.2.ebuild @@ -0,0 +1,23 @@ +# 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="Teslemetry Streaming API library for Python" +HOMEPAGE="https://github.com/Teslemetry/teslemetry_stream https://pypi.org/project/teslemetry-stream/" + +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}]" + +distutils_enable_tests pytest