mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-livereload: Update to 2.7.1.
* gnu/packages/python-web.scm (python-livereload): Update to 2.7.1. [source]: Swtitch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-django, python-setuptools, python-wheel. Change-Id: I045ce60e08553656ac941f55b3f235468c2612de Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
540be0149f
commit
a049790ba1
1 changed files with 10 additions and 8 deletions
|
@ -8375,17 +8375,19 @@ association.")
|
||||||
(define-public python-livereload
|
(define-public python-livereload
|
||||||
(package
|
(package
|
||||||
(name "python-livereload")
|
(name "python-livereload")
|
||||||
(version "2.6.3")
|
(version "2.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (pypi-uri "livereload" version))
|
(uri (git-reference
|
||||||
|
(url "https://github.com/lepture/python-livereload")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "19wkdd1grw6mcd4qi8iaw4jdr207h3m24951vgy69j7g904lynjq"))))
|
||||||
"0scqjnhg3ap81v36ghp0pik774dnfdkwqsx5j1jfbzarbs32yvvp"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
(native-inputs (list python-django python-setuptools python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs (list python-tornado))
|
||||||
(list python-six python-tornado))
|
|
||||||
(home-page "https://github.com/lepture/python-livereload")
|
(home-page "https://github.com/lepture/python-livereload")
|
||||||
(synopsis "Python LiveReload")
|
(synopsis "Python LiveReload")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue