gnu: Add python-pyowm.
* gnu/packages/python-web.scm (python-pyowm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
977a6c5769
commit
c9c8d75f97
|
@ -5514,6 +5514,24 @@ imported Python files in sys.modules as well as custom paths. When files are
|
||||||
changed the process is restarted.")
|
changed the process is restarted.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-pyowm
|
||||||
|
(package
|
||||||
|
(name "python-pyowm")
|
||||||
|
(version "3.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "pyowm" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1pm8w6phr4m3xayndfndid366vhf1fpvdgjsp2zicxarmgc0pm53"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(propagated-inputs (list python-geojson python-pysocks python-requests))
|
||||||
|
(home-page "https://github.com/csparpa/pyowm")
|
||||||
|
(synopsis "Python wrapper around OpenWeatherMap web APIs")
|
||||||
|
(description
|
||||||
|
"This package provides a Python wrapper around OpenWeatherMap web APIs.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pyramid
|
(define-public python-pyramid
|
||||||
(package
|
(package
|
||||||
(name "python-pyramid")
|
(name "python-pyramid")
|
||||||
|
|
Reference in New Issue