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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78027 in the body.
You can then email your comments to 78027 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#78027; Package guix-patches. (Thu, 24 Apr 2025 05:18: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. (Thu, 24 Apr 2025 05:18:02 GMT) Full text and rfc822 format available.

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

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





Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Sat, 26 Apr 2025 21:33:02 GMT) Full text and rfc822 format available.

Notification sent to Matthew Elwin <elwin <at> northwestern.edu>:
bug acknowledged by developer. (Sat, 26 Apr 2025 21:33:02 GMT) Full text and rfc822 format available.

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

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 1 (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)]

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

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.