mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python2-mccabe.
* gnu/packages/python-xyz.scm (python2-mccabe): Delete variable.
This commit is contained in:
parent
c75c1e811e
commit
bec1c89891
2 changed files with 10 additions and 13 deletions
|
@ -10706,9 +10706,6 @@ file (e.g. @file{PKG-INFO}).")
|
||||||
cyclomatic complexity of Python source code.")
|
cyclomatic complexity of Python source code.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-mccabe
|
|
||||||
(package-with-python2 python-mccabe))
|
|
||||||
|
|
||||||
(define-public python-flake8
|
(define-public python-flake8
|
||||||
(package
|
(package
|
||||||
(name "python-flake8")
|
(name "python-flake8")
|
||||||
|
|
|
@ -494,16 +494,16 @@ of a package, and INPUT-NAMES, a list of package specifications such as
|
||||||
"m4"
|
"m4"
|
||||||
"qttools"
|
"qttools"
|
||||||
"yasm" "nasm" "fasm"
|
"yasm" "nasm" "fasm"
|
||||||
"python-coverage" "python2-coverage"
|
"python-coverage"
|
||||||
"python-cython" "python2-cython"
|
"python-cython"
|
||||||
"python-docutils" "python2-docutils"
|
"python-docutils"
|
||||||
"python-mock" "python2-mock"
|
"python-mock"
|
||||||
"python-nose" "python2-nose"
|
"python-nose"
|
||||||
"python-pbr" "python2-pbr"
|
"python-pbr"
|
||||||
"python-pytest" "python2-pytest"
|
"python-pytest"
|
||||||
"python-pytest-cov" "python2-pytest-cov"
|
"python-pytest-cov"
|
||||||
"python-setuptools-scm" "python2-setuptools-scm"
|
"python-setuptools-scm"
|
||||||
"python-sphinx" "python2-sphinx"
|
"python-sphinx"
|
||||||
"scdoc"
|
"scdoc"
|
||||||
"swig"
|
"swig"
|
||||||
"qmake"
|
"qmake"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue