GNU bug report logs - #78027
[PATCH] 2025-04-22 Matthew Elwin <elwin@northwestern.edu>

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#78027: closed ([PATCH] 2025-04-22 Matthew Elwin
 <elwin <at> northwestern.edu>)
Date: Sat, 26 Apr 2025 21:33:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 26 Apr 2025 22:32:36 +0100
with message-id <87msc2y5fv.fsf <at> gmail.com>
and subject line [PATCH] 2025-04-22 Matthew Elwin <elwin <at> northwestern.edu>
has caused the debbugs.gnu.org bug report #78027,
regarding [PATCH] 2025-04-22 Matthew Elwin <elwin <at> northwestern.edu>
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
From: Matthew Elwin <elwin <at> northwestern.edu>
To: guix-patches <at> gnu.org
Cc: Matthew Elwin <elwin <at> northwestern.edu>
Subject: [PATCH] 2025-04-22 Matthew Elwin <elwin <at> northwestern.edu>
Date: Wed, 23 Apr 2025 16:11:45 -0500
    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



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 78027-done <at> debbugs.gnu.org
Subject: [PATCH] 2025-04-22 Matthew Elwin <elwin <at> northwestern.edu>
Date: Sat, 26 Apr 2025 22:32:36 +0100
[Message part 4 (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)]

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.