diff --git a/README.md b/README.md index a81250b1d..68a04a43f 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 1836 Ebuilds in total, 1825 of them have in total 1846 (42 different) licenses assigned. +There are 1837 Ebuilds in total, 1826 of them have in total 1847 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1056| +|MIT|1057| |Apache-2.0|404| |GPL-3|107| |BSD|106| diff --git a/dev-python/crownstone-sse/Manifest b/dev-python/crownstone-sse/Manifest index fe12b0e22..6f96a710b 100644 --- a/dev-python/crownstone-sse/Manifest +++ b/dev-python/crownstone-sse/Manifest @@ -1,3 +1,5 @@ DIST crownstone-sse-2.0.4.tar.gz 17044 BLAKE2B b8ba2c2293e5a906a2a0c9dc00672e57e1f682de42043f2972bcfcd20197e5a042e16afb601b54d01987929c634b3b8694cc9bb2bbe656aa616b7983fa6cc5e1 SHA512 0dfffaf9e0c616f9247b5e6f14d5c778e26c23b503ac18e6cfef858c79f34f3dc08e0ee6dcf51c64213e6c82e0723bc4fb316cc6152fdf159b8a874eea3fde8f -EBUILD crownstone-sse-2.0.4.ebuild 764 BLAKE2B eaa2968ad8af7400c0021e56e85fdb7c43141fd2b4af25b279048e0dfaac29ad705cb630c88de74b4bdd67e949b8c1fb74ec5fd70b420fb06040f4117bb25453 SHA512 b78076cdcef14efe135ba790d9c47f634f0e620f3c26404232fef8a83c6d3b1fc19f96aad11c25f337e5337d7b45807414bedb9463a2ce8823cc64ba86c30c2e -MISC metadata.xml 411 BLAKE2B cac96005e7fe560b1811534f344cbd40cf17fc99d6843d8905d8429862a8657064a970d58b8d48b6e1d2e3a731c948635f24cc1a5e638eb7baee05348b8ab25e SHA512 793c68f4c7722212b8d1cf9cd625b73a6da61785d6edc89853922af2d228435864afe4d762b3da3314db09164cbfd4198164a53672809f49cd11ee039992b6fd +DIST crownstone_sse-2.0.5.tar.gz 24480 BLAKE2B 32d5ce6dca6b7a91e58d634ef0bb08fa256204a17e2c6df303e5e3104dd849bf26d8c94f00442914af82bc949b7411bd165cc0cc4bacb4891a250162e2793e3b SHA512 efb4afec8443b8d0a24190c5b4590ca89a5aeb073aac6d21b06afed3094cc14e596f98c683d75bcf6ecf37dedee3d01fd3d581c6ae9d1eed8f249b4d8515f44a +EBUILD crownstone-sse-2.0.4.ebuild 764 BLAKE2B ddd4550077e20d1eb4c8dee1b2c74186705703cf5861998e029c164de848bbd3f6140111643372fc535504554e3c74b851cd0659bca45996020f45ba64bc6ab3 SHA512 52283b77869d18e897ab25777cdc86ea18770f036ef6fd241fe5571feb553fed622a6d57f716862e06c93f4208089e6410a68f028c7263d440da334d1801b0b1 +EBUILD crownstone-sse-2.0.5.ebuild 706 BLAKE2B 68f873f04ba23917efa7241bbb18502b41c03eb2f94865daf48878c588f273d8c81e620c9cfae4560847c9cf5c920ad0082c25fac93470c95dd73e03b4ac1b05 SHA512 b06e5c8c1cc131b964d9c40e0f8f15868517393d83b4671ccc9e8e3fde3154274acce3f9de04c2ce88b36c5769babf776266878429811af16b52d2e75efa50fa +MISC metadata.xml 421 BLAKE2B c7f3a92dcf62f4c742c323a2ed3a0f3d9a6becc869362103b6611c9f0a92ce96e50c2cf59d5c3e6a9dcaf52510d86e4637f1b6bf5ad0025a89ede36a2b619b01 SHA512 698451684079a302ce37685ad41e71265b3b46a79665a7303fd677f6679883f0913885f0de197cc7c9d191f3e8b82625a50e30083ad1018ab279357139a3bd7f diff --git a/dev-python/crownstone-sse/crownstone-sse-2.0.4.ebuild b/dev-python/crownstone-sse/crownstone-sse-2.0.4.ebuild index 11a20b05b..b976b1d34 100644 --- a/dev-python/crownstone-sse/crownstone-sse-2.0.4.ebuild +++ b/dev-python/crownstone-sse/crownstone-sse-2.0.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi diff --git a/dev-python/crownstone-sse/crownstone-sse-2.0.5.ebuild b/dev-python/crownstone-sse/crownstone-sse-2.0.5.ebuild new file mode 100644 index 000000000..f9bcba9e8 --- /dev/null +++ b/dev-python/crownstone-sse/crownstone-sse-2.0.5.ebuild @@ -0,0 +1,28 @@ +# 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="Asynchronous Python library that listens to Crownstone SSE events." +HOMEPAGE="https://github.com/crownstone/crownstone-lib-python-sse https://pypi.org/project/crownstone-sse/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}] + dev-python/certifi[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + >=dev-python/asynctest-0.13.0[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest diff --git a/dev-python/crownstone-sse/metadata.xml b/dev-python/crownstone-sse/metadata.xml index b6570e08d..698167315 100644 --- a/dev-python/crownstone-sse/metadata.xml +++ b/dev-python/crownstone-sse/metadata.xml @@ -7,6 +7,6 @@ crownstone-sse - crownstone/crownstone-lib-python-sse + Crownstone-Community/crownstone-lib-python-sse