From 24e87f64cfaf6fb5c3ac1fda9ac67c277c610c5e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 8 Feb 2024 19:19:44 +0100 Subject: gnu: Add python-geoip2fast. * gnu/packages/geo.scm (python-geoip2fast): New variable. Change-Id: Ia1ca57ac281c487db65ad3474940e8326082b7a1 --- gnu/packages/geo.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'gnu/packages/geo.scm') diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 7ceb3cd54a..aeb3a9fbd2 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -3106,6 +3106,30 @@ path loss.") "This is a python implementation of the geodesic routines in GeographicLib.") (license license:expat))) +(define-public python-geoip2fast + (package + (name "python-geoip2fast") + (version "1.2.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "geoip2fast" version)) + (sha256 + (base32 "1cmdjlwjd4pg3qvsb8d4vghqj1im58npxb6dmrd5q90wjga4rfvm")))) + (build-system pyproject-build-system) + ;; The tests are speed tests or development tests to compare results with + ;; a different library. + (arguments (list #:tests? #false)) + (home-page "https://github.com/rabuchaim/geoip2fast") + (synopsis + "Fast GeoIP2 country/city/asn lookup library") + (description + "@code{GeoIP2Fast} is a fast @code{GeoIP2} country/city/asn lookup +library that supports IPv4 and IPv6. A search takes less than 0.00003 +seconds. It has its own data file updated twice a week with +Maxmind-Geolite2-CSV, supports IPv4/IPv6 and is pure Python.") + (license license:expat))) + (define-public python-geopy (package (name "python-geopy") -- cgit v1.2.3 nput type='hidden' name='id' value='03aa57c41f0f4b60839e205ca65e32e3b69181f1'/>
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-29 16:04:19 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-31 22:07:17 +0200
commit03aa57c41f0f4b60839e205ca65e32e3b69181f1 (patch)
tree9a908943cebfe821322cd7505d02fdd3df3f4e26 /gnu/packages/tex.scm
parente80a11cde47fd0be31d3a43b7529f44ac9d26d6c (diff)
downloadguix-03aa57c41f0f4b60839e205ca65e32e3b69181f1.tar.gz
guix-03aa57c41f0f4b60839e205ca65e32e3b69181f1.zip
gnu: Add texlive-vcell.
* gnu/packages/tex.scm (texlive-vcell): New variable.
Diffstat (limited to 'gnu/packages/tex.scm')