commit: 790396837490293e1df4731a76606c5f9b7c2660
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 03:09:51 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 03:12:10 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79039683
dev-python/pykka: Bump to 4.4.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pykka/Manifest | 1 +
dev-python/pykka/pykka-4.4.2.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/pykka/Manifest b/dev-python/pykka/Manifest
index d0b6ee061245..3a71db233c93 100644
--- a/dev-python/pykka/Manifest
+++ b/dev-python/pykka/Manifest
@@ -1 +1,2 @@
DIST pykka-4.4.1.gh.tar.gz 50108 BLAKE2B
180e7547043e5be9131d819c180d6641f0de8257f36a7b70d90d55189d583bf76dac6b2adf083e20ced494bfbed704a5dafc253fed2a36fe22f382fd44fae69c
SHA512
2a03eee295863643b2f177fd86c2db24f0aaf2c5f5820becbb11dc0611cde4ac1c7c1285a1b8e15ff86b4d659dd961b9775cb7ffd3a34d5237fc0b40188876b0
+DIST pykka-4.4.2.gh.tar.gz 50174 BLAKE2B
b484218bb2da9a90a93d88f7c5ab3cb2dd20183cf300423627cbcc022bd6f4b29bdf71f1745416243d10db02837df06f73e7fb70487b7aabcb8a59a5bcec554c
SHA512
8c704ed2770e61373f5455f77d7eb03c875c31304dd3404a01c54263d3e61c53e21c55b4c9242cb5fd5afd1e41e4486ddea775789abb79590446269fa57212de
diff --git a/dev-python/pykka/pykka-4.4.2.ebuild
b/dev-python/pykka/pykka-4.4.2.ebuild
new file mode 100644
index 000000000000..b766f9b6331a
--- /dev/null
+++ b/dev-python/pykka/pykka-4.4.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2026 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://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