GNU bug report logs -
#78115
[PATCH] gnu: Add python-flake8-comprehensions
Previous Next
To reply to this bug, email your comments to 78115 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78115
; Package
guix-patches
.
(Mon, 28 Apr 2025 14:00:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Matthew Elwin <elwin <at> northwestern.edu>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 28 Apr 2025 14:00:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-check.scm (python-flake8-comprehensions): New variable.
Change-Id: Ibb58ffce8d12a1c6444b89723a7882f88373496f
---
gnu/packages/python-check.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index ff3038be3e..ad80f49344 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -676,6 +676,30 @@ (define-public python-flake8-builtins
being used as variables or parameters.")
(license license:gpl2)))
+(define-public python-flake8-comprehensions
+ (package
+ (name "python-flake8-comprehensions")
+ (version "3.16.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "flake8_comprehensions" version))
+ (sha256
+ (base32 "1gpsr9lga7l7gcm2nm73gina3nb4n8bjpf0g6nfkzw580ncpigww"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:tests? #f))
+ (propagated-inputs (list python-flake8))
+ (native-inputs (list python-setuptools python-wheel))
+ (home-page "https://pypi.org/project/flake8-comprehensions/")
+ (synopsis
+ "This flake8 plugin helps you write better list/set/dict comprehensions")
+ (description
+ "This package provides a flake8 plugin to help you write better list/set/dict
+comprehensions.")
+ (license license:expat)))
+
(define-public python-flake8-deprecated
(package
(name "python-flake8-deprecated")
base-commit: d47379b8dc6fb79bd9f06598ce567aec80194365
prerequisite-patch-id: cc884137a4ef938c8055c44a5b66329bf65ef1ba
--
2.43.0
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Mon, 28 Apr 2025 21:13:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Matthew Elwin <elwin <at> northwestern.edu>
:
bug acknowledged by developer.
(Mon, 28 Apr 2025 21:13:05 GMT)
Full text and
rfc822 format available.
Message #10 received at 78115-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
I've fixed home-page, switched to git-fetch containing tests and pushed
to master as a6b40f7a2f2db3107319d1a5e099b269a462a723.
--
Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 5 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.