dev-python/adext: add 0.4.3

Closes: #3379
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-24 00:06:44 +02:00
parent 543890d11c
commit 8a0efe65e9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 28 additions and 4 deletions

View File

@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
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.
There are 1934 Ebuilds in total, 1923 of them have in total 1946 (42 different) licenses assigned.
There are 1935 Ebuilds in total, 1924 of them have in total 1947 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1109|
|MIT|1110|
|Apache-2.0|435|
|GPL-3|114|
|BSD|110|

View File

@ -1,3 +1,5 @@
DIST adext-0.4.2.tar.gz 7910 BLAKE2B e3919858d13d3ffc271c3aaba21f5b9f7a6aff6f4e44688dd58b89c8ca5b80302a1f15911bd47210db53b4a965d31fe7e98580c7d4bd548c60d0b1873295e54d SHA512 ff05c0801fbc5364646ff4028eadf30fb995cd400c4991a3a04d8cd0b82d7fd9faaad6f32b20f6aff980e3ab972ace4a73f9adfd73fc012725378dd41914cdba
EBUILD adext-0.4.2.ebuild 631 BLAKE2B 2dbaa5323b969a6387cd62b1cde8300a53602ea4bb088cecf132b6b8ab299059cf5ba00cc404e2199a32f73ffd906cf3981776967095d216ea6cc071844542aa SHA512 90dddc570c8b5e012b8542125cec29e598ddb8ea8174c6ecf35edea09c4b1d0d4969d11578dbf9c7f772265ada4e25be7154f0196c3fc76752a637a9aa0bec1a
DIST adext-0.4.3.tar.gz 4846 BLAKE2B f1df06bb39fa6cbc20390298543f5c10b6e9d56d609e13d87a1936c58febf44a3e1eacd8db7f85300a23e51cfd7015a16603e1dfbe08102fe31cd456f8d664a6 SHA512 9650dac3f4a66dd9e0e65ad6d07c6a6adee501134a72005ae22d76b4150abd5f3eada700346a46610483da22d02a2bd69e1b6cd73eda0e67d99d3c97dffb87cf
EBUILD adext-0.4.2.ebuild 631 BLAKE2B 016cc9e85aa915f2fe13c95ff5caddd55426d50005784cea6650f1a80d0266092c901053fd15162ca3f0691ce1740c4473d1e70b93616ab4ab716969fd300fb2 SHA512 a80668c9ff8b4e870212f14d800b6abe4fb42aa1b53c9197a6c1f6cc9910084c065836682ac3082a888605bd5fa9ee37304f2b8ca6c9919c3358856aaf3a3b51
EBUILD adext-0.4.3.ebuild 579 BLAKE2B e7c96870b35e2ffa30a9443e0a8b361be2f7cce93ce8083d329f2d5b6c463a54bd3ad0783855646bdd21454a0666d5240083cce7ec57d23438d79dc76da48790 SHA512 31efc3bf3761dee61bc279f8994b1c5e1f569c63c63f663311551c9ceeb4169e5d18cebffdc4979614b9672babbf9c48fab1d303a5047778eb4f9785e947e731
MISC metadata.xml 382 BLAKE2B 723d1b09fff8433217fff266e148df56899aaf9f482789c7717159b5e6de60b48f4f6a14d51f19e53141305aa699992185d33fdac34626b9cc6961d2b51b644d SHA512 aca039fa1dd184a3c0265e8fa5fd9a1e695bd40d98fb91fcc53908e5f11e7bd332908acf0891b99ff2de5d6ba5b07b46396ea7fae5d186797caacf89f61f3c3d

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="AlarmDecoder extended"

View File

@ -0,0 +1,22 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="AlarmDecoder extended"
HOMEPAGE="https://github.com/ajschmidt8/adext https://pypi.org/project/adext/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="~dev-python/alarmdecoder-1.13.11[${PYTHON_USEDEP}]"
BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
distutils_enable_tests pytest