From unknown Fri Aug 15 04:06:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76651] [PATCH 0/2] Improve packaging of guile-simple-zmq Resent-From: Evgeny Pisemsky Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Feb 2025 18:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76651 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76651@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.174076580315509 (code B ref -1); Fri, 28 Feb 2025 18:04:01 +0000 Received: (at submit) by debbugs.gnu.org; 28 Feb 2025 18:03:23 +0000 Received: from localhost ([127.0.0.1]:52399 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1to4hm-00041z-Fk for submit@debbugs.gnu.org; Fri, 28 Feb 2025 13:03:23 -0500 Received: from lists.gnu.org ([2001:470:142::17]:40514) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1to4hk-00040T-JY for submit@debbugs.gnu.org; Fri, 28 Feb 2025 13:03:20 -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 1to4hJ-0001JN-NH for guix-patches@gnu.org; Fri, 28 Feb 2025 13:02:56 -0500 Received: from pisemsky.site ([103.54.19.55]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1to4gu-0000OB-Aw for guix-patches@gnu.org; Fri, 28 Feb 2025 13:02:45 -0500 Received: from localhost.localdomain ( [212.233.84.211]) by pisemsky.site (OpenSMTPD) with ESMTPSA id d5a29f8d (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 28 Feb 2025 18:02:16 +0000 (UTC) From: Evgeny Pisemsky Date: Fri, 28 Feb 2025 21:00:49 +0300 Message-ID: X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=103.54.19.55; envelope-from=mail@pisemsky.site; helo=pisemsky.site X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.4 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_PBL=3.335, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) 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 (/) Evgeny Pisemsky (2): gnu: guile2.2-simple-zmq: Use modify-inputs. gnu: guile-simple-zmq: Improve packaging. gnu/packages/guile-xyz.scm | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) base-commit: a76708a872e65230931f3c5c3b079d0a39d5cb84 -- 2.48.1 From unknown Fri Aug 15 04:06:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76651] [PATCH 1/2] gnu: guile2.2-simple-zmq: Use modify-inputs. Resent-From: Evgeny Pisemsky Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Feb 2025 18:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76651 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76651@debbugs.gnu.org Received: via spool by 76651-submit@debbugs.gnu.org id=B76651.174076760326964 (code B ref 76651); Fri, 28 Feb 2025 18:34:02 +0000 Received: (at 76651) by debbugs.gnu.org; 28 Feb 2025 18:33:23 +0000 Received: from localhost ([127.0.0.1]:52610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1to5Ap-00070p-6c for submit@debbugs.gnu.org; Fri, 28 Feb 2025 13:33:23 -0500 Received: from pisemsky.site ([103.54.19.55]:51972) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1to5An-00070G-3n for 76651@debbugs.gnu.org; Fri, 28 Feb 2025 13:33:21 -0500 Received: from localhost.localdomain ( [212.233.84.211]) by pisemsky.site (OpenSMTPD) with ESMTPSA id 3f9bdefc (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <76651@debbugs.gnu.org>; Fri, 28 Feb 2025 18:33:15 +0000 (UTC) From: Evgeny Pisemsky Date: Fri, 28 Feb 2025 21:32:48 +0300 Message-ID: <73c092f36475ef048883f20290497840caf806cd.1740765228.git.mail@pisemsky.site> X-Mailer: git-send-email 2.48.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 3.6 (+++) 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: * gnu/packages/guile-xyz.scm (guile2.2-simple-zmq): Use modify-inputs. Change-Id: I4a973f3ca212d64da314957831a13833f12410a8 --- gnu/packages/guile-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [103.54.19.55 listed in zen.spamhaus.org] 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [103.54.19.55 listed in sa-trusted.bondedsender.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [103.54.19.55 listed in bl.score.senderscore.com] 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.6 (++) 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: * gnu/packages/guile-xyz.scm (guile2.2-simple-zmq): Use modify-inputs. Change-Id: I4a973f3ca212d64da314957831a13833f12410a8 --- gnu/packages/guile-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [103.54.19.55 listed in sa-accredit.habeas.com] 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [103.54.19.55 listed in zen.spamhaus.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [103.54.19.55 listed in bl.score.senderscore.com] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/guile-xyz.scm (guile2.2-simple-zmq): Use modify-inputs. Change-Id: I4a973f3ca212d64da314957831a13833f12410a8 --- gnu/packages/guile-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 9509438738..00b7540a09 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1640,7 +1640,8 @@ (define-public guile2.2-simple-zmq (package (inherit guile-simple-zmq) (name "guile2.2-simple-zmq") - (native-inputs (list guile-2.2)))) + (native-inputs (modify-inputs (package-native-inputs guile-simple-zmq) + (replace "guile" guile-2.2))))) (define-public jupyter-guile-kernel (let ((commit "f25fb90b95529b17a006a807bd04e6aee12ea304") -- 2.48.1 From unknown Fri Aug 15 04:06:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76651] [PATCH 2/2] gnu: guile-simple-zmq: Improve packaging. Resent-From: Evgeny Pisemsky Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Feb 2025 18:34:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76651 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76651@debbugs.gnu.org Received: via spool by 76651-submit@debbugs.gnu.org id=B76651.174076761427019 (code B ref 76651); Fri, 28 Feb 2025 18:34:03 +0000 Received: (at 76651) by debbugs.gnu.org; 28 Feb 2025 18:33:34 +0000 Received: from localhost ([127.0.0.1]:52613 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1to5Az-00071h-L7 for submit@debbugs.gnu.org; Fri, 28 Feb 2025 13:33:34 -0500 Received: from pisemsky.site ([103.54.19.55]:51972) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1to5Ao-00070G-5L for 76651@debbugs.gnu.org; Fri, 28 Feb 2025 13:33:22 -0500 Received: from localhost.localdomain ( [212.233.84.211]) by pisemsky.site (OpenSMTPD) with ESMTPSA id e6c4c501 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <76651@debbugs.gnu.org>; Fri, 28 Feb 2025 18:33:17 +0000 (UTC) From: Evgeny Pisemsky Date: Fri, 28 Feb 2025 21:32:49 +0300 Message-ID: X-Mailer: git-send-email 2.48.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 3.6 (+++) 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: * gnu/packages/guile-xyz.scm (guile-simple-zmq): Run guix style. [arguments]: Use gexps. [native-inputs]: Add autoconf, automake, pkg-config. [inputs]: Remove autoconf, automake, pkg-config. Change-Id: Ia41ceb2ad01ea1b32341e429816cdd20d0377f95 --- gnu/packages/guile-xyz.scm | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [103.54.19.55 listed in sa-accredit.habeas.com] 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [103.54.19.55 listed in zen.spamhaus.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [103.54.19.55 listed in bl.score.senderscore.com] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 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.6 (++) 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: * gnu/packages/guile-xyz.scm (guile-simple-zmq): Run guix style. [arguments]: Use gexps. [native-inputs]: Add autoconf, automake, pkg-config. [inputs]: Remove autoconf, automake, pkg-config. Change-Id: Ia41ceb2ad01ea1b32341e429816cdd20d0377f95 --- gnu/packages/guile-xyz.scm | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [103.54.19.55 listed in zen.spamhaus.org] 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [103.54.19.55 listed in sa-accredit.habeas.com] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [103.54.19.55 listed in bl.score.senderscore.com] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/guile-xyz.scm (guile-simple-zmq): Run guix style. [arguments]: Use gexps. [native-inputs]: Add autoconf, automake, pkg-config. [inputs]: Remove autoconf, automake, pkg-config. Change-Id: Ia41ceb2ad01ea1b32341e429816cdd20d0377f95 --- gnu/packages/guile-xyz.scm | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 00b7540a09..763df902fd 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1617,18 +1617,15 @@ (define-public guile-simple-zmq (url "https://github.com/jerry40/guile-simple-zmq") (commit commit))) (sha256 - (base32 - "1aq1s0f0z5g6qsv9jqr0663qv4rwxd9j1pmg1g8v6rl09xb8g8lp")) + (base32 "1aq1s0f0z5g6qsv9jqr0663qv4rwxd9j1pmg1g8v6rl09xb8g8lp")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments - '(#:make-flags - '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings - - (native-inputs - (list guile-3.0)) - (inputs - (list autoconf automake pkg-config zeromq)) + (list + #:make-flags + #~'("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings + (native-inputs (list autoconf automake pkg-config guile-3.0)) + (inputs (list zeromq)) (home-page "https://github.com/jerry40/guile-simple-zmq") (synopsis "Guile wrapper over ZeroMQ library") (description -- 2.48.1 From unknown Fri Aug 15 04:06:21 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Evgeny Pisemsky Subject: bug#76651: closed (Re: [bug#76651] [PATCH 0/2] Improve packaging of guile-simple-zmq) Message-ID: References: <87v7srwwvn.fsf@cbaines.net> X-Gnu-PR-Message: they-closed 76651 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 76651@debbugs.gnu.org Date: Sun, 02 Mar 2025 10:28:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1740911282-25190-1" This is a multi-part message in MIME format... ------------=_1740911282-25190-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #76651: [PATCH 0/2] Improve packaging of guile-simple-zmq which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 76651@debbugs.gnu.org. --=20 76651: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D76651 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1740911282-25190-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 76651-done) by debbugs.gnu.org; 2 Mar 2025 10:27:31 +0000 Received: from localhost ([127.0.0.1]:53989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1togXj-0006Vu-AP for submit@debbugs.gnu.org; Sun, 02 Mar 2025 05:27:31 -0500 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]:60857) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1togXg-0006VH-Df for 76651-done@debbugs.gnu.org; Sun, 02 Mar 2025 05:27:29 -0500 Received: from localhost (unknown [IPv6:2a02:6b67:e390:8b00::1ce5]) by mira.cbaines.net (Postfix) with ESMTPSA id 65B4E27BBE2; Sun, 2 Mar 2025 10:27:25 +0000 (GMT) Received: from fang (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 3b404ddc; Sun, 2 Mar 2025 10:27:24 +0000 (UTC) From: Christopher Baines To: Evgeny Pisemsky Subject: Re: [bug#76651] [PATCH 0/2] Improve packaging of guile-simple-zmq In-Reply-To: (Evgeny Pisemsky's message of "Fri, 28 Feb 2025 21:00:49 +0300") References: Date: Sun, 02 Mar 2025 10:27:24 +0000 Message-ID: <87v7srwwvn.fsf@cbaines.net> 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: 76651-done Cc: 76651-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: -1.0 (-) --=-=-= Content-Type: text/plain Evgeny Pisemsky writes: > Evgeny Pisemsky (2): > gnu: guile2.2-simple-zmq: Use modify-inputs. > gnu: guile-simple-zmq: Improve packaging. > > gnu/packages/guile-xyz.scm | 18 ++++++++---------- > 1 file changed, 8 insertions(+), 10 deletions(-) > > > base-commit: a76708a872e65230931f3c5c3b079d0a39d5cb84 Thanks, I've pushed this to master as 127e1e89a83785f4ad8362bdc76b0d850279cf2f. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmfEMoxfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XeY1Q//aAF0wl407U1e0/f2V+n17GlDofvm+GDV tTn/oThcObUYt/dE2L+ZBYl4f4Z6/spU+MyMrSju4XxoG32bVoVqORQCYZfwhW76 oq8pDBNNMNI4gB6jpLFAqfe+ME0doOF89cbskyO3HW+aRnI6gO5z8EfW4bzbWqxT fmenVHAbX3I0snVZD/dM5jIb6R7IscfrX7fFLsOlFRI3hfh31f13xf8LtHFTSGq3 A1U1fRgd+IjyvrseuPcYCzYpmW/e6ylhaGOGQRdaOLZnIoOwM3YoQ2aojJ0mhMT6 FtSpsdjahBtkciP8vFgtg9sd0rFDahuGp0WqVmZFTEhX78yV9kbnMaCf6DPHctA2 F7dgzcz7F5LDuKJA+MgpMe5DdYvB3oS7L6GtQQZZ64nWOB/kq08rPQeIKx9MfM72 a3/FYlsUELXiJFgrFEAlfIWxXVOmUdFt4ND26LrtraM5eyHWM03uVHrFnkZUhMgA Qtfy1I+dxEa+1Pfh1av6y+fT5NB+j7peqUCrBpoAYFlO7Ln5NW6GLSbXkme5a7Ju lKx2y2/fs8yJDXjigY0YjB/G5YByMmnVrsUNKjkN4+lh965MbQ5YoU7U4NK/ab5n D8XgwtI8XGEuWu0s+1gTrabPHu0Lo/aCWgPtWhVpNzUCLnkSxJhJB86O0nebIekK 3bUWhBo5KmM= =t9Z5 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1740911282-25190-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 28 Feb 2025 18:03:23 +0000 Received: from localhost ([127.0.0.1]:52399 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1to4hm-00041z-Fk for submit@debbugs.gnu.org; Fri, 28 Feb 2025 13:03:23 -0500 Received: from lists.gnu.org ([2001:470:142::17]:40514) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1to4hk-00040T-JY for submit@debbugs.gnu.org; Fri, 28 Feb 2025 13:03:20 -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 1to4hJ-0001JN-NH for guix-patches@gnu.org; Fri, 28 Feb 2025 13:02:56 -0500 Received: from pisemsky.site ([103.54.19.55]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1to4gu-0000OB-Aw for guix-patches@gnu.org; Fri, 28 Feb 2025 13:02:45 -0500 Received: from localhost.localdomain ( [212.233.84.211]) by pisemsky.site (OpenSMTPD) with ESMTPSA id d5a29f8d (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 28 Feb 2025 18:02:16 +0000 (UTC) From: Evgeny Pisemsky To: guix-patches@gnu.org Subject: [PATCH 0/2] Improve packaging of guile-simple-zmq Date: Fri, 28 Feb 2025 21:00:49 +0300 Message-ID: X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=103.54.19.55; envelope-from=mail@pisemsky.site; helo=pisemsky.site X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.4 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_PBL=3.335, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no 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 (/) Evgeny Pisemsky (2): gnu: guile2.2-simple-zmq: Use modify-inputs. gnu: guile-simple-zmq: Improve packaging. gnu/packages/guile-xyz.scm | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) base-commit: a76708a872e65230931f3c5c3b079d0a39d5cb84 -- 2.48.1 ------------=_1740911282-25190-1--