diff options
| author | Petr Hodina <phodina@protonmail.com> | 2022-01-11 11:28:57 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2022-01-28 23:40:38 +0100 |
| commit | c9c8d75f977d5a8ce8e5969a46e210a5c8b6244c (patch) | |
| tree | b063afd3ed257e512eedb60c903c802f54d36d13 /gnu/packages | |
| parent | 977a6c5769145f86bed96c0c0a9f9ddce76df93d (diff) | |
gnu: Add python-pyowm.
* gnu/packages/python-web.scm (python-pyowm): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-web.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6a3fc27353b..408d7f65714 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -5514,6 +5514,24 @@ imported Python files in sys.modules as well as custom paths. When files are | |||
| 5514 | changed the process is restarted.") | 5514 | changed the process is restarted.") |
| 5515 | (license license:expat))) | 5515 | (license license:expat))) |
| 5516 | 5516 | ||
| 5517 | (define-public python-pyowm | ||
| 5518 | (package | ||
| 5519 | (name "python-pyowm") | ||
| 5520 | (version "3.2.0") | ||
| 5521 | (source | ||
| 5522 | (origin | ||
| 5523 | (method url-fetch) | ||
| 5524 | (uri (pypi-uri "pyowm" version)) | ||
| 5525 | (sha256 | ||
| 5526 | (base32 "1pm8w6phr4m3xayndfndid366vhf1fpvdgjsp2zicxarmgc0pm53")))) | ||
| 5527 | (build-system python-build-system) | ||
| 5528 | (propagated-inputs (list python-geojson python-pysocks python-requests)) | ||
| 5529 | (home-page "https://github.com/csparpa/pyowm") | ||
| 5530 | (synopsis "Python wrapper around OpenWeatherMap web APIs") | ||
| 5531 | (description | ||
| 5532 | "This package provides a Python wrapper around OpenWeatherMap web APIs.") | ||
| 5533 | (license license:expat))) | ||
| 5534 | |||
| 5517 | (define-public python-pyramid | 5535 | (define-public python-pyramid |
| 5518 | (package | 5536 | (package |
| 5519 | (name "python-pyramid") | 5537 | (name "python-pyramid") |
