From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 22 07:22:52 2022 Received: (at submit) by debbugs.gnu.org; 22 Jan 2022 12:22:52 +0000 Received: from localhost ([127.0.0.1]:35959 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBFPw-0006Zu-Ai for submit@debbugs.gnu.org; Sat, 22 Jan 2022 07:22:52 -0500 Received: from lists.gnu.org ([209.51.188.17]:59454) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBFPs-0006Zd-9p for submit@debbugs.gnu.org; Sat, 22 Jan 2022 07:22:48 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59096) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBFPr-0008EZ-K6 for guix-patches@gnu.org; Sat, 22 Jan 2022 07:22:47 -0500 Received: from knopi.disroot.org ([178.21.23.139]:37836) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBFPp-0000B0-OI for guix-patches@gnu.org; Sat, 22 Jan 2022 07:22:47 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 743E39102; Sat, 22 Jan 2022 13:22:44 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id acCGeqIWx3eY; Sat, 22 Jan 2022 13:22:43 +0100 (CET) From: "(unmatched-parenthesis" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1642854163; bh=6DnhfiOZ6bYkgb8drcy8kY2ltQ6SW+G1jTCuZHz8vkg=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=HEHfVWu7ttPXm1dkvHlhJv+BHSLmEZcaFm74yKJja3tH8V7W+QFBoe3I8ECX3S/jg tyIMkq6Bqq4197NDvsLUUX/dOI8WAktlk7nD8QdSyZaakuew4GFMMFXeLxa4BlUyce mglJY1ovQpDTZnJ+TVyDpR2X9LCd9WrwDAyMkvR4+SnWUSUHvbTP+NZKY2r0kCblSj U9kYds8YQdprJ9Gi+nwm4LCZBu+KPpgpKWhhnrySUztiteUrx3SIoyXcSbeNS3RwdA NwaypD5bAOgicMt8JBsBRaU+GiLfEOuT4dZ6X890Zx7tBUHWn9Cr0H7ndggHLugc2m qqRWLWty8DKvA== To: guix-patches@gnu.org Subject: [PATCH 2/3] gnu: Add python2-i3ipc Date: Sat, 22 Jan 2022 11:47:23 +0000 Message-Id: <20220122114722.21774-2-paren@disroot.org> In-Reply-To: <20220122114722.21774-1-paren@disroot.org> References: <20220122114722.21774-1-paren@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: "\(unmatched-parenthesis" 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.4 (--) * gnu/packages/wm.scm(python2-i3ipc): New variable. --- gnu/packages/wm.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 975247bf07..c791bcf44e 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -561,6 +561,9 @@ (define-public python-i3ipc (synopsis "An improved Python library to control i3wm and sway") (description "This package provides an improved Python library to control i3wm and sway.") (license license:bsd-3))) + +(define-public python2-i3ipc + (package-with-python2 python-i3ipc)) (define-public qtile (package (name "qtile") -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 22 09:30:13 2022 Received: (at 53445) by debbugs.gnu.org; 22 Jan 2022 14:30:14 +0000 Received: from localhost ([127.0.0.1]:36093 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBHPB-0003xw-Cu for submit@debbugs.gnu.org; Sat, 22 Jan 2022 09:30:13 -0500 Received: from baptiste.telenet-ops.be ([195.130.132.51]:47714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBHP9-0003vA-9s for 53445@debbugs.gnu.org; Sat, 22 Jan 2022 09:30:12 -0500 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by baptiste.telenet-ops.be with bizsmtp id lqW9260094UW6Th01qW9UW; Sat, 22 Jan 2022 15:30:09 +0100 Message-ID: <88b8764fafd047f5e27bde554728619e7ba361a7.camel@telenet.be> Subject: Re: [bug#53445] [PATCH 2/3] gnu: Add python2-i3ipc From: Maxime Devos To: "(unmatched-parenthesis" , 53445@debbugs.gnu.org Date: Sat, 22 Jan 2022 15:30:09 +0100 In-Reply-To: <20220122114722.21774-2-paren@disroot.org> References: <20220122114722.21774-1-paren@disroot.org> <20220122114722.21774-2-paren@disroot.org> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-rB+VgvHevRdOSMFd0T5q" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1642861809; bh=rEJ5SNFbpeaHfMgfnIfDveQeO2/MTLbe79e2lDadjAA=; h=Subject:From:To:Date:In-Reply-To:References; b=iEdQFrwrGE1rQfzWVTuQDrYdVxk0jCJhFBMI54ut5JX8cYoJQNJKvrdVMrnR8Y5WG MY8DH97rqTL66M8tuDyrdjrWKobSy1ILzm8Xr77aXwRjh9RvD7E0JeqSG8zItBIjUk pt0f0MvVwdSp9ZTiqpkSbh/2s4y2hGaYZ/pwkBLh5015doovbn6cq9a5R2hfNYYDrb XCgDDzyu5ULNBT4QNmOMkiRg2GmPy0+dK3lLcP6CxDVUQGJEmUANDL75HcEs0jzdiT hc/cv0/LEL8j01iHngtTklqOU/AOw52d/5l5d+1C8usB8HrWYmK8fHm7pdHH+OfifM E+CGqizYos2MA== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53445 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.7 (-) --=-rB+VgvHevRdOSMFd0T5q Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable (unmatched-parenthesis via Guix-patches via schreef op za 22-01-2022 om 11:47 [+0000]: > * gnu/packages/wm.scm(python2-i3ipc): New variable. > --- > =C2=A0gnu/packages/wm.scm | 3 +++ > =C2=A01 file changed, 3 insertions(+) >=20 > diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm > index 975247bf07..c791bcf44e 100644 > --- a/gnu/packages/wm.scm > +++ b/gnu/packages/wm.scm > @@ -561,6 +561,9 @@ (define-public python-i3ipc > =C2=A0=C2=A0=C2=A0=C2=A0(synopsis "An improved Python library to control = i3wm and sway") > =C2=A0=C2=A0=C2=A0=C2=A0(description "This package provides an improved P= ython library to control i3wm and sway.") > =C2=A0=C2=A0=C2=A0=C2=A0(license license:bsd-3))) > + > +(define-public python2-i3ipc > + (package-with-python2 python-i3ipc)) Python 2 has reached EOL since two years, can we avoid introducing new python2 packages? See, e.g., . Greetings, Maxme. --=-rB+VgvHevRdOSMFd0T5q Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYewU8RccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7qj2AQCTEVXJWBEFk9fi1GnymVO01sr/ 8GBxiX9LDn26AzFjvAEArfTLV8CBk9d8KV/BV3yCj0Wz4rFUPPOpHYz9jlTAzww= =Zt8u -----END PGP SIGNATURE----- --=-rB+VgvHevRdOSMFd0T5q-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 24 09:32:24 2022 Received: (at 53445-done) by debbugs.gnu.org; 24 Jan 2022 14:32:24 +0000 Received: from localhost ([127.0.0.1]:42692 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nC0OO-0008Mq-6v for submit@debbugs.gnu.org; Mon, 24 Jan 2022 09:32:24 -0500 Received: from mail-il1-f179.google.com ([209.85.166.179]:34692) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nC0OM-0008Gr-ET for 53445-done@debbugs.gnu.org; Mon, 24 Jan 2022 09:32:23 -0500 Received: by mail-il1-f179.google.com with SMTP id y17so2474506ilm.1 for <53445-done@debbugs.gnu.org>; Mon, 24 Jan 2022 06:32:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=iV51fOET2e681Zbak4toWM3yMMndtBtQVfbE5kEu1Bo=; b=TZo2j1NVteHpOoZV45xt3emwnRKoXHG+gPHJVT7IR4L124V46V+SBZI0TJnc6yd63R oY4jHKAEY++bsQt6Xp9KwtIlczLcV7aOFUCW3RQoZY3e2WKWQi/w60xllxaRpBnweKZV 6RB6TOwbYBa/OyuhGKOqlSMP7GZwgVJvBvWEHBKQzTd3nG3ZD73hlqou6nlIC5oHF61m WVMM0S8j2NX65TAaj6qarfq3IAOYtNDUhS3GiXaQm7DVRyoWgDmDVrFdRQf44ky+ZRsE NtKjP2lkj2BLzm++jSXaiGT9evEHrlJQkxzpyVLJQ5jrqg5gSWrjh4ZoI8x7kfZt12wy L9Ig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=iV51fOET2e681Zbak4toWM3yMMndtBtQVfbE5kEu1Bo=; b=P8fYr5AZ4mLjTfq2TJc4rlrZ53otfXCm6tmPh6qsy331u9FOJ152M5s6vxapvI88AM kekGnVWZti7gODOvKQVuQImewu8sG8m+BBLTc9cepXly60KUJRefAwin9HFcg82KOBEE WYn5HRN9/fO/qfNnDIZw8F7tfRwFgIoBVqTdXHZBl5yHJ6hpzilCAE79YkvZQUQew1Zs IfbwfjZWsoE9c4xH89ewwgrRdbKaSp6k3fQ9gkh0yCTxGdFV4Nt/tJFwnCHTfYw4+qok oM6ZDSimkV9o4yRFlK2z8h7cK8VkCPp2YQI130Dg3wJM314v7oDj7RYbsgCQRnjAgSvo 1FEw== X-Gm-Message-State: AOAM532FthKqK9ONnq2Yd5Z6KN4ZNXgoE/1hBs2HHHQwKgwLbzUN/fwU KL28NPPHcW75MmqOpGGB9BRnubdNWE+mWLbZ8rQ= X-Google-Smtp-Source: ABdhPJww+gJajoQ/7JGfeBFwCFMDTANDMvnas4/z9YvULo7M426fGTxwtAeo4xmT424BHLFvAD0FQMaYaMU8tOUSbSU= X-Received: by 2002:a05:6e02:1be7:: with SMTP id y7mr8523302ilv.130.1643034736855; Mon, 24 Jan 2022 06:32:16 -0800 (PST) MIME-Version: 1.0 References: <20220122114722.21774-1-paren@disroot.org> <20220122114722.21774-2-paren@disroot.org> In-Reply-To: <20220122114722.21774-2-paren@disroot.org> From: zimoun Date: Mon, 24 Jan 2022 15:32:06 +0100 Message-ID: Subject: Re: [bug#53445] [PATCH 2/3] gnu: Add python2-i3ipc To: "(unmatched-parenthesis" Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 53445-done Cc: 53445-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 (-) Hi, On Sat, 22 Jan 2022 at 13:23, (unmatched-parenthesis via Guix-patches via wrote: > * gnu/packages/wm.scm(python2-i3ipc): New variable. > +(define-public python2-i3ipc > + (package-with-python2 python-i3ipc)) As Maxime pointed, Python 2 is EOL since 2 years [1] and the current work is to remove leaf Python 2 packages. Therefore, I am proposing to skip this 2/3 from the series and close this submission. 1: Cheers, simon From unknown Tue Jun 17 20:30:54 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, 22 Feb 2022 12:24:06 +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