mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-pep8: Use HTTPS home page.
Also add a comment about 1.7.1. This doesn't warrant a changelog entry, so you never read this. * gnu/packages/python.scm (python-pep8)[home-page]: Use HTTPS.
This commit is contained in:
parent
52135e598c
commit
247d4e7271
1 changed files with 4 additions and 1 deletions
|
@ -5573,6 +5573,9 @@ (define-public python2-pyzmq
|
|||
(package-with-python2 python-pyzmq))
|
||||
|
||||
(define-public python-pep8
|
||||
;; This package has been renamed to ‘pycodestyle’ and is no longer updated.
|
||||
;; Its last release (1.7.1) adds only a scary warning to this effect, breaking
|
||||
;; some dependents' test suites, and nothing more.
|
||||
(package
|
||||
(name "python-pep8")
|
||||
(version "1.7.0")
|
||||
|
@ -5584,7 +5587,7 @@ (define-public python-pep8
|
|||
(base32
|
||||
"002rkl4lsn6x2mxmf8ar00l0m8i3mzrc6pnzz77blyksmpsxa4x1"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "http://pep8.readthedocs.org/")
|
||||
(home-page "https://pep8.readthedocs.org/")
|
||||
(synopsis "Python style guide checker")
|
||||
(description
|
||||
"This tools checks Python code against some of the style conventions in
|
||||
|
|
Loading…
Reference in a new issue