From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id SHBmMZBH2GNFkgAAbAwnHQ (envelope-from ) for ; Mon, 30 Jan 2023 23:41:20 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id +CNnMZBH2GPe7QAA9RJhRA (envelope-from ) for ; Mon, 30 Jan 2023 23:41:20 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id AC8431C079 for ; Mon, 30 Jan 2023 23:41:20 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pMcpm-0000ri-O5; Mon, 30 Jan 2023 17:41:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pMcpj-0000rM-5v for guix-patches@gnu.org; Mon, 30 Jan 2023 17:41:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pMcpi-0007mY-UU for guix-patches@gnu.org; Mon, 30 Jan 2023 17:41:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pMcpi-00012g-IV for guix-patches@gnu.org; Mon, 30 Jan 2023 17:41:02 -0500 Subject: bug#60507: [PATCH] gnu: Add python-haversine. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 30 Jan 2023 22:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 60507 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jgart Cc: 60507-done@debbugs.gnu.org Mail-Followup-To: 60507@debbugs.gnu.org, ludo@gnu.org, jgart@dismail.de Received: via spool by 60507-done@debbugs.gnu.org id=D60507.16751184143933 (code D ref 60507); Mon, 30 Jan 2023 22:41:02 +0000 Received: (at 60507-done) by debbugs.gnu.org; 30 Jan 2023 22:40:14 +0000 Received: from localhost ([127.0.0.1]:50830 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pMcow-00011N-9T for submit@debbugs.gnu.org; Mon, 30 Jan 2023 17:40:14 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45788) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pMcot-000118-R8 for 60507-done@debbugs.gnu.org; Mon, 30 Jan 2023 17:40:12 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pMcon-0007Ro-1x; Mon, 30 Jan 2023 17:40:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=n2/lVs6uqv18PXoRs8ifSBUx1+ACruBlaADTmVD1SYg=; b=fTbcxFL/FaJsAzGI3ypL 7dTxAekZEPnIDWBYqa5mvi7soxGfU3RXqZJtUPGBmMUSLBaHHsXWzFx/xaXhkOdhVkP3S1L1BcVFZ HMm3jOhskE6DAlkpkoCi6ocwwbhdpPNDtIJlKukWGaUvorhUKVBtZ6hEZc5KXMS//UIIbxgxu//1V KckWpVx1DMCETRK2R5W4YZsnv19cLqfKlt3ze/r6lTZJAeQwcBzRsDgtGr9VFaZnFnJWEQ/K/wzTG phyUKuCTcfFzxRu/3T0IRVNINzIMcVO6ssmh8rUjK28O47A1J+3zg+Mx6SFHHwxBDyOJ744U5h72V 0sWacmvhBYxQIA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pMcol-00069p-K4; Mon, 30 Jan 2023 17:40:04 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230103012411.27915-1-jgart@dismail.de> <20230103013904.30007-1-jgart@dismail.de> Date: Mon, 30 Jan 2023 23:40:01 +0100 In-Reply-To: <20230103013904.30007-1-jgart@dismail.de> (jgart@dismail.de's message of "Mon, 2 Jan 2023 19:39:05 -0600") Message-ID: <87edrbwsse.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1675118480; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=n2/lVs6uqv18PXoRs8ifSBUx1+ACruBlaADTmVD1SYg=; b=N5ffdfxo4drp3qGasjrQ8LheEV+BSrr5ryIF/TJniXjEcE1xGtIjnRHBE+i1hyO/wyvorB 2CRaZ0Q8loVUa38mkuiDA9LFVyIVVn+LZxgLUcVmUXR0JjmF8PKtV/dp7h0xnBhMFmKkbp foG9VVOSMrSPK4/qwpCcpov3zBtE0gfbeUJIHEjQg1k4b+9SiwQBnpZu5q729j2apmcL0a W/p5oAk36AGwdjZUZ+0nwkxT1JpQZO9TUkTlGgIaXaDEXa+t14D+p/dqXva5Lq0cXiywlL vyWGlCtka3YSzE9xc2nXHE1fC6zkKrtRLwpX8GRZff3/lbB/cQlxX77fget+1w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="fTbcxFL/"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1675118480; a=rsa-sha256; cv=none; b=H8UOPYw9YBj78+BUsqw9Z02CeakfTYAqQB994Pl2Hn6dY+w6Gz+AytnjQdHDciJxNLlh97 i2HIomVQcjOg60PK1y9+4TJcMgdCkwYGbJ/XtTOBKoGszRGMcUnloMpusp3WOebdnhX3eu VZ73pAwfGF6YH1auyRxy3Icuf2LEoG6rM3sLx8FnWp0C1iLv6mOZYfvsIeviYEYet0Quty JYMit+h82R7nvWSsVXhVUNv+iK5Ut0BwMGtIh1bfAtV6B1L42q7S987SCwsvg9aF1zgIYf 1UUDfBOjeogC2wlL8xNgbvJYNfg/6dAKX/phblz0odbarIaI6kHx0kEEb4Xrdw== Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="fTbcxFL/"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org X-Migadu-Scanner: scn0.migadu.com X-Spam-Score: -2.98 X-Migadu-Queue-Id: AC8431C079 X-Migadu-Spam-Score: -2.98 X-TUID: ORSf5tB1ef/P jgart skribis: > * gnu/packages/geo.scm (python-haversine): New variable. Applied, thanks! Ludo=E2=80=99.