From unknown Sun Aug 17 01:43:03 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#53777 <53777@debbugs.gnu.org> To: bug#53777 <53777@debbugs.gnu.org> Subject: Status: [PATCH] add python-posix-ipc Reply-To: bug#53777 <53777@debbugs.gnu.org> Date: Sun, 17 Aug 2025 08:43:03 +0000 retitle 53777 [PATCH] add python-posix-ipc reassign 53777 guix-patches submitter 53777 Ian Ressa severity 53777 normal tag 53777 moreinfo patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 04 07:15:02 2022 Received: (at submit) by debbugs.gnu.org; 4 Feb 2022 12:15:02 +0000 Received: from localhost ([127.0.0.1]:58963 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFxUT-0001Sr-ME for submit@debbugs.gnu.org; Fri, 04 Feb 2022 07:15:02 -0500 Received: from lists.gnu.org ([209.51.188.17]:49034) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFqld-00074n-0P for submit@debbugs.gnu.org; Fri, 04 Feb 2022 00:04:20 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47654) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFqlc-0004Ng-RE for guix-patches@gnu.org; Fri, 04 Feb 2022 00:04:16 -0500 Received: from mout01.posteo.de ([185.67.36.141]:49175) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFqla-00007a-Pq for guix-patches@gnu.org; Fri, 04 Feb 2022 00:04:16 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id BD253240026 for ; Fri, 4 Feb 2022 05:56:33 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JqjtS5lsHz9rxS; Fri, 4 Feb 2022 05:56:32 +0100 (CET) From: Ian Ressa To: guix-patches@gnu.org Subject: [PATCH] add python-posix-ipc Date: Fri, 4 Feb 2022 04:53:01 +0000 Message-Id: <20220204045300.1985-1-ian@eonn.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=185.67.36.141; envelope-from=ian@eonn.xyz; helo=mout01.posteo.de X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.999, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Adding python-posix-ipc to gnu/packages/python-xyz.scm --- gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 46419e8ace..53d5588564 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -116,6 +116,7 @@ ;;; C [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 SPF_NONE SPF: sender does not publish an SPF Record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: eonn.xyz (xyz)] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 04 Feb 2022 07:15:00 -0500 Cc: Ian Ressa 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.2 (-) Adding python-posix-ipc to gnu/packages/python-xyz.scm --- gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 46419e8ace..53d5588564 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -116,6 +116,7 @@ ;;; Copyright © 2021 Greg Hogan ;;; Copyright © 2022 John Kehayias ;;; Copyright © 2022 Aleksandr Vityazev +;;; Copyright © 2022 Ian Ressa ;;; ;;; This file is part of GNU Guix. ;;; @@ -28926,3 +28927,34 @@ (define-public python-types-dataclasses "This packages provides a collection of library stubs for Python, with static types.") (license license:asl2.0))) + +(define-public python-posix-ipc + (package + (name "python-posix-ipc") + (version "1.0.5") + (source (origin + (method url-fetch) + (uri (pypi-uri "posix_ipc" version)) + (sha256 + (base32 "15wbxf67y17g04i3f3vjw9zjbvlvqqk9q1x0ya1y7apl5k7b3pbc")))) + (build-system python-build-system) + (arguments + `(#:modules ((guix build python-build-system) + ((guix build gnu-build-system) #:prefix gnu:) + (guix build utils)) + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'support-cross-compilation + (lambda _ + (substitute* "prober.py" + (("cc") ,(cc-for-target))) + #t))))) + (home-page "http://semanchuk.com/philip/posix_ipc/") + (synopsis + "POSIX IPC primitives (semaphores, shared memory and message +queues) for Python") + (description + "The Python extension module posix_ipc gives Python access to +POSIX inter-process semaphores, shared memory and message queues on systems +that support the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993.") + (license license:bsd-3))) -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 09 08:54:22 2022 Received: (at 53777) by debbugs.gnu.org; 9 Feb 2022 13:54:22 +0000 Received: from localhost ([127.0.0.1]:50258 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHnQH-0007wU-9r for submit@debbugs.gnu.org; Wed, 09 Feb 2022 08:54:22 -0500 Received: from h178-251-242-94.cust.a3fiber.se ([178.251.242.94]:45564 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHnQE-0007wC-5V for 53777@debbugs.gnu.org; Wed, 09 Feb 2022 08:54:15 -0500 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yoctocell.xyz; s=mail; t=1644414845; bh=G9SL9FKDpzGdNoW2cM/DZKTIw3VQx6ZPUsQbDgf9/1M=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=P3lKc+eReRxILwubm+eiRUS2qSLQP/1AoVLLt5xancR/DvYvJA47URmZlfKUIDd1X yO7v5RaORnno2M0HCQxcuC0JMiVksdYk1r+xqo0glTjZtNVaF5sJ3JHNDhA3PsOXdE QxTF4G5n7ll9L6vfMENMhh+cGvu/rxZwNGOvpIh4= To: Ian Ressa , 53777@debbugs.gnu.org Subject: Re: [bug#53777] [PATCH] add python-posix-ipc In-Reply-To: <20220204045300.1985-1-ian@eonn.xyz> References: <20220204045300.1985-1-ian@eonn.xyz> Date: Wed, 09 Feb 2022 14:54:04 +0100 Message-ID: <87o83gw3gj.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, Ian schrieb am Freitag der 04. Februar 2022 um 04:53 GMT: > Adding python-posix-ipc to gnu/packages/python-xyz.scm > > --- > gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) > > diff --git a/gnu/packages/py [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: eonn.xyz (xyz)] 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps X-Debbugs-Envelope-To: 53777 Cc: Ian Ressa 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: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, Ian schrieb am Freitag der 04. Februar 2022 um 04:53 GMT: > Adding python-posix-ipc to gnu/packages/python-xyz.scm > > --- > gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) > > diff --git a/gnu/packages/py [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Ian schrieb am Freitag der 04. Februar 2022 um 04:53 GMT: > Adding python-posix-ipc to gnu/packages/python-xyz.scm > > --- > gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) > > diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm > index 46419e8ace..53d5588564 100644 > --- a/gnu/packages/python-xyz.scm > +++ b/gnu/packages/python-xyz.scm > @@ -116,6 +116,7 @@ > ;;; Copyright =C2=A9 2021 Greg Hogan > ;;; Copyright =C2=A9 2022 John Kehayias > ;;; Copyright =C2=A9 2022 Aleksandr Vityazev > +;;; Copyright =C2=A9 2022 Ian Ressa > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -28926,3 +28927,34 @@ (define-public python-types-dataclasses > "This packages provides a collection of library stubs for Python, w= ith > static types.") > (license license:asl2.0))) > + > +(define-public python-posix-ipc > + (package > + (name "python-posix-ipc") > + (version "1.0.5") > + (source (origin > + (method url-fetch) > + (uri (pypi-uri "posix_ipc" version)) > + (sha256 > + (base32 "15wbxf67y17g04i3f3vjw9zjbvlvqqk9q1x0ya1y7apl5k7b= 3pbc")))) > + (build-system python-build-system) > + (arguments > + `(#:modules ((guix build python-build-system) > + ((guix build gnu-build-system) #:prefix gnu:) > + (guix build utils)) Nothing from (guix build gnu-build-system) seems to be used. I think you can drop the =E2=80=98#:modules=E2=80=99 arguments all together. > + #:phases > + (modify-phases %standard-phases > + (add-after 'unpack 'support-cross-compilation > + (lambda _ > + (substitute* "prober.py" > + (("cc") ,(cc-for-target))) > + #t))))) Phases no longer have to return #f. > + (home-page "http://semanchuk.com/philip/posix_ipc/") The page supports HTTPS too, so it should be used instead of plain HTTP. > + (synopsis > + "POSIX IPC primitives (semaphores, shared memory and message > +queues) for Python") The things in parenthesis are also mentioned in the description, so I think you can drop them to make the synopsis a bit shorter. > + (description > + "The Python extension module posix_ipc gives Python access to > +POSIX inter-process semaphores, shared memory and message queues on syst= ems > +that support the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993.") > + (license license:bsd-3))) > --=20 > 2.34.0 The rest LGTM! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmIDx3wVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x53cUQAL1GdDI/KlOUjNu5lN15ldv4u6HG LXaUOPVSaqf16JilcLYPWuPer9C0ISrbqRCMgHrAleveMhJn7eB4EYoBfUiHHOr+ sRQWzof7sXvYrdm4X6ANWfwl4/IlHcs99DaoKUYwVkueVFg+9Mgi0XO5ve2LxneM yHP+eBB9tPXuXPVhFy9dN+HM0nTrYr4h4/Bsqaz13I6ecc9pQqPhUH6ygW8qSGgz dq2ueMhZgqFxK/hntLkihH+/KnPDgyNNd32sS6PquStyQkl+ebAxkQy61RhmSm0I 4a7LbGaad1uscSwZydjCaP1gmGT7Rl6zUMkDMkwzx5F+jCs23ySqCTd539i3FyNp u9W+/jWSKrHl7ccn8hl7vSqmY2tMuS62YzDfyUssmJ77FqIU1dZemd1+DSfcgEyl S8bCC6W497uw631WW9pkL6U6li+2fP8K/8SsRMcKEApfMjCZId6ML0DOPgkIgJTt enmgP1otX+A+iPOeiSLCyFewW6M4ifun+EkELT+oYmAw1h9p/OtVxDpnZmCYIW7o F4IYJM1Z86ctS4VT5oUxz0tXGizCOSkLrPqG2Ybi57en5rBDl8DssflIag8D7Jke mC3PjwdIB6iORBuf/XRtM+asDkonHw15HigvvPISkk3wEQ4M7+apXbJ8cbqieeV9 B5RfxPpWMiy9jh9z =NFpE -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 06 16:37:45 2022 Received: (at 53777) by debbugs.gnu.org; 6 Mar 2022 21:37:45 +0000 Received: from localhost ([127.0.0.1]:51862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQyZO-0001Df-9o for submit@debbugs.gnu.org; Sun, 06 Mar 2022 16:37:45 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57016) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQyZK-0001DO-4H for 53777@debbugs.gnu.org; Sun, 06 Mar 2022 16:37:37 -0500 Received: from [2001:470:142:3::e] (port=57856 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQyZD-0001IE-Lb; Sun, 06 Mar 2022 16:37:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=XcXjyt9lcKeepFbk5ooTLa2sgQbm0VsHZA8yc4GdtgM=; b=D9NdgxU3sS5HqhsDAuZf TmX6zvKVMgWVYuVqIdr6ZPEwdvZkNsyNCSKGOtWMuXbgROm11GxfMqWyO7b0L1J7+SP3avLp2NBbx ZWO5BqJf0bDmEz6U5SPC0oPBGFme8Im3e8y+cDEoxkE4g30ca1QhliiqTiWTF7bgyyxMpuujU5FFP 3dNCBbowByZPbwW819MkoFP9fdjg8jc6WvNDEkKZnZpGpAYvCybCkQT0+pkorj57cOlvuX4PLzuB7 qtWOVLMd+hfUh4P5f/ooPgyBm1wh52Rh05dwML/9yfIiZ0oyunxyKLUOmeBF+x1872Mc2yYCNtEFR PTLnK/KRJuQBSA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:50154 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQyZD-0005wd-6J; Sun, 06 Mar 2022 16:37:27 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Ian Ressa Subject: Re: bug#53777: [PATCH] add python-posix-ipc References: <20220204045300.1985-1-ian@eonn.xyz> <87o83gw3gj.fsf@yoctocell.xyz> Date: Sun, 06 Mar 2022 22:37:25 +0100 In-Reply-To: <87o83gw3gj.fsf@yoctocell.xyz> (Xinglu Chen's message of "Wed, 09 Feb 2022 14:54:04 +0100") Message-ID: <871qzekbje.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53777 Cc: 53777@debbugs.gnu.org, Xinglu Chen 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.6 (/) Hello Ian, Did you have a chance to address Xinglu=E2=80=99s comments below? Thanks in advance! Ludo=E2=80=99. Xinglu Chen skribis: > Hi, > > Ian schrieb am Freitag der 04. Februar 2022 um 04:53 GMT: > >> Adding python-posix-ipc to gnu/packages/python-xyz.scm >> >> --- >> gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++++++++++++ >> 1 file changed, 32 insertions(+) >> >> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm >> index 46419e8ace..53d5588564 100644 >> --- a/gnu/packages/python-xyz.scm >> +++ b/gnu/packages/python-xyz.scm >> @@ -116,6 +116,7 @@ >> ;;; Copyright =C2=A9 2021 Greg Hogan >> ;;; Copyright =C2=A9 2022 John Kehayias >> ;;; Copyright =C2=A9 2022 Aleksandr Vityazev >> +;;; Copyright =C2=A9 2022 Ian Ressa >> ;;; >> ;;; This file is part of GNU Guix. >> ;;; >> @@ -28926,3 +28927,34 @@ (define-public python-types-dataclasses >> "This packages provides a collection of library stubs for Python, = with >> static types.") >> (license license:asl2.0))) >> + >> +(define-public python-posix-ipc >> + (package >> + (name "python-posix-ipc") >> + (version "1.0.5") >> + (source (origin >> + (method url-fetch) >> + (uri (pypi-uri "posix_ipc" version)) >> + (sha256 >> + (base32 "15wbxf67y17g04i3f3vjw9zjbvlvqqk9q1x0ya1y7apl5k7= b3pbc")))) >> + (build-system python-build-system) >> + (arguments >> + `(#:modules ((guix build python-build-system) >> + ((guix build gnu-build-system) #:prefix gnu:) >> + (guix build utils)) > > Nothing from (guix build gnu-build-system) seems to be used. I think > you can drop the =E2=80=98#:modules=E2=80=99 arguments all together. > >> + #:phases >> + (modify-phases %standard-phases >> + (add-after 'unpack 'support-cross-compilation >> + (lambda _ >> + (substitute* "prober.py" >> + (("cc") ,(cc-for-target))) >> + #t))))) > > Phases no longer have to return #f. > > >> + (home-page "http://semanchuk.com/philip/posix_ipc/") > > The page supports HTTPS too, so it should be used instead of plain HTTP. > >> + (synopsis >> + "POSIX IPC primitives (semaphores, shared memory and message >> +queues) for Python") > > The things in parenthesis are also mentioned in the description, so I > think you can drop them to make the synopsis a bit shorter. > >> + (description >> + "The Python extension module posix_ipc gives Python access to >> +POSIX inter-process semaphores, shared memory and message queues on sys= tems >> +that support the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993.") >> + (license license:bsd-3))) >> --=20 >> 2.34.0 > > The rest LGTM! From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 29 05:52:47 2022 Received: (at control) by debbugs.gnu.org; 29 Mar 2022 09:52:47 +0000 Received: from localhost ([127.0.0.1]:59886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZ8Wt-0003tF-OK for submit@debbugs.gnu.org; Tue, 29 Mar 2022 05:52:47 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:4417) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZ8Ws-0003t0-5o for control@debbugs.gnu.org; Tue, 29 Mar 2022 05:52:46 -0400 Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=ludo@gnu.org; dmarc=fail (p=none dis=none) d=gnu.org X-IronPort-AV: E=Sophos;i="5.90,220,1643670000"; d="scan'208";a="9924086" Received: from unknown (HELO ribbon) ([193.50.110.177]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2022 11:52:41 +0200 Date: Tue, 29 Mar 2022 11:52:40 +0200 Message-Id: <87fsn12ihj.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #53777 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: control 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: -2.3 (--) tags 53777 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sun May 15 00:52:41 2022 Received: (at 53777) by debbugs.gnu.org; 15 May 2022 04:52:41 +0000 Received: from localhost ([127.0.0.1]:48021 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nq6FC-0003D4-VK for submit@debbugs.gnu.org; Sun, 15 May 2022 00:52:41 -0400 Received: from mout01.posteo.de ([185.67.36.141]:44765) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nq4yD-00010Z-PG for 53777@debbugs.gnu.org; Sat, 14 May 2022 23:31:17 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 7D16B240026 for <53777@debbugs.gnu.org>; Sun, 15 May 2022 05:30:55 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4L17FV12N6z6tm9; Sun, 15 May 2022 05:30:53 +0200 (CEST) From: Ian Ressa To: 53777@debbugs.gnu.org Subject: [PATCH v2] gnu: Add python-posix-ipc Date: Sun, 15 May 2022 03:30:53 +0000 Message-Id: <20220515033053.13824-1-ian@eonn.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 4.1 (++++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Sorry, I really dropped the ball on this one. This patch is against a newer python-xyz.scm and fixes the issues listed. --- gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) Content analysis details: (4.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: eonn.xyz (xyz)] 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 53777 X-Mailman-Approved-At: Sun, 15 May 2022 00:52:37 -0400 Cc: Ian Ressa 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.2 (-) Sorry, I really dropped the ball on this one. This patch is against a newer python-xyz.scm and fixes the issues listed. --- gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 020f078dee..d6486291d3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -121,6 +121,7 @@ ;;; Copyright © 2022 Peter Polidoro ;;; Copyright © 2022 Wamm K. D. ;;; Copyright © 2022 Jai Vetrivelan +;;; Copyright © 2022 Ian Ressa ;;; ;;; This file is part of GNU Guix. ;;; @@ -31150,3 +31151,28 @@ (define-public python-deepmerge "The @code{deep-merge} Python library provides a toolset to deeply merge nested data structures in Python like lists and dictionaries.") (license license:expat))) + +(define-public python-posix-ipc + (package + (name "python-posix-ipc") + (version "1.0.5") + (source (origin + (method url-fetch) + (uri (pypi-uri "posix_ipc" version)) + (sha256 + (base32 "15wbxf67y17g04i3f3vjw9zjbvlvqqk9q1x0ya1y7apl5k7b3pbc")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'support-cross-compilation + (lambda _ + (substitute* "prober.py" + (("cc") ,(cc-for-target)))))))) + (home-page "https://semanchuk.com/philip/posix_ipc/") + (synopsis "POSIX IPC primitives for Python") + (description + "The Python extension module posix_ipc gives Python access to POSIX +inter-process semaphores, shared memory and message queues on systems that +support the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993.") + (license license:bsd-3))) -- 2.36.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 01 18:32:54 2023 Received: (at 53777-done) by debbugs.gnu.org; 1 Sep 2023 22:32:55 +0000 Received: from localhost ([127.0.0.1]:34391 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qcChC-00055U-Pt for submit@debbugs.gnu.org; Fri, 01 Sep 2023 18:32:54 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]:59140) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qcChA-00055G-U4 for 53777-done@debbugs.gnu.org; Fri, 01 Sep 2023 18:32:53 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 9EA5A1AA7B; Fri, 1 Sep 2023 15:32:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1693607554; bh=5CpSYu3gvd42LK4xfK8psnN2oznN0ts9h/XQxqAHaMk=; h=From:To:Subject:In-Reply-To:References:Date:From; b=HZOwETKsK0mmHL0qK2xqWIPo4LSaZkj2dpHschk9qi3cv/YvL68jcOP0VOTzM1CxT +lkjOSQdVlxddjGXXo3jUz4r9BtPwZtSXxqY3fVsTR3KMT9kGScTMLkD0OVbKuzw7f n22JgaDVsle5OBj0+yZr7PayjYWGl3sHvkn86MEjxkzyYaZ2M4AuVmyfzE/z3o7/D2 KGJyFHIShVrFntfGhcgbTYjm/D+2V5MIW8kYTZGlYKsDLomzhPqannLrBILuG63lYI 4dE/CwGTYu+TF8y4d74yq2Hh2npIz/YALbppsBHiRBUArssDiRNaJwyBkIOjb/aGRl naL9OKytHx3JQ== From: Vagrant Cascadian To: Ian Ressa , 53777-done@debbugs.gnu.org Subject: Re: [bug#53777] [PATCH] add python-posix-ipc In-Reply-To: <20220204045300.1985-1-ian@eonn.xyz> References: <20220204045300.1985-1-ian@eonn.xyz> Date: Fri, 01 Sep 2023 15:32:28 -0700 Message-ID: <87wmx9r0cj.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 53777-done 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 (-) --=-=-= Content-Type: text/plain On 2022-02-04, Ian Ressa wrote: > Adding python-posix-ipc to gnu/packages/python-xyz.scm python-posix-ipc was added in: b12da85668c40be322204e1ca04fb70b4d709411 gnu: Add python-posix-ipc. Marking as done. live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZPJmfAAKCRDcUY/If5cW qkZEAQCoNzT9bGsrx3cEvJeNS3sKBQTWdCsoPIXywuH6L8NZrgD+J4CM/tGrXtQO ruJGJJyUGjRs47aANGNzxYIoUDIX6As= =l15t -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Aug 17 01:43:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 30 Sep 2023 11:24:28 +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