mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-whereismyip.
* gnu/packages/python-xyz.scm (python-whereismyip): New variable. Change-Id: I7da706fb5c6e0ac3788397926f25b844a3b2d550 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
44577e1852
commit
7d9d4dbb86
1 changed files with 21 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
||||||
;;; Copyright © 2021 Pradana Aumars <paumars@courrier.dev>
|
;;; Copyright © 2021 Pradana Aumars <paumars@courrier.dev>
|
||||||
;;; Copyright © 2021, 2022, 2024 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2021, 2022, 2024 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;; Copyright © 2021, 2022, 2024 jgart <jgart@dismail.de>
|
;;; Copyright © 2021-2022, 2024-2025 jgart <jgart@dismail.de>
|
||||||
;;; Copyright © 2021 Alice Brenon <alice.brenon@ens-lyon.fr>
|
;;; Copyright © 2021 Alice Brenon <alice.brenon@ens-lyon.fr>
|
||||||
;;; Copyright © 2021 Mekeor Melire <mekeor.melire@gmail.com>
|
;;; Copyright © 2021 Mekeor Melire <mekeor.melire@gmail.com>
|
||||||
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
|
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
|
||||||
|
@ -11153,6 +11153,26 @@ Interface) framework/toolkit for building async web services in Python.")
|
||||||
and FastAPI.")
|
and FastAPI.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-whereismyip
|
||||||
|
(package
|
||||||
|
(name "python-whereismyip")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "whereismyip" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0psrlvax8249ccs2rvgdygpckzz22vxjcyzr2pql06d48k61gk54"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(arguments (list #:tests? #false)) ; There are no tests.
|
||||||
|
(native-inputs (list python-setuptools-next))
|
||||||
|
(home-page "https://pypi.org/project/whereismyip/")
|
||||||
|
(synopsis "Queries multiple geolocation services until one succeeds")
|
||||||
|
(description
|
||||||
|
"This package provides a simple Python library that queries multiple geolocation
|
||||||
|
services until one succeeds.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public python-whitenoise
|
(define-public python-whitenoise
|
||||||
(package
|
(package
|
||||||
(name "python-whitenoise")
|
(name "python-whitenoise")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue