From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 673211582EF for ; Sun, 09 Mar 2025 17:46:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4FA163430DA for ; Sun, 09 Mar 2025 17:46:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 93DFE1103A8; Sun, 09 Mar 2025 17:46:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 864B41103A8 for ; Sun, 09 Mar 2025 17:46:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CB313430AB for ; Sun, 09 Mar 2025 17:46:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7439027E6 for ; Sun, 09 Mar 2025 17:46:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1741542405.a2d8bc2edfdf7e1dbeb7bf120d722f34dbadd4fc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/multiprocess/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/multiprocess/Manifest dev-python/multiprocess/multiprocess-0.70.16.ebuild X-VCS-Directories: dev-python/multiprocess/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a2d8bc2edfdf7e1dbeb7bf120d722f34dbadd4fc X-VCS-Branch: master Date: Sun, 09 Mar 2025 17:46:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a397ac62-d5c6-47d2-9d2e-d8018cb35650 X-Archives-Hash: bc381a7c0b44dc54723cc6cd20f1aa90 commit: a2d8bc2edfdf7e1dbeb7bf120d722f34dbadd4fc Author: Michał Górny gentoo org> AuthorDate: Sun Mar 9 16:28:34 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 9 17:46:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d8bc2e dev-python/multiprocess: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/multiprocess/Manifest | 1 - .../multiprocess/multiprocess-0.70.16.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/multiprocess/Manifest b/dev-python/multiprocess/Manifest index a672cc8ae94c..812b1dedb07a 100644 --- a/dev-python/multiprocess/Manifest +++ b/dev-python/multiprocess/Manifest @@ -1,2 +1 @@ -DIST multiprocess-0.70.16.tar.gz 1772603 BLAKE2B e5d685e3c1343196560175b6b498e7c2758f035d67d0f40c2ab0ef587858d81662ae3242431c4f4fe258a421aa1646e5c76182e0ba3039be2b0ba16b2e23dcec SHA512 8aee5f0cf74ef4a30bcf2337a651a39270f507f9e827647ad3ae50cba688d2920c56331568b8d597b379587c3cb82f5d10d7b96bdba63a0eccc2ec7abccf9863 DIST multiprocess-0.70.17.tar.gz 1785744 BLAKE2B 5840ff2239c720df571c6fc21e27a6ca193d2a24a4427c6c89dc17b523340293f5969ac3e8f7a5401a602064fbe204bc57d6ddafa2caa337cd06001d3c7ec910 SHA512 7fbc62d793548a58fcfe14dce333c46a75b177180ed402fec3b18bad24f53e965235466ddedc1d7a6551fb79689f97b272e36c1510352e278581f9a08ead09a4 diff --git a/dev-python/multiprocess/multiprocess-0.70.16.ebuild b/dev-python/multiprocess/multiprocess-0.70.16.ebuild deleted file mode 100644 index a658f5b248b3..000000000000 --- a/dev-python/multiprocess/multiprocess-0.70.16.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Better multiprocessing and multithreading in Python" -HOMEPAGE=" - https://github.com/uqfoundation/multiprocess/ - https://pypi.org/project/multiprocess/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/dill-0.3.8[${PYTHON_USEDEP}] -" - -python_test() { - "${EPYTHON}" py${EPYTHON#python}/multiprocess/tests/__main__.py -v || die -}