Skip to content

Commit 8a0efe6

Browse files
committed
dev-python/adext: add 0.4.3
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3379 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 543890d commit 8a0efe6

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
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 1934 Ebuilds in total, 1923 of them have in total 1946 (42 different) licenses assigned.
609+
There are 1935 Ebuilds in total, 1924 of them have in total 1947 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1109|
613+
|MIT|1110|
614614
|Apache-2.0|435|
615615
|GPL-3|114|
616616
|BSD|110|

dev-python/adext/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST adext-0.4.2.tar.gz 7910 BLAKE2B e3919858d13d3ffc271c3aaba21f5b9f7a6aff6f4e44688dd58b89c8ca5b80302a1f15911bd47210db53b4a965d31fe7e98580c7d4bd548c60d0b1873295e54d SHA512 ff05c0801fbc5364646ff4028eadf30fb995cd400c4991a3a04d8cd0b82d7fd9faaad6f32b20f6aff980e3ab972ace4a73f9adfd73fc012725378dd41914cdba
2-
EBUILD adext-0.4.2.ebuild 631 BLAKE2B 2dbaa5323b969a6387cd62b1cde8300a53602ea4bb088cecf132b6b8ab299059cf5ba00cc404e2199a32f73ffd906cf3981776967095d216ea6cc071844542aa SHA512 90dddc570c8b5e012b8542125cec29e598ddb8ea8174c6ecf35edea09c4b1d0d4969d11578dbf9c7f772265ada4e25be7154f0196c3fc76752a637a9aa0bec1a
2+
DIST adext-0.4.3.tar.gz 4846 BLAKE2B f1df06bb39fa6cbc20390298543f5c10b6e9d56d609e13d87a1936c58febf44a3e1eacd8db7f85300a23e51cfd7015a16603e1dfbe08102fe31cd456f8d664a6 SHA512 9650dac3f4a66dd9e0e65ad6d07c6a6adee501134a72005ae22d76b4150abd5f3eada700346a46610483da22d02a2bd69e1b6cd73eda0e67d99d3c97dffb87cf
3+
EBUILD adext-0.4.2.ebuild 631 BLAKE2B 016cc9e85aa915f2fe13c95ff5caddd55426d50005784cea6650f1a80d0266092c901053fd15162ca3f0691ce1740c4473d1e70b93616ab4ab716969fd300fb2 SHA512 a80668c9ff8b4e870212f14d800b6abe4fb42aa1b53c9197a6c1f6cc9910084c065836682ac3082a888605bd5fa9ee37304f2b8ca6c9919c3358856aaf3a3b51
4+
EBUILD adext-0.4.3.ebuild 579 BLAKE2B e7c96870b35e2ffa30a9443e0a8b361be2f7cce93ce8083d329f2d5b6c463a54bd3ad0783855646bdd21454a0666d5240083cce7ec57d23438d79dc76da48790 SHA512 31efc3bf3761dee61bc279f8994b1c5e1f569c63c63f663311551c9ceeb4169e5d18cebffdc4979614b9672babbf9c48fab1d303a5047778eb4f9785e947e731
35
MISC metadata.xml 382 BLAKE2B 723d1b09fff8433217fff266e148df56899aaf9f482789c7717159b5e6de60b48f4f6a14d51f19e53141305aa699992185d33fdac34626b9cc6961d2b51b644d SHA512 aca039fa1dd184a3c0265e8fa5fd9a1e695bd40d98fb91fcc53908e5f11e7bd332908acf0891b99ff2de5d6ba5b07b46396ea7fae5d186797caacf89f61f3c3d

dev-python/adext/adext-0.4.2.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
PYTHON_COMPAT=( python3_{10..12} )
5+
PYTHON_COMPAT=( python3_{11..13} )
66
DISTUTILS_USE_PEP517=setuptools
77
inherit distutils-r1 pypi
88
DESCRIPTION="AlarmDecoder extended"

dev-python/adext/adext-0.4.3.ebuild

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
PYTHON_COMPAT=( python3_{11..13} )
6+
DISTUTILS_USE_PEP517=setuptools
7+
inherit distutils-r1 pypi
8+
DESCRIPTION="AlarmDecoder extended"
9+
HOMEPAGE="https://github.com/ajschmidt8/adext https://pypi.org/project/adext/"
10+
11+
LICENSE="MIT"
12+
SLOT="0"
13+
KEYWORDS="amd64 arm arm64 x86"
14+
IUSE="test"
15+
RESTRICT="!test? ( test )"
16+
17+
DOCS="README.md"
18+
19+
RDEPEND="~dev-python/alarmdecoder-1.13.11[${PYTHON_USEDEP}]"
20+
BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
21+
22+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)