diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-20 08:32:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-20 08:55:55 +0100 |
commit | 63443731f72f4c19e68b2a54928e4244ab593df9 (patch) | |
tree | e53069f53fd6c0d70f6fb1400c394cd36b75c38c /dev-python | |
parent | dev-python/types-setuptools: Bump to 75.5.0.20241122 (diff) | |
download | gentoo-63443731f72f4c19e68b2a54928e4244ab593df9.tar.gz gentoo-63443731f72f4c19e68b2a54928e4244ab593df9.tar.bz2 gentoo-63443731f72f4c19e68b2a54928e4244ab593df9.zip |
dev-python/pykka: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pykka/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pykka/pykka-4.0.2.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/pykka/Manifest b/dev-python/pykka/Manifest index 142e04e25a69..378d5f35fc56 100644 --- a/dev-python/pykka/Manifest +++ b/dev-python/pykka/Manifest @@ -1,2 +1 @@ -DIST pykka-4.0.2.gh.tar.gz 48536 BLAKE2B 57825e0cbcad0afc33870de000820cfcd400d195715d8c48f133470ab8c9c26d9f8ab1a9cb54e847fe163b240258c789ec70bcf3627dcfbad1d469eee7c2d9c0 SHA512 43d31258f73a6d43c467d108066dd3e852db9e21a04fda030137dbd65052a874e346ed78b79a4929b25d2744a286c95d5d425ae150428ea1594a24f2a6c6a164 DIST pykka-4.1.0.gh.tar.gz 48569 BLAKE2B 7b97988d543cb6205c698cb91d292aae8312b5e0ccffc8113af0201a97abf01d67e15b2440c2d2473f7005a3e5cb475fa55d333f332f44e0995a4a0e07c9cf95 SHA512 ffb83329f3fc7dc9caa0d63e17138186286975259573540842eb8840e383cabc1959827659de22360fd6542332865f38fb23f75c89a16e224360ef4dbc33ecc4 diff --git a/dev-python/pykka/pykka-4.0.2.ebuild b/dev-python/pykka/pykka-4.0.2.ebuild deleted file mode 100644 index 1b48382a70c2..000000000000 --- a/dev-python/pykka/pykka-4.0.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..13} ) - -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" - -BDEPEND=" - test? ( - dev-python/pytest-mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |