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


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





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.