emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50263: closed ([PATCH] gnu: Add python-pep8-naming.)


From: GNU bug Tracking System
Subject: bug#50263: closed ([PATCH] gnu: Add python-pep8-naming.)
Date: Fri, 24 Sep 2021 12:19:01 +0000

Your message dated Fri, 24 Sep 2021 14:18:01 +0200
with message-id <87a6k2np52.fsf@gnu.org>
and subject line Re: bug#50263: [PATCH] gnu: Add python-pep8-naming.
has caused the debbugs.gnu.org bug report #50263,
regarding [PATCH] gnu: Add python-pep8-naming.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50263: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50263
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-pep8-naming. Date: Mon, 30 Aug 2021 01:38:13 +0200
* gnu/packages/python-xyz.scm (python-pep8-naming): New variable.
---
 gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1d1a679133..1a9bf906be 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9311,6 +9311,31 @@ PEP 8.")
 (define-public python2-pep8
   (package-with-python2 python-pep8))
 
+(define-public python-pep8-naming
+  (package
+    (name "python-pep8-naming")
+    (version "0.12.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pep8-naming" version))
+       (sha256
+        (base32
+         "04kyh9hkpyc8jzj16d1kkk29b5n8miqdvbs0zm035n1z5z5kx6hz"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-flake8" ,python-flake8)
+       ("python-flake8-polyfill"
+        ,python-flake8-polyfill)))
+    (home-page
+     "https://github.com/PyCQA/pep8-naming";)
+    (synopsis
+     "Check PEP-8 naming conventions")
+    (description
+     "This package provides the @code{pep8-naming} Python module, a
+plugin for flake8 to check PEP-8 naming conventions.")
+    (license license:expat)))
+
 (define-public python-pep517
   (package
     (inherit python-pep517-bootstrap)

base-commit: 994d8ce394e88b55985241b7b14f6a8459bcf9e8
-- 
2.33.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#50263: [PATCH] gnu: Add python-pep8-naming. Date: Fri, 24 Sep 2021 14:18:01 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Giacomo Leidi <goodoldpaul@autistici.org> skribis:

> * gnu/packages/python-xyz.scm (python-pep8-naming): New variable.

Applied, thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]