From unknown Fri Jun 20 07:17:45 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#68193 <68193@debbugs.gnu.org> To: bug#68193 <68193@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-zc-lockfile. Reply-To: bug#68193 <68193@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:17:45 +0000 retitle 68193 [PATCH] gnu: Add python-zc-lockfile. reassign 68193 guix-patches submitter 68193 Troy Figiel severity 68193 normal tag 68193 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 01 14:02:22 2024 Received: (at submit) by debbugs.gnu.org; 1 Jan 2024 19:02:22 +0000 Received: from localhost ([127.0.0.1]:48788 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rKNYM-000357-Fr for submit@debbugs.gnu.org; Mon, 01 Jan 2024 14:02:22 -0500 Received: from lists.gnu.org ([2001:470:142::17]:40014) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rKNYK-00034t-Ah for submit@debbugs.gnu.org; Mon, 01 Jan 2024 14:02:21 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rKNYC-000116-NV for guix-patches@gnu.org; Mon, 01 Jan 2024 14:02:12 -0500 Received: from mout-p-103.mailbox.org ([2001:67c:2050:0:465::103]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rKNY9-0007EO-4X for guix-patches@gnu.org; Mon, 01 Jan 2024 14:02:11 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4T3lhr66lzz9ssR for ; Mon, 1 Jan 2024 20:02:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1704135724; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=5sFMJtzqVD5ucrOjCvGzHLnm8rCXKwMDrBSuAgbSvlE=; b=y4fnfd+i6AWPsKgD8XSys7j/qLuXxkZzO7aN6+o1QnrjWAeEIse9H4gvcjV5f7VnISV7hM dVxJYf6wgUu8CC36q79d8IT5/A7PNpzBkcy1/KGUS9qyc5A//wdOLdbXSVdrP3gcMjrHBk kuinxq55SkvZz3gj5nNDThSoPH8mGr6gaMLim7JvQd5UAVDefe5KfUjAPAaS0jsKJ9VC5x yprghtRG4IwB+T2CX7DL6hhxOYwkKxhmoU2GURY46dK2ya28CnsmUS8rDJOhVbUHNOfdYQ jGZ+6ODSqtkI34n7lQXdfQfsHZ40iYyiH1KSeMEOKF6C7Vuf2ODXf5dUZKHDaw== From: Troy Figiel To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-zc-lockfile. Date: Mon, 1 Jan 2024 19:52:48 +0100 Message-ID: <87ttnwev2s.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2001:67c:2050:0:465::103; envelope-from=troy@troyfigiel.com; helo=mout-p-103.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit 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: -0.0 (/) * gnu/packages/python-web.scm (python-zc-lockfile): New variable. --- gnu/packages/python-web.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 06b578dac7..82663a9754 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -60,6 +60,7 @@ ;;; Copyright =C2=A9 2022 Baptiste Strazzulla ;;; Copyright =C2=A9 2023 John Kehayias ;;; Copyright =C2=A9 2023 Ivan Vilata-i-Balaguer +;;; Copyright =C2=A9 2024 Troy Figiel ;;; ;;; This file is part of GNU Guix. ;;; @@ -2595,6 +2596,32 @@ (define-public python-webob object to help create WSGI responses.") (license license:expat))) =20 +(define-public python-zc-lockfile + (package + (name "python-zc-lockfile") + (version "3.0.post1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "zc.lockfile" version)) + (sha256 + (base32 "1v41irj7azaag3f14xyviv3l8mvap74v5p3q274k68vakrnyxcmd")))) + (build-system python-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (if tests? + (invoke "zope-testrunner" "--test-path=3Dsrc") + (format #t "test suite not run~%"))))))) + (native-inputs (list python-zope-testing python-zope-testrunner)) + (home-page "https://github.com/zopefoundation/zc.lockfile") + (synopsis "Interprocess locks using lock files") + (description + "This package provides an implementation of interprocess locks using = lock +files. These locks can also be used to mediate access to other files.") + (license license:zpl2.1))) + (define-public python-zope-event (package (name "python-zope-event") base-commit: ff586211aaf0e3b468ff3cedc5ede18e8ab529dd --=20 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 09 03:59:24 2024 Received: (at 68193-done) by debbugs.gnu.org; 9 Jan 2024 08:59:24 +0000 Received: from localhost ([127.0.0.1]:38316 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rN7xE-0002wm-29 for submit@debbugs.gnu.org; Tue, 09 Jan 2024 03:59:24 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52856) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rN7xB-0002wR-Od for 68193-done@debbugs.gnu.org; Tue, 09 Jan 2024 03:59:22 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rN7wz-00020q-Af; Tue, 09 Jan 2024 03:59:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=ovJT7kHSWHWFuV4Gbgqc/xuSNPpM29hCYdt9+6CyrEA=; b=Yl7RqZBOcnmKeQuq6gxq jcuOCmGVuY0u42sR89de5lVUdeUN0J4bDQxWvUenqdmZiLOKV4w+Zhtq5PSOGa86xC/Sjetw4MANa uDOggoBBRBeNMGtdILhxKgP9ny7dKR83R9uNRd8vnf+nNb6vESZk2DY3/AWrYx2M7ES3hu4pbURCi ACgGqocaQYOUemMR+zJEGeRvu2+ZOGfWjyPvJfK9CIU3nVqNqOsAev1+9KRpGje/VQ5/fNz/3z/xw KJYPBLJ23ZitObba4ciejI/k7JL4ZCbAej9T9w327WM4ZLIHruYpqdFfJm1aCpfkZ58A60uj+L0aK eEjVTXsV+IYT8w==; From: Mathieu Othacehe To: Troy Figiel Subject: Re: [bug#68193] [PATCH] gnu: Add python-zc-lockfile. In-Reply-To: <87ttnwev2s.fsf@troyfigiel.com> (Troy Figiel's message of "Mon, 1 Jan 2024 19:52:48 +0100") References: <87ttnwev2s.fsf@troyfigiel.com> Date: Tue, 09 Jan 2024 09:59:07 +0100 Message-ID: <87y1cydgro.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 68193-done Cc: 68193-done@debbugs.gnu.org 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: -3.3 (---) > * gnu/packages/python-web.scm (python-zc-lockfile): New variable. Applied, thanks, Mathieu From unknown Fri Jun 20 07:17:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 06 Feb 2024 12:24:17 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator