Skip to content

Commit bf74e1e

Browse files
committed
dev-python/crownstone-cloud: add 1.4.11
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3365 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 1af6e9d commit bf74e1e

File tree

5 files changed

+38
-7
lines changed

5 files changed

+38
-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 1835 Ebuilds in total, 1824 of them have in total 1845 (42 different) licenses assigned.
609+
There are 1836 Ebuilds in total, 1825 of them have in total 1846 (42 different) licenses assigned.
610610

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

dev-python/crownstone-cloud/Manifest

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST crownstone-cloud-1.4.9.tar.gz 14966 BLAKE2B 31522483fedf9ae8058cfdc7dc92ecad833cc63c665a7bf5f9c403d758d77825fcef9e072e701fc49138c05b70f4c64fe2a886977c8c9938d6b022461fbca70a SHA512 1c811e546da659327de60534ec4f45d78680dd41595a82a3670b5b25a041673fca177c3dcb1d9f8be99645ae6be67516a010da791ea3a7c23c263d65cec60560
2-
EBUILD crownstone-cloud-1.4.9.ebuild 828 BLAKE2B 2374e05a11c042de7b58f582a58cbb3e65aacdd00542c593a0efb9734a4c38d5b0a5316bf90c0e5874d10ec5f358822b869fc622364f9b4032dd7d203b5bc1e8 SHA512 b5ec752ed1dc6af75c62596837a734b5e9671951a343cf9d8a37325b691b93bc60b8116a507c7d5d645086a7576382355802bfaf4e05f70baa1d5cf9ef2d9025
3-
MISC metadata.xml 415 BLAKE2B 7a25c0e0b18ab8c7c952dbf72741d3acfd371e7ac8b56cc279e39d0327213f63024d4fde553e55d4caf7ee54b5603bae38f4163c4258c0050bf08db49d401f47 SHA512 08a91712cd46886a1243ba17ae710863f56ac0b949324aeef22ac1117f78a0f8f735b4a9457e63284b66068bf4418666cde5cd48f40d63bef0fe1ba14afc1425
2+
DIST crownstone_cloud-1.4.11.tar.gz 27099 BLAKE2B 54458c2ef8739de44177a7fcd202f832268f202952982ccdabb6f9db4d95007651512333a3d11dca402d6afdc43bb29af58ca313a079662e441058ea3453f47d SHA512 b59284479d2ba68dfaa62692c04bb53f1930318edbe7eb2ca1abd89b5fad6d7a0762a3c521811a7d3bd6677b64ac35f2d9c5e65d67bfb0b239ab0d94b5fffb84
3+
EBUILD crownstone-cloud-1.4.11.ebuild 770 BLAKE2B f35899fec5245708ee6e11ddffd28821fc03bf390fb8dbd35e09ec1be1f5da082ed05a703b25f4c471d446c0c412291e1413774ac6c90a876f900af5dfc4fabc SHA512 0690efdb2a90c3ab23ab7b0066323117de23bedd5ca4c224db45a230c620b043b46f8009d212653c48825722e74e38186f37c9fb8a0542811a4506ea7fd0f035
4+
EBUILD crownstone-cloud-1.4.9.ebuild 828 BLAKE2B 724bb65796c90701fd12caa2fe89a550b585314a1eb7bc87e22fdbb2f9dc5ce6d3f77d373affea35b7e8cbcea119aff40091c842287c3d68f8d51d1f1a2343df SHA512 bb1e0640419dcd9d59865cc493198b7f6d690190f796e0a8a482049a7ab8913d344e305bc2e30bc3060669521ab33bc813f5ef1e739e74806b78bc476f0b5783
5+
MISC metadata.xml 425 BLAKE2B 2c080411a077ac29fed016958004d7ee869f6f0731d08926a211f11fdd7af82173e098f8a53ce1ae3377248efcac7940c236277572df85657d1360dd11832184 SHA512 75aa4c70abea287ee843d4844695bcb39f7e0f5337259af7e0059da106e4d99fcab4fee5ada03e90cff0854aaf27918d667617fa895a8f4e7eb4108582e874ff
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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 to get data from the cloud, and switch Crownstones"
11+
HOMEPAGE="https://github.com/crownstone/crownstone-lib-python-cloud https://pypi.org/project/crownstone-cloud/"
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/codecov-2.1.10[${PYTHON_USEDEP}]
26+
>=dev-python/asynctest-0.13.0[${PYTHON_USEDEP}]
27+
)"
28+
29+
distutils_enable_tests pytest

dev-python/crownstone-cloud/crownstone-cloud-1.4.9.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

dev-python/crownstone-cloud/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-cloud</remote-id>
10-
<remote-id type="github">crownstone/crownstone-lib-python-cloud</remote-id>
10+
<remote-id type="github">Crownstone-Community/crownstone-lib-python-cloud</remote-id>
1111
</upstream>
1212
</pkgmetadata>

0 commit comments

Comments
 (0)