From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 05 09:55:21 2018 Received: (at 32642) by debbugs.gnu.org; 5 Sep 2018 13:55:21 +0000 Received: from localhost ([127.0.0.1]:46958 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fxYHB-0004uw-5B for submit@debbugs.gnu.org; Wed, 05 Sep 2018 09:55:21 -0400 Received: from sinope02.bbbm.mdc-berlin.de ([141.80.25.24]:38684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fxYH8-0004tC-P6 for 32642@debbugs.gnu.org; Wed, 05 Sep 2018 09:55:19 -0400 Received: from localhost (localhost [127.0.0.1]) by sinope02.bbbm.mdc-berlin.de (Postfix) with ESMTP id CD70B12E621C for <32642@debbugs.gnu.org>; Wed, 5 Sep 2018 15:55:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-type:content-type:mime-version:references:in-reply-to :x-mailer:message-id:date:date:subject:subject:from:from :received:received:received; s=mdc; t=1536155712; x=1537970113; bh=o+3qKPMz9d3GjBuQWjE8W8/xaDqVqHUDSvr9H+ZSgpI=; b=qMFCDE7D2t6g VYRmSmuj5/VPkY0VPIVV4UnRfKZqkNODg5SapoDXhlptWGYTrwqfss5PvE8bIxAL FcM0Vp2zhSPtqt8c7xK23BQjTNWP+sEUN3NfHj5sUmivWS2OgJ/bwx9Wxi7DlKps YorF40x4jUZAgygn+3as6VroHtWPxgg= X-Virus-Scanned: amavisd-new at mdc-berlin.de Received: from sinope02.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (sinope02.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HqWOH25kOxOc for <32642@debbugs.gnu.org>; Wed, 5 Sep 2018 15:55:12 +0200 (CEST) Received: from SW-IT-P-CAS3.mdc-berlin.net (puck.citx.mdc-berlin.de [141.80.36.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by sinope02.bbbm.mdc-berlin.de (Postfix) with ESMTPS for <32642@debbugs.gnu.org>; Wed, 5 Sep 2018 15:55:12 +0200 (CEST) Received: from localhost (141.80.113.103) by SW-IT-P-CAS3.mdc-berlin.net (141.80.113.58) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 5 Sep 2018 15:55:12 +0200 From: Ricardo Wurmus To: <32642@debbugs.gnu.org> Subject: [PATCH 02/16] gnu: Add python-multiprocess. Date: Wed, 5 Sep 2018 15:54:51 +0200 Message-ID: <20180905135505.10516-2-ricardo.wurmus@mdc-berlin.de> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180905135505.10516-1-ricardo.wurmus@mdc-berlin.de> References: <20180905135505.10516-1-ricardo.wurmus@mdc-berlin.de> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [141.80.113.103] X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24074.007 X-TM-AS-Result: No-0.327300-8.000000-10 X-TMASE-MatchedRID: cGF0M9a/eEt7qToVEfwBPAPZZctd3P4BlHLUcNM85dos7eP5cPCWQwE8 gtucFNjVk/UzcL+a7X27/LlTYfsWi+o3TaQdFshVnVTWWiNp+v/Sv+oK79xjndzOQo7mTgA+w9E WDHrwTDkwTJa5k2Lzt43DQUgksPnWDPIzF4wRfrAURSScn+QSXt0H8LFZNFG7doMssNsUwYW6Wl L/BNh+h+xwK4KLn/n5SWbONfdxcpys/4oWTw6Q0tDQyQ833bWOj1/0NRSowMMEnjHfQElOMIdn4 Z3zeJPggDmW+INpB5VcKRK3DM/KmiQGdl1tQI7t0/5HQxvVB1U0+aGhUx8J2mlvyA1GNPX1 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--0.327300-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24074.007 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32642 Cc: Ricardo Wurmus X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/python.scm (python-multiprocess): New variable. --- gnu/packages/python.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b547592a2..9da7072aa 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -14045,3 +14045,25 @@ interpreter session, close the interpreter, ship the pickled file to another computer, open a new interpreter, unpickle the session and thus continue from the saved state of the original interpreter session.") (license license:bsd-3))) + +(define-public python-multiprocess + (package + (name "python-multiprocess") + (version "0.70.6.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "multiprocess" version)) + (sha256 + (base32 + "1ip5caz67b3q0553mr8gm8xwsb8x500jn8ml0gihgyfy52m2ypcq")))) + (build-system python-build-system) + (propagated-inputs + `(("python-dill" ,python-dill))) + (home-page "https://pypi.org/project/multiprocess") + (synopsis "Multiprocessing and multithreading in Python") + (description + "This package is a fork of the multiprocessing Python package, a package +which supports the spawning of processes using the API of the standard +library's @code{threading} module.") + (license license:bsd-3))) -- 2.18.0