mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: Add python-mccabe 0.2.1
* gnu/packages/python.scm (python-mccabe-0.2.1, python2-mccabe-0.2.1): New variables.
This commit is contained in:
parent
cbaa6a1e41
commit
7477fbb1be
1 changed files with 14 additions and 0 deletions
|
@ -4895,6 +4895,20 @@ (define-public python-mccabe
|
|||
(define-public python2-mccabe
|
||||
(package-with-python2 python-mccabe))
|
||||
|
||||
(define-public python-mccabe-0.2.1
|
||||
(package (inherit python-mccabe)
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "mccabe" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fi4a81kr5bcv5p4xgibqr595hyj5dafkqgsmfk96mfy8w71fajs"))))))
|
||||
|
||||
(define-public python2-mccabe-0.2.1
|
||||
(package-with-python2 python-mccabe-0.2.1))
|
||||
|
||||
;; Flake8 2.4.1 requires an older version of pep8.
|
||||
;; This should be removed ASAP.
|
||||
(define-public python-pep8-1.5.7
|
||||
|
|
Loading…
Reference in a new issue