Skip to content

Commit 343cec3

Browse files
committed
dev-python/crownstone-sse: add 2.0.5
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3366 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent bf74e1e commit 343cec3

File tree

5 files changed

+37
-7
lines changed

5 files changed

+37
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 1836 Ebuilds in total, 1825 of them have in total 1846 (42 different) licenses assigned.
609+
There are 1837 Ebuilds in total, 1826 of them have in total 1847 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1056|
613+
|MIT|1057|
614614
|Apache-2.0|404|
615615
|GPL-3|107|
616616
|BSD|106|

dev-python/crownstone-sse/Manifest

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST crownstone-sse-2.0.4.tar.gz 17044 BLAKE2B b8ba2c2293e5a906a2a0c9dc00672e57e1f682de42043f2972bcfcd20197e5a042e16afb601b54d01987929c634b3b8694cc9bb2bbe656aa616b7983fa6cc5e1 SHA512 0dfffaf9e0c616f9247b5e6f14d5c778e26c23b503ac18e6cfef858c79f34f3dc08e0ee6dcf51c64213e6c82e0723bc4fb316cc6152fdf159b8a874eea3fde8f
2-
EBUILD crownstone-sse-2.0.4.ebuild 764 BLAKE2B eaa2968ad8af7400c0021e56e85fdb7c43141fd2b4af25b279048e0dfaac29ad705cb630c88de74b4bdd67e949b8c1fb74ec5fd70b420fb06040f4117bb25453 SHA512 b78076cdcef14efe135ba790d9c47f634f0e620f3c26404232fef8a83c6d3b1fc19f96aad11c25f337e5337d7b45807414bedb9463a2ce8823cc64ba86c30c2e
3-
MISC metadata.xml 411 BLAKE2B cac96005e7fe560b1811534f344cbd40cf17fc99d6843d8905d8429862a8657064a970d58b8d48b6e1d2e3a731c948635f24cc1a5e638eb7baee05348b8ab25e SHA512 793c68f4c7722212b8d1cf9cd625b73a6da61785d6edc89853922af2d228435864afe4d762b3da3314db09164cbfd4198164a53672809f49cd11ee039992b6fd
2+
DIST crownstone_sse-2.0.5.tar.gz 24480 BLAKE2B 32d5ce6dca6b7a91e58d634ef0bb08fa256204a17e2c6df303e5e3104dd849bf26d8c94f00442914af82bc949b7411bd165cc0cc4bacb4891a250162e2793e3b SHA512 efb4afec8443b8d0a24190c5b4590ca89a5aeb073aac6d21b06afed3094cc14e596f98c683d75bcf6ecf37dedee3d01fd3d581c6ae9d1eed8f249b4d8515f44a
3+
EBUILD crownstone-sse-2.0.4.ebuild 764 BLAKE2B ddd4550077e20d1eb4c8dee1b2c74186705703cf5861998e029c164de848bbd3f6140111643372fc535504554e3c74b851cd0659bca45996020f45ba64bc6ab3 SHA512 52283b77869d18e897ab25777cdc86ea18770f036ef6fd241fe5571feb553fed622a6d57f716862e06c93f4208089e6410a68f028c7263d440da334d1801b0b1
4+
EBUILD crownstone-sse-2.0.5.ebuild 706 BLAKE2B 68f873f04ba23917efa7241bbb18502b41c03eb2f94865daf48878c588f273d8c81e620c9cfae4560847c9cf5c920ad0082c25fac93470c95dd73e03b4ac1b05 SHA512 b06e5c8c1cc131b964d9c40e0f8f15868517393d83b4671ccc9e8e3fde3154274acce3f9de04c2ce88b36c5769babf776266878429811af16b52d2e75efa50fa
5+
MISC metadata.xml 421 BLAKE2B c7f3a92dcf62f4c742c323a2ed3a0f3d9a6becc869362103b6611c9f0a92ce96e50c2cf59d5c3e6a9dcaf52510d86e4637f1b6bf5ad0025a89ede36a2b619b01 SHA512 698451684079a302ce37685ad41e71265b3b46a79665a7303fd677f6679883f0913885f0de197cc7c9d191f3e8b82625a50e30083ad1018ab279357139a3bd7f

dev-python/crownstone-sse/crownstone-sse-2.0.4.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
PYPI_NO_NORMALIZE=1
99
inherit distutils-r1 pypi
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Asynchronous Python library that listens to Crownstone SSE events."
11+
HOMEPAGE="https://github.com/crownstone/crownstone-lib-python-sse https://pypi.org/project/crownstone-sse/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
22+
dev-python/certifi[${PYTHON_USEDEP}]"
23+
BDEPEND="
24+
test? (
25+
>=dev-python/asynctest-0.13.0[${PYTHON_USEDEP}]
26+
)"
27+
28+
distutils_enable_tests pytest

dev-python/crownstone-sse/metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
</maintainer>
88
<upstream>
99
<remote-id type="pypi">crownstone-sse</remote-id>
10-
<remote-id type="github">crownstone/crownstone-lib-python-sse</remote-id>
10+
<remote-id type="github">Crownstone-Community/crownstone-lib-python-sse</remote-id>
1111
</upstream>
1212
</pkgmetadata>

0 commit comments

Comments
 (0)