diff --git a/README.md b/README.md index 39defdf27..3fbe9f7ba 100644 --- a/README.md +++ b/README.md @@ -606,11 +606,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 1970 Ebuilds in total, 1959 of them have in total 1983 (42 different) licenses assigned. +There are 1971 Ebuilds in total, 1960 of them have in total 1984 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1138| +|MIT|1139| |Apache-2.0|439| |GPL-3|114| |BSD|112| diff --git a/dev-python/aranet4/Manifest b/dev-python/aranet4/Manifest new file mode 100644 index 000000000..ae32265b4 --- /dev/null +++ b/dev-python/aranet4/Manifest @@ -0,0 +1,3 @@ +DIST aranet4-2.4.0.tar.gz 18259 BLAKE2B 4df75737ac5df45ee350c5af7b4c085776ef010e5ecc75ac45b9102228b732acaf480b93f4f0f864c8b307b69204bafb425ada64bda564d518785398c5dbbe61 SHA512 572dbdb863978069be938ee41cea6c176ee072f09258565b4a4c8426b69f0820a1e7d60bed98eead397da790e38b6b18946f2a2d710157de96026c896952ec45 +EBUILD aranet4-2.4.0.ebuild 556 BLAKE2B a1c1d4d9cf420e58ceb58690abe29a8678ed5a45aabe1a81ea1f25eaaa18f292ba439f5244f08df20ccece689eb4219c4d00dbda2b74340dfe33a350b4c9f31b SHA512 6dcb1b773e3bf1d0c39f0d5752bcfbba06e38d078cf63279c7fefef33ca800957e120e50ac7233374cad6fc0c88e2bb719f7d9f5d5b0e2e8ec80a7721a9a2a8b +MISC metadata.xml 389 BLAKE2B d28e9f1bd4d630290f1800afb21864a4308f4fad13f873a4ecdc8de0ea08fb05716c62978f26e347b4fc95e935dfb400aa4843f0d6df5927d87839ab8a3580c4 SHA512 1f96cc081fef62dea7cc66119db369d91ac68cc62328d5acd5a417f98f2f4b5e56a6a3ff3ff8601acc1117c0152a38a478219305c385468b0940d19af3487639 diff --git a/dev-python/aranet4/aranet4-2.4.0.ebuild b/dev-python/aranet4/aranet4-2.4.0.ebuild new file mode 100644 index 000000000..903b9bc5e --- /dev/null +++ b/dev-python/aranet4/aranet4-2.4.0.ebuild @@ -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=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Aranet Python client" +HOMEPAGE="https://github.com/Anrijs/Aranet4-Python https://pypi.org/project/aranet4/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND="dev-python/bleak[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest diff --git a/dev-python/aranet4/metadata.xml b/dev-python/aranet4/metadata.xml new file mode 100644 index 000000000..fc8147931 --- /dev/null +++ b/dev-python/aranet4/metadata.xml @@ -0,0 +1,12 @@ + + + + + b@edevau.net + Andreas Billmeier + + + aranet4 + Anrijs/Aranet4-Python + +