GNU bug report logs -
#76548
[PATCH] gnu: Add python-pyattributes.
Previous Next
To reply to this bug, email your comments to 76548 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
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):
* 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
This bug report was last modified 42 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.