commit: 39d6b7a0749f8a00cf8d4e7f11a7612402e5c625
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 12 04:02:02 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 12 04:29:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d6b7a0
dev-python/pykka: Bump to 4.3.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pykka/Manifest | 1 +
dev-python/pykka/pykka-4.3.0.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/pykka/Manifest b/dev-python/pykka/Manifest
index b9bd9393e08d..4bb142f4b027 100644
--- a/dev-python/pykka/Manifest
+++ b/dev-python/pykka/Manifest
@@ -1 +1,2 @@
DIST pykka-4.2.0.gh.tar.gz 48384 BLAKE2B
23d0300a6cefc0dac720bd6da4a3fa5a1eb4644efbc7211e68e3fe4ff65457ccc45908e8aa02f2bfb0a4b16586cccb809e7cba95e96ac230de3b2ed69fd2fe8b
SHA512
55de2fb603e642ffa91887d0fc69b3785bfae7de71911b45b336285f487c38feb07bd8033188b3ddaef884d5b0c0b789809be8ad8c0cfa9ac84c95485870178d
+DIST pykka-4.3.0.gh.tar.gz 48817 BLAKE2B
20c3c98fb3e2628af161dcbc9b22956e1ff6196f842430302b9c6bcba8a077ef11bd666411a48b02122c230f3056c2825122b255fc237b2bd57dca78b8bb28e0
SHA512
4b08f8501ed5bf8fe937fa1f9cac276e77c25ca97968f61067c79911fce24e85aabf9c08cfe180ec15f15b84ecdeadafeebc72e9975b4df114a472e6e44d8baf
diff --git a/dev-python/pykka/pykka-4.3.0.ebuild
b/dev-python/pykka/pykka-4.3.0.ebuild
new file mode 100644
index 000000000000..1ec5afbf6876
--- /dev/null
+++ b/dev-python/pykka/pykka-4.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python implementation of the actor model"
+HOMEPAGE="
+ https://pykka.org/en/latest/
+ https://github.com/jodal/pykka/
+ https://pypi.org/project/pykka/
+"
+SRC_URI="
+ https://github.com/jodal/pykka/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+EPYTEST_PLUGINS=( pytest-mock )
+distutils_enable_tests pytest