GNU bug report logs - #76548
[PATCH] gnu: Add python-pyattributes.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Tue, 25 Feb 2025 10:44:02 UTC

Severity: normal

Tags: patch

Done: Cayetano Santos <csantosb <at> inventati.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76548 in the body.
You can then email your comments to 76548 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76548; Package guix-patches. (Tue, 25 Feb 2025 10:44:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 25 Feb 2025 10:44:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: Add python-pyattributes.
Date: Tue, 25 Feb 2025 11:41:42 +0100
* gnu/packages/python-xyz.scm (python-pyattributes): New variable.

Change-Id: I0b52605a59d39a483bd7e21818f29db0b705913e
---

pyattributes <at> 2.5.1 is a requirement to build ghdl-language-server <at> 4.1.0.

pytooling <at> 4.0.1 (in another patch) is required to build pyattributes <at> 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





Reply sent to Cayetano Santos <csantosb <at> inventati.org>:
You have taken responsibility. (Mon, 26 May 2025 07:27:01 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Mon, 26 May 2025 07:27:02 GMT) Full text and rfc822 format available.

Message #10 received at 76548-done <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: 76548-done <at> debbugs.gnu.org
Subject: close
Date: Mon, 26 May 2025 09:26:40 +0200
[Message part 1 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 23 Jun 2025 11:24:34 GMT) Full text and rfc822 format available.

This bug report was last modified 47 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.