From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 05 10:00:18 2018 Received: (at 32642) by debbugs.gnu.org; 5 Sep 2018 14:00:18 +0000 Received: from localhost ([127.0.0.1]:47266 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fxYLx-00058g-Na for submit@debbugs.gnu.org; Wed, 05 Sep 2018 10:00:17 -0400 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:60682) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fxYLw-00058S-00 for 32642@debbugs.gnu.org; Wed, 05 Sep 2018 10:00:16 -0400 Received: from localhost (localhost [127.0.0.1]) by pegasus.bbbm.mdc-berlin.de (Postfix) with ESMTP id 6633DA88445 for <32642@debbugs.gnu.org>; Wed, 5 Sep 2018 16:00:15 +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=1536156010; x=1537970411; bh=tEBmN0C4Y3/Ib1IGF1WN1xLHsFWcBpeLFbNyNz6P7yI=; b=PYT6NnYvJDz2 0tm3cXwhzx56mv6p3dMbIV6GFWO3HoBwPWODjrpMQn74V1vy4QYnZD5gfPclxYWE wobDM8ovCH452qF+Z+dRwl64rG/UZGTxxoY4u4nqLMNu+5pr7SSUX0QueRltniQ/ XPjkMjowijht2IAv14WfYYXc80Wf5Ys= X-Virus-Scanned: amavisd-new at mdc-berlin.de Received: from pegasus.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (pegasus.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3YlSzs5zrA0x for <32642@debbugs.gnu.org>; Wed, 5 Sep 2018 16:00:10 +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 pegasus.bbbm.mdc-berlin.de (Postfix) with ESMTPS for <32642@debbugs.gnu.org>; Wed, 5 Sep 2018 16:00:10 +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 16:00:09 +0200 From: Ricardo Wurmus To: <32642@debbugs.gnu.org> Subject: [PATCH 07/16] gnu: Add python-locket. Date: Wed, 5 Sep 2018 15:59:57 +0200 Message-ID: <20180905140006.10783-2-ricardo.wurmus@mdc-berlin.de> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180905140006.10783-1-ricardo.wurmus@mdc-berlin.de> References: <20180905140006.10783-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-4.146400-8.000000-10 X-TMASE-MatchedRID: Z2f9DQPf1tl7qToVEfwBPAPZZctd3P4BAycZ15wAFvhI8vAUEz0hfNxy aYgwtXL50EdJ1p8GY2DsZX3M9mdWSo+eiI05y0fpbBu6+EIezdwk227IvqakhZsoi2XrUn/Jn6K dMrRsL14qtq5d3cxkNRqXnrxrKCOXBTOqqh+NZ15hYUaVFdIIpRsM7BC+ExFox97UZYYKzydCS5 Zl6rAElPgtkO+T8Dsqa8RJbJn87M9jbGcR6DcOK/q5V8BA+/9AG9ZlrhDQuTqnJqoONAZC244p3 jJcqUVRGOtXZ8O0FOx+3BndfXUhXQ== X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--4.146400-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24074.007 X-Spam-Score: -5.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: -6.0 (------) * gnu/packages/python.scm (python-locket): New variable. --- gnu/packages/python.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 501387c02..2ac5c9f44 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -14171,3 +14171,22 @@ is especially useful for cluster computing where Python expressions are shipped over the network to execute on remote hosts, possibly close to the data.") (license license:bsd-3))) + +(define-public python-locket + (package + (name "python-locket") + (version "0.2.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "locket" version)) + (sha256 + (base32 + "1d4z2zngrpqkrfhnd4yhysh66kjn4mblys2l06sh5dix2p0n7vhz")))) + (build-system python-build-system) + (home-page "https://github.com/mwilliamson/locket.py") + (synopsis "File-based locks for Python") + (description + "Locket implements a lock that can be used by multiple processes provided +they use the same path.") + (license license:bsd-2))) -- 2.18.0