diff options
| author | Cyril Roelandt <tipecaml@gmail.com> | 2015-10-11 05:20:08 +0200 |
|---|---|---|
| committer | Cyril Roelandt <tipecaml@gmail.com> | 2015-11-03 21:38:13 +0100 |
| commit | 7477fbb1bed276b9cf2252126ad9ae9b2ed7e669 (patch) | |
| tree | d7e0c39ce1402fc2c45f0fafccd9a3302a1cb0d1 /gnu/packages/python.scm | |
| parent | cbaa6a1e41178fa96c6911eb503e6ae1cc191eac (diff) | |
gnu: Add python-mccabe 0.2.1
* gnu/packages/python.scm (python-mccabe-0.2.1,
python2-mccabe-0.2.1): New variables.
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 70b297d0e19..e6b66f088a9 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -4895,6 +4895,20 @@ complexity of Python source code.") | |||
| 4895 | (define-public python2-mccabe | 4895 | (define-public python2-mccabe |
| 4896 | (package-with-python2 python-mccabe)) | 4896 | (package-with-python2 python-mccabe)) |
| 4897 | 4897 | ||
| 4898 | (define-public python-mccabe-0.2.1 | ||
| 4899 | (package (inherit python-mccabe) | ||
| 4900 | (version "0.2.1") | ||
| 4901 | (source | ||
| 4902 | (origin | ||
| 4903 | (method url-fetch) | ||
| 4904 | (uri (pypi-uri "mccabe" version)) | ||
| 4905 | (sha256 | ||
| 4906 | (base32 | ||
| 4907 | "0fi4a81kr5bcv5p4xgibqr595hyj5dafkqgsmfk96mfy8w71fajs")))))) | ||
| 4908 | |||
| 4909 | (define-public python2-mccabe-0.2.1 | ||
| 4910 | (package-with-python2 python-mccabe-0.2.1)) | ||
| 4911 | |||
| 4898 | ;; Flake8 2.4.1 requires an older version of pep8. | 4912 | ;; Flake8 2.4.1 requires an older version of pep8. |
| 4899 | ;; This should be removed ASAP. | 4913 | ;; This should be removed ASAP. |
| 4900 | (define-public python-pep8-1.5.7 | 4914 | (define-public python-pep8-1.5.7 |
