From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 2M9VNJurUWFBGAEAgWs5BA (envelope-from ) for ; Mon, 27 Sep 2021 13:31:39 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id +GkOMJurUWEVNAAA1q6Kng (envelope-from ) for ; Mon, 27 Sep 2021 11:31:39 +0000 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 8BDA52F6F for ; Mon, 27 Sep 2021 13:31:39 +0200 (CEST) Received: from localhost ([::1]:45386 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mUorC-0007Rx-NW for larch@yhetil.org; Mon, 27 Sep 2021 07:31:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50052) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mUolo-0003FC-Hg for guix-patches@gnu.org; Mon, 27 Sep 2021 07:26:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56564) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mUoln-00005f-NB for guix-patches@gnu.org; Mon, 27 Sep 2021 07:26:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mUoln-0001OA-KF for guix-patches@gnu.org; Mon, 27 Sep 2021 07:26:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50812] [PATCH v3 5/6] gnu: Add python-geopandas. Resent-From: Felix Gruber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 27 Sep 2021 11:26:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50812 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50812@debbugs.gnu.org Cc: Felix Gruber , Xinglu Chen , Maxime Devos Received: via spool by 50812-submit@debbugs.gnu.org id=B50812.16327419425264 (code B ref 50812); Mon, 27 Sep 2021 11:26:03 +0000 Received: (at 50812) by debbugs.gnu.org; 27 Sep 2021 11:25:42 +0000 Received: from localhost ([127.0.0.1]:39869 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUolR-0001Mp-RH for submit@debbugs.gnu.org; Mon, 27 Sep 2021 07:25:42 -0400 Received: from mout01.posteo.de ([185.67.36.65]:55675) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUolH-0001Ll-5R for 50812@debbugs.gnu.org; Mon, 27 Sep 2021 07:25:31 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 97074240029 for <50812@debbugs.gnu.org>; Mon, 27 Sep 2021 13:25:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1632741925; bh=V4+/7t4y7rQ5k7EZ7XV8Bns2Xu0zlLg6vGHkU8GEg6I=; h=From:To:Cc:Subject:Date:From; b=pgXcRyDNq9OfKEfLw2PDdd3xFn19DisI91HRE7ogWsJ55IrtNCeNmr+dN2np3bdtf hM6MRc/wLnkxtKLX2+l0yIVuz6ug9joQCoHAS2hhC8jtSPcLyKUXQO+bRZ5oq/hdgR YWS1QCLpYHDpVu+hfGAzhe9Uv/GqruHfTM+1NlSpfK7NHXWdD0VMsjxoltT+dW18pS CGYg0zPnHhUrVgqi+reDy+ltUcOYntFNGvH4TZqNndxe+p+4feoWjgUimyGqMKBxl6 7ZhtpW8ZmI4ktemg1g3i3aHvC8+XSCp99Q/2FWV5R1skvsdOVZn2S6xIYr1Yo/k1Pd BDX3/0JXLJ/Mw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HJ0g85thPz9rxG; Mon, 27 Sep 2021 13:25:24 +0200 (CEST) From: Felix Gruber Date: Mon, 27 Sep 2021 11:24:56 +0000 Message-Id: <20210927112457.2118-6-felgru@posteo.net> In-Reply-To: <20210927112457.2118-1-felgru@posteo.net> References: <20210926085219.13547-1-felgru@posteo.net> <20210927112457.2118-1-felgru@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1632742299; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: 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=InqHLODhFBRsJRkqBZomEZFzHH+TGT0smOHJwCv8nUs=; b=YR4Vw1eLibx3VBeVLb2Z4oo9tADiLj/cQnKdz9qXVILkt5D4mBIlfbEVX+gCRaF4LU1K/V rHAG+2bW6T3+8PyKboQrlJwJAbBGx7NWsrFME9cEsVzoxWBIEAYoCpsURkTMHZGOf/va/M RlIXpsk1IHnf7ZwOfRyzNnR6TlwJfswnyIDCtxySZChOvZFPz7tBDj9suCzlvCGQRT4HxV QwqSK/ECEk0tmUoa5iOROUXCAVdMwalAkLUjOOQKZrGZ9w/dClJd/X6NBJqsTAD/lfTIy1 5wyuyFoV4c8qih3a1UPas0IMNPBgvhi3Lbm2J3c4ga1xQmvh9oVWXVovSQEBag== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1632742299; a=rsa-sha256; cv=none; b=s6DWiAAZY8Xngw8lpNCdQhclHCB1ZuRSC+chp4NN+rv85OqKCnWVEVHJms59I9PN+38O8O veUMClGv0ym/CA8o/IYwBOAn6KjX+EFNmVXwTdCF+lpA/xNBG4CCVNm6g3A70PH+S2Tyl/ iZ7fWQnJq6zsZoD2T/QsCgovAeSM025z3EV/lBWYeGoTD8satIdGIH+K/EUm4vKg1uIRGY HEukBOJk9wJB2JINMVLcYOcgWN31xZEN9pwQmNnuePg/GfOtY+JjNRTGgDELiGrw4EfZ6e 9kavjuajjeOrOMtj+zpuWYppL2wXVKPO2CJm3DiZWQFvrTg2jCiVP5UDrUdqEg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=pgXcRyDN; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 3.11 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=pgXcRyDN; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 8BDA52F6F X-Spam-Score: 3.11 X-Migadu-Scanner: scn1.migadu.com X-TUID: ZQdQ4UW/yh6p * gnu/packages/geo.scm (python-geopandas): New variable. --- gnu/packages/geo.scm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index c4cea0fa3a..2e9c6b6c8f 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -731,6 +731,47 @@ systems and integrates readily with other Python GIS packages such as pyproj, Rtree, and Shapely.") (license license:bsd-3))) +(define-public python-geopandas + (package + (name "python-geopandas") + (version "0.9.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "geopandas" version)) + (sha256 + (base32 + "02k389zyyjv51gd09c92vlr83sv46awdq0066jgh5i24vjs2m5v3")))) + (build-system python-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "pytest" + ; Disable test that fails with + ; NotImplementedError in pandas. + "-k" "not test_fillna_no_op_returns_copy" + ; Disable tests that require internet access. + "-m" "not web"))))))) + (propagated-inputs + `(("python-fiona" ,python-fiona) + ("python-pandas" ,python-pandas) + ("python-pyproj" ,python-pyproj) + ("python-shapely" ,python-shapely))) + (native-inputs + `(("python-pytest" ,python-pytest))) + (home-page "http://geopandas.org") + (synopsis "Geographic pandas extensions") + (description "The goal of GeoPandas is to make working with +geospatial data in Python easier. It combines the capabilities of +Pandas and Shapely, providing geospatial operations in Pandas and a +high-level interface to multiple geometries to Shapely. GeoPandas +enables you to easily do operations in Python that would otherwise +require a spatial database such as PostGIS.") + (license license:bsd-3))) + (define-public mapnik (package (name "mapnik") -- 2.30.2