dev-python/asyncinotify: add 4.3.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-09-01 23:06:17 +02:00
parent 7e53e09e77
commit 5dd61d43eb
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 28 additions and 5 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 2397 Ebuilds in total, 2379 of them have in total 2418 (44 different) licenses assigned.
There are 2399 Ebuilds in total, 2381 of them have in total 2420 (44 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1364|
|MIT|1366|
|Apache-2.0|555|
|GPL-3|148|
|BSD|126|

View File

@ -1,3 +1,5 @@
DIST asyncinotify-4.0.2.tar.gz 18200 BLAKE2B 8813a1e3f7f33a585cb7bd859288322f60d9c1452636b41e929ef7a5a81cce4f881d04a3c2f9e723365624c7444618b869a4f74c289b3ab4175d076c62bb072d SHA512 d7b992620a330273e84b59935bdcec00c13c677c61dc9439e8794dea79c6fc34dd4b4eb9df2b35e2e90ad1592ce0b73e6a1cc6b75b4f8ff8d7b36814d47b588d
EBUILD asyncinotify-4.0.2.ebuild 685 BLAKE2B 0501cab72ae83ef2f0bbbd5951ec4a826139f2f19403969abd4fb619984a8cdabe97a811a3d7203d90c05798b7a16096db6e19e71613e26ed4f804a65b354076 SHA512 760b6dfc0d8b98b01f85bd0cf5b1f157be079a753787437fc937df2fb3fbf10db4332a38901e43deec9e157631000c67148890f2f29a2f74078ddf44ceb80802
DIST asyncinotify-4.2.0.tar.gz 27624 BLAKE2B 18fb9d82e34c8fb47d55565ac4e74435ae1f7e565f904c4ddb90c737b92cc17baad87ffa416b4d788412d6d65d4ca9532ecdccfcadf1f5b00e778156ce32e725 SHA512 7169f0c0f25da629cff7a483cb527114eeec13828898b608803317839981c090e58a999411300d8a08963aa55c726f2b7ed9c95c5cac5369abb2f2c669a8cd9a
EBUILD asyncinotify-4.0.2.ebuild 694 BLAKE2B 872d682b4956749bb75c2578165da24d3a652f39bb3dbfabc860086b903c2cd261caf7bce2bb5a1edf4ca0c1cd3c6b9e3565a25ca4d1f42b8f1af7f26d20411a SHA512 3ee6cfec1fd46e1199bb2a054254802e6ba5d7685b414ce0c67748052bfe24ea9ad06534bb12663ce3c374a8434704543c909a6f60d33d5dab14a5c005f05b50
EBUILD asyncinotify-4.2.0.ebuild 591 BLAKE2B 9bbc04d8d71453332c192158840fd6191c67d0d725e1232a42557ec2c8d88f4d86ae01ff26669ee0c6d2e88be5f01a9e7a5b3c3b12116e611f8e629cec28e4d4 SHA512 7ba4a4c7135ee8fe989336cd7bf6dc3c42e2a33c8b2a3a7171cbb2f36e54781f6a88b30c25745ab60d9092b62c3cac8660e6698550ff0328b3147ff0ad54263e
MISC metadata.xml 537 BLAKE2B 8d8692099181d3a95988f1a92099b10c7751c0ac4d99fb1b77c2375cfb7380f8ff7dd4b6735347c5b04cde7ed66ece1db7c018999c38fa0993a1e9d0293981be SHA512 66afe1c32fff239580b07c7ea2bc2ba23d578895b4c20909373f74e3e720ef9e49c129b5319d0dd5c92b688f723de7e673b677464a85591a53a741909a6e4956

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1 pypi

View File

@ -0,0 +1,21 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1 pypi
DESCRIPTION="A simple optionally-async python inotify library, focused on simplicity of use and operation, and leveraging modern Python features"
HOMEPAGE="https://github.com/absperf/asyncinotify/ https://pypi.org/project/asyncinotify/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
distutils_enable_tests pytest