diff --git a/README.md b/README.md index 77b2445ce..3d4bdf9cb 100644 --- a/README.md +++ b/README.md @@ -617,12 +617,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 1818 Ebuilds in total, 1807 of them have in total 1826 (42 different) licenses assigned. +There are 1819 Ebuilds in total, 1808 of them have in total 1827 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1042| -|Apache-2.0|398| +|Apache-2.0|399| |GPL-3|110| |BSD|106| |LGPL-3|25| diff --git a/dev-python/airthings-ble/Manifest b/dev-python/airthings-ble/Manifest index 603c46ec2..7be5ffb68 100644 --- a/dev-python/airthings-ble/Manifest +++ b/dev-python/airthings-ble/Manifest @@ -1,3 +1,5 @@ DIST airthings_ble-0.7.1.tar.gz 10274 BLAKE2B 6e6ba493962493fc98416966ae7514d38da466b474a41c07c3453449ec12b4a2aeb0966b35c424c96b84c92953e1a1579990ebc7bbea4e1bdaa0e36983ac50d1 SHA512 b1a8b37f112443c0acebec0a46a81cfe108bb07eb7d66a1a7913c0d4be9db3de6aeee445deda533fd8b12a6d54259aeb973160caa760b2ff0574ee33cd886681 -EBUILD airthings-ble-0.7.1.ebuild 742 BLAKE2B 2f7db4802cf1dad2227adcd328df16792f72f8e90ca9f7e027b95a70608802544fe004a3c90b52acc31af9be7d39bd1ea34db14b8e0256b6f7839ba573d5a3ac SHA512 f09c5288515c3c1189a5b101410024fb088f9cc177f52bc1c8b5e1e5a98169bcdcff4fa5dc1480858fb802cc943789ac6f72095c74f286b008a91524ca1458a5 +DIST airthings_ble-0.9.0.tar.gz 10524 BLAKE2B 09d77f98b505e466ca28efc30a0f0a4d7ba01c6f5adc0191d0b8c8cff84ea895b8591936205b5e3a3c69154e4fbfc55313393d57f3d7eb926ae3349fc43dc4a5 SHA512 4390ef4728e4aeeaf619f4127216a99010d72810191d2e78cda144fe54e128c23f49d9126e330d26321d05883b82c42c5672b2f4b090225e95a1748872405eec +EBUILD airthings-ble-0.7.1.ebuild 742 BLAKE2B 012c6e874d9a642b65cda545fd15a88d4e461879242f2c582cebe74b1dccafc5881c99e130be57040f770495527b08dfcfb7c619a40736f1c181d2dcdba1e266 SHA512 5c0b058961b3dbe690bcc8e8d7e67e3f49ef6a18caf913c58b620c27ac660f14783dfe96a2b5fef4dc8d0a1e7d0e922eb1b75b822e92dcd25ef38b9d0050efb0 +EBUILD airthings-ble-0.9.0.ebuild 742 BLAKE2B 012c6e874d9a642b65cda545fd15a88d4e461879242f2c582cebe74b1dccafc5881c99e130be57040f770495527b08dfcfb7c619a40736f1c181d2dcdba1e266 SHA512 5c0b058961b3dbe690bcc8e8d7e67e3f49ef6a18caf913c58b620c27ac660f14783dfe96a2b5fef4dc8d0a1e7d0e922eb1b75b822e92dcd25ef38b9d0050efb0 MISC metadata.xml 397 BLAKE2B 5892259a8a651144c62e5d4598b297903fa50b57b0fb1e537929dd074652be81727f9e08ce756a9148b97346fc2248b5a45990826fdd5f4e400bcf3b270ceed4 SHA512 9db2dd64b281f47850506ea7ec67fa1225185d55e8d31e5d803d0b01e08abeeb92fd045bebe20a6da379dcf205b394c860134ed4f7adb6b94b5fc3a055ef4568 diff --git a/dev-python/airthings-ble/airthings-ble-0.7.1.ebuild b/dev-python/airthings-ble/airthings-ble-0.7.1.ebuild index dda8a06de..e512d0fd2 100644 --- a/dev-python/airthings-ble/airthings-ble-0.7.1.ebuild +++ b/dev-python/airthings-ble/airthings-ble-0.7.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 pypi diff --git a/dev-python/airthings-ble/airthings-ble-0.9.0.ebuild b/dev-python/airthings-ble/airthings-ble-0.9.0.ebuild new file mode 100644 index 000000000..e512d0fd2 --- /dev/null +++ b/dev-python/airthings-ble/airthings-ble-0.9.0.ebuild @@ -0,0 +1,27 @@ +# 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=poetry +inherit distutils-r1 pypi + +DESCRIPTION="Manage Airthings BLE devices" +HOMEPAGE="https://github.com/Airthings/airthings-ble https://pypi.org/project/airthings-ble/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND=" + $(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10) + >=dev-python/bleak-0.15.1[${PYTHON_USEDEP}] + >=dev-python/bleak-retry-connector-1.11.0[${PYTHON_USEDEP}] + >=dev-python/async-interrupt-1.1.1[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest