Skip to content

Commit 2ae06c4

Browse files
committed
dev-python/pyiskra: new package, add 0.1.14
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3870 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 4d1cc61 commit 2ae06c4

File tree

4 files changed

+45
-2
lines changed

4 files changed

+45
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,13 +606,13 @@ 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 2087 Ebuilds in total, 2076 of them have in total 2103 (42 different) licenses assigned.
609+
There are 2088 Ebuilds in total, 2077 of them have in total 2104 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613613
|MIT|1207|
614614
|Apache-2.0|470|
615-
|GPL-3|127|
615+
|GPL-3|128|
616616
|BSD|111|
617617
|LGPL-3|24|
618618
|GPL-2|23|

dev-python/pyiskra/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST pyiskra-0.1.14.tar.gz 14168 BLAKE2B 0089835be191d36f06e3426b6206ea39e969767810706c004a839ddc43c6a9a844b961e7daa95d2e3d91c754262f87f2a2ed0d0a6e86adbfcaa57d06a5a0bab3 SHA512 707a229ecec022011bae8b92ca04acf88a2371e860bff18d6e1ae02a36ea7d118cb0de4a49245b54c3dbc3fa3c6dd5dfbb593be4db1842591715d536965653cb
2+
EBUILD pyiskra-0.1.14.ebuild 565 BLAKE2B c020e55b787e796e6f1d23862c6117d2870117f1078c0bd16570063a9a8f5b71798a423d90d568962e9a050bf472b0a077c69935760d93e136441ebe8eaaaa43 SHA512 83812a4e8802f00b793e989351d441d35e788864abfcdb5fb141f109e0bc0a487573ac59f93596e42e5506b09b3f3dfa56239f6dbaa8fbf12d4bdc9c55a70b7a
3+
MISC metadata.xml 530 BLAKE2B c5475da3ac698d4e54e70f0b1a1c57117576d2045db1ac059a4e402594fcb3104368cda8f6e0faf7b838c6de900abc3b04335036859c2da0d5582c616b575f91 SHA512 20cd149533ed58ac0731bf572bc9dedc5ca8a2292c3880178e26c73dfae9c93249c614824dd833dc375f608bdf6e5a2420638c0bd5da4fab61d568c2d5aa3210

dev-python/pyiskra/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">pyiskra</remote-id>
10+
<remote-id type="github">Iskramis/pyiskra</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Iskra &lt;[email protected]&gt;</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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="Python Iskra devices interface"
11+
HOMEPAGE="https://github.com/Iskramis/pyiskra https://pypi.org/project/pyiskra/"
12+
13+
LICENSE="GPL-3"
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[${PYTHON_USEDEP}]
22+
dev-python/pymodbus[${PYTHON_USEDEP}]"
23+
24+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)