Skip to content

Commit 6c8fc7e

Browse files
committed
dev-python/iottycloud: new package, add 0.2.1
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3867 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 24c4181 commit 6c8fc7e

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ 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 2095 Ebuilds in total, 2084 of them have in total 2111 (42 different) licenses assigned.
609+
There are 2096 Ebuilds in total, 2085 of them have in total 2112 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
@@ -624,10 +624,10 @@ There are 2095 Ebuilds in total, 2084 of them have in total 2111 (42 different)
624624
|PSF-2|10|
625625
|ISC|6|
626626
|MPL-2.0|6|
627+
|AGPL-3|4|
627628
|EPL-1.0|4|
628629
|ZPL|3|
629630
|LGPL-2.1+|3|
630-
|AGPL-3|3|
631631
|CC0-1.0|3|
632632
|AGPL-3+|2|
633633
|LGPL-2+|2|

dev-python/iottycloud/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST iottycloud-0.2.1.tar.gz 15855 BLAKE2B 9bd2b5268ad221f0f12c89b75be704e0cb4b93a66af071c64c99cc5aa99f463730f4deb78a1d1df1c22f3ca20f724397893f2f1f722f55c6426cd31f81bfa36c SHA512 46faec60f4f933f4a363c42f29a4057748d15422573ac45cf801a5d7009a011a67775e7efebc33c841e83932d5a1eea31b354faecee6da8ad34bcd6d3e75ac34
2+
EBUILD iottycloud-0.2.1.ebuild 502 BLAKE2B 9152431cc7df8dfda7893f5768daad79266aade91e2abd38bec095ae5e3582bd0b52a7fb366dc4901f09367b01b469436dd5764fceeb838ece76c40b97ad8a52 SHA512 ee897f626102990200522c6c349beaf7e5098934161ee4a196fd20f8fb43a2889c2b903e3eda8e72a62b65af796f75d8ed07035fd239142ead6fee649f02f73a
3+
MISC metadata.xml 517 BLAKE2B b71bc7f70d3d3379ddb590793c5f0309e63d4a36f8f3440f41de6103cf77ee96ce8a579b428e2ced18415631930e96d7f2e61fad97c980669da0e8bcae8cf270 SHA512 51e37c06c8cf7d84fc269136cddcc4916563d966b02eb90ad3b9249736dc61d06ec313eec8e1f756d2a05c965122845aa33d50aff6c33d1cf50d211921c61258
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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=hatchling
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="A Python library to interact with iotty CloudApi"
11+
HOMEPAGE=" https://github.com/pburgio/iottycloud https://pypi.org/project/iottycloud/"
12+
13+
LICENSE="AGPL-3"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
distutils_enable_tests pytest

dev-python/iottycloud/metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">iottycloud</remote-id>
10+
<remote-id type="github">pburgio/iottycloud</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Paolo Burgio</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)