mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/pykka: Bump to 4.3.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
27
dev-python/pykka/pykka-4.3.0.ebuild
Normal file
27
dev-python/pykka/pykka-4.3.0.ebuild
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user