GNU bug report logs -
#78027
[PATCH] 2025-04-22 Matthew Elwin <elwin@northwestern.edu>
Previous Next
Reported by: Matthew Elwin <elwin <at> northwestern.edu>
Date: Thu, 24 Apr 2025 05:18:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#78027: [PATCH] 2025-04-22 Matthew Elwin <elwin <at> northwestern.edu>
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 78027 <at> debbugs.gnu.org.
--
78027: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78027
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hi
Thanks for the patch.
I've applied some changes:
- fix commit message
- placed in python-check
- fix tests
- improve description
- add copyright header
Pushed to master as 559591c0d561c2b791b60643866fedcce5f80073
--
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
gnu: python-flake8-builtins
* gnu/packages/python-xyz.scm (python-flake8-builtins): New package.
Change-Id: I1fe2b01f3e95b922ec2a7f48024a2a9ffd598894
---
gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8427d3aed7..c6279b83fe 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -619,6 +619,29 @@ (define-public python-distance
implemented in pure Python, and most of them are also implemented in C.")
(license license:gpl2+)))
+(define-public python-flake8-builtins
+ (package
+ (name "python-flake8-builtins")
+ (version "2.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "flake8_builtins" version))
+ (sha256
+ (base32 "19psav7pnqy3m5g4z1zah4ksbnk9bzx1jbbibs631xg44gc3vamx"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:tests? #f))
+ (propagated-inputs (list python-flake8))
+ (native-inputs (list python-hatchling python-pytest))
+ (home-page "https://github.com/gforcada/flake8-builtins")
+ (synopsis
+ "Check for python builtins being used as variables or parameters")
+ (description
+ "Check for python builtins being used as variables or parameters.")
+ (license license:gpl2)))
+
(define-public python-flake8-class-newline
(package
(name "python-flake8-class-newline")
base-commit: 6cf0f3cbb649b8be21dcc6337ef394902c4bd56c
--
2.43.0
This bug report was last modified 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.