diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-07 13:13:45 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-07 13:34:12 +0100 |
| commit | d98dd5855100908ab45d3df841f2c2f777664c7e (patch) | |
| tree | 084f37a4a39fee6ef13a7764e3ff17df33d70db4 /gnu/packages/python-xyz.scm | |
| parent | 65f814187633d5f944ebaf3fb0d1fb0aedaca70d (diff) | |
gnu: python-flake8-class-newline: Move to pythn-check.
* gnu/packages/python-xyz.scm (python-flake8-class-newline): Move from
here ...
* gnu/packages/python-check.scm: ... to here.
Change-Id: I39dfd665d74e98771a10b1b836aa3919e97605c0
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 28c8f9f35b..70d656f974 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -852,29 +852,6 @@ equivalents.") system.") (license license:expat))) -(define-public python-flake8-class-newline - (package - (name "python-flake8-class-newline") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/AlexanderVanEck/flake8-class-newline") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15fw0iw2c3a3n2aarfgq7147406489xd8nk0kkj9k2x98fkwwnyh")))) - (build-system pyproject-build-system) - (arguments (list #:test-backend #~'unittest)) - (propagated-inputs (list python-flake8)) - (native-inputs (list python-setuptools)) - (home-page "https://github.com/AlexanderVanEck/flake8-class-newline") - (synopsis "Flake8 lint for newline after class definitions") - (description "This package provides a flake8 extension to lint for newline -after class definitions.") - (license license:expat))) - (define-public python-flake8-docstrings (package (name "python-flake8-docstrings") |
