diff --git a/README.md b/README.md index 5366d7175..9dce566b5 100644 --- a/README.md +++ b/README.md @@ -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 2381 Ebuilds in total, 2363 of them have in total 2404 (43 different) licenses assigned. +There are 2382 Ebuilds in total, 2364 of them have in total 2405 (43 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1359| +|MIT|1360| |Apache-2.0|545| |GPL-3|150| |BSD|125| diff --git a/dev-python/notify-events/Manifest b/dev-python/notify-events/Manifest index 5756f3c0c..bb4374374 100644 --- a/dev-python/notify-events/Manifest +++ b/dev-python/notify-events/Manifest @@ -1,3 +1,3 @@ DIST notify_events-1.0.4.tar.gz 3924 BLAKE2B 0a015cd6df4e51fe81ab8f2d6805c4bf699b2fa7256bdbd44088ecd01be7a359dac5c5895880a526d371840d99274804a691ccb39c8e28b307ae08e32a7efceb SHA512 340f22b1d7b491d2d7f218239b6618cbec3434a1b48f6bdfc41e123513afbb591784815d6e0a879e99e928d5feb26b872da123e1a35b51200284b955c9381868 -EBUILD notify-events-1.0.4.ebuild 652 BLAKE2B 2e05b24013a7f1fac06eb2ab84362ce381bd8141690a4e98e7bdc3747c787edc720b5f2d6fca314c818a16b1831a570eb0129f09ce2cfe486d7c77eae0f9645a SHA512 b58f290c551a050186bb42958fad8bc8687fe4ee39e37e3f65f85b1fdc9f59af275f42bc975e41f6a2f2e6da8d2bc5f4c82aab934db4b48aeda5122068c64237 +EBUILD notify-events-1.0.4.ebuild 661 BLAKE2B 47cb425252c77f0da6c389c01c2f684da758088e97dbf69fbbb6feb80ed832bc2f163c3b545be7052c1d63a76a6d21ff1d56808e4baa61dc5dae0b68692f9934 SHA512 92125caf384efc5d3fa8729c56b853789d0d0d36998c9716457b36424681153155ca1a5e6e4725a336ac13cad2184b5bba19c9f2aa4058414c291f669b968bfa MISC metadata.xml 522 BLAKE2B acaa2b879b6cea1a216b3fef28b35aecbd8fa4fa345fc8a718d242cc7590a2d1d46227fe957aca4af83ae17e96cceefde769e16c8286acefd60f3177ddabcb4d SHA512 37e85f5aa9b842d76dbe9209a8f797f5e5fad39a950c976a7262406f4cabaeac31b0e0c09a8c8135a9f45d84bba6b458418218979bee002650b1fbb39a989c77 diff --git a/dev-python/notify-events/notify-events-1.0.4.ebuild b/dev-python/notify-events/notify-events-1.0.4.ebuild index 10596b75f..887b9433a 100644 --- a/dev-python/notify-events/notify-events-1.0.4.ebuild +++ b/dev-python/notify-events/notify-events-1.0.4.ebuild @@ -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=setuptools inherit distutils-r1 pypi