From unknown Sat Jun 14 18:01:01 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#76548 <76548@debbugs.gnu.org> To: bug#76548 <76548@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-pyattributes. Reply-To: bug#76548 <76548@debbugs.gnu.org> Date: Sun, 15 Jun 2025 01:01:01 +0000 retitle 76548 [PATCH] gnu: Add python-pyattributes. reassign 76548 guix-patches submitter 76548 Cayetano Santos severity 76548 normal tag 76548 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 25 05:43:28 2025 Received: (at submit) by debbugs.gnu.org; 25 Feb 2025 10:43:28 +0000 Received: from localhost ([127.0.0.1]:44978 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tmsPP-00019m-V7 for submit@debbugs.gnu.org; Tue, 25 Feb 2025 05:43:28 -0500 Received: from lists.gnu.org ([2001:470:142::17]:41682) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tmsPN-00019S-Il for submit@debbugs.gnu.org; Tue, 25 Feb 2025 05:43:26 -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 1tmsPG-0002fN-1K for guix-patches@gnu.org; Tue, 25 Feb 2025 05:43:18 -0500 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tmsPE-0004DP-1i for guix-patches@gnu.org; Tue, 25 Feb 2025 05:43:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1740480192; bh=thMhb7wVDmeaVJEoZ4veJRx9FGg509TyseiJMCPoJ3s=; h=From:To:Cc:Subject:Date:From; b=UbeXvTOkT4tacrZNiJrji+DFsPInhcY+O3Cl9obA9H81PDq/mGgUCdR/7Xhw7R9L+ ypgp1nmbFk2a8nfK0gKQGFQs1iWeQ4sagv42InTbroNcyV9edUhUZxdQP3JTZri8qm Qyn7w2ylAMY2Soh0y4HLzFDeMil7Bg9rVMWzbv1Q= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4Z2Dhw0J0vz6vJS; Tue, 25 Feb 2025 10:43:12 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Z2Dhv620Lz6vJG; Tue, 25 Feb 2025 10:43:11 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-pyattributes. Date: Tue, 25 Feb 2025 11:41:42 +0100 Message-ID: <336bbf37fa19e849070c80fdc6339261dca451b5.1740480102.git.csantosb@inventati.org> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=csantosb@inventati.org; helo=devianza.investici.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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos 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.1 (/) * gnu/packages/python-xyz.scm (python-pyattributes): New variable. Change-Id: I0b52605a59d39a483bd7e21818f29db0b705913e --- pyattributes@2.5.1 is a requirement to build ghdl-language-server@4.1.0. pytooling@4.0.1 (in another patch) is required to build pyattributes@2.5.1. 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 34d20dda8a..c2760e2f3d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17830,6 +17830,32 @@ (define-public python-pyasn1-modules implementations of ASN.1-based codecs and protocols.") (license license:bsd-3))) +(define-public python-pyattributes + (package + (name "python-pyattributes") + (version "2.5.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pyAttributes" version)) + (sha256 + (base32 "17bmcc5xiccrj7q6grb9br1lds9977xpxyrgn0arw4nzcb4d4ivz")))) + (build-system pyproject-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-before 'build 'create-dummy-requirements + (lambda _ + (invoke "touch" "requirements.txt")))))) + (propagated-inputs (list python-argcomplete python-pytooling-4)) + (native-inputs (list python-setuptools python-wheel)) + (home-page "https://pypi.org/project/pyAttributes/") + (synopsis "Python decorators implementing .NET-like attributes") + (description "PyAttributes offers a mixin-class to ease using classes +having annotated methods.") + (license license:asl2.0))) + (define-public python-ipaddress (package (name "python-ipaddress") base-commit: 150df457d1e269790f184510c58d031ee00a9ebb -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Mon May 26 03:26:46 2025 Received: (at 76548-done) by debbugs.gnu.org; 26 May 2025 07:26:46 +0000 Received: from localhost ([127.0.0.1]:53422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uJSEQ-0002CR-2r for submit@debbugs.gnu.org; Mon, 26 May 2025 03:26:46 -0400 Received: from confino.investici.org ([93.190.126.19]:61543) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uJSEN-0002CB-4t for 76548-done@debbugs.gnu.org; Mon, 26 May 2025 03:26:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1748244401; bh=7YyEyVsLZFPNMfV8r/3AO5yNsg9iG927yZY7xG4C7lM=; h=From:To:Subject:Date:From; b=poerNBUZChDbKfgUEF6ZiwqG1F4FEpt3qreShvWNnwluadHEQbUiX7Kd3P+ppjsDN 7z3QdclqrWHzMX0gREleLUzil9K5d6cDY88dbH9udaZPUmG2aFp90h8Js05vAmcoAl 068LX2LgdE9S9mEms4IyypkFGpeGsSuU98MiBWQA= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4b5S4d4HKSz10vp for <76548-done@debbugs.gnu.org>; Mon, 26 May 2025 07:26:41 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4b5S4d3Xdpz10vV for <76548-done@debbugs.gnu.org>; Mon, 26 May 2025 07:26:41 +0000 (UTC) From: Cayetano Santos To: 76548-done@debbugs.gnu.org Subject: close User-Agent: mu4e 1.12.9; emacs 29.4 Date: Mon, 26 May 2025 09:26:40 +0200 Message-ID: <87ecwbvnm7.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 76548-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.7 (-) --=-=-= Content-Type: text/plain No needed anymore, as it is part now of pytooling, see [0], already in guix. [0] https://github.com/pyTooling/pyTooling/releases/v6.0.0 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCaDQXsBccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mgqaVAPsH41QTyOB8XPx71zyg+YuxvSlF eouRUwhW9Sn0DBX11wEAxmYAtaWGwllJDqG3Qk/Pt87Qa7vtWS9++dCqPH2kIg0= =JE7+ -----END PGP SIGNATURE----- --=-=-=--