From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:45095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNVqB-0002xr-Gv for guix-patches@gnu.org; Mon, 06 May 2019 01:07:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNVqA-0008Pl-Id for guix-patches@gnu.org; Mon, 06 May 2019 01:07:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41966) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNVqA-0008Pe-Dw for guix-patches@gnu.org; Mon, 06 May 2019 01:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNVqA-00080S-4v for guix-patches@gnu.org; Mon, 06 May 2019 01:07:02 -0400 Subject: [bug#35598] [PATCH 0/6] Add Mesa agent based modeling platform Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:55624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNTwt-0002fF-54 for guix-patches@gnu.org; Sun, 05 May 2019 23:05:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNTwr-0003Xy-52 for guix-patches@gnu.org; Sun, 05 May 2019 23:05:51 -0400 Received: from mail-pl1-x62e.google.com ([2607:f8b0:4864:20::62e]:37734) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNTwh-0003Q9-PH for guix-patches@gnu.org; Sun, 05 May 2019 23:05:41 -0400 Received: by mail-pl1-x62e.google.com with SMTP id z8so5629790pln.4 for ; Sun, 05 May 2019 20:05:36 -0700 (PDT) Received: from localhost.localdomain (ip68-2-90-211.ph.ph.cox.net. [68.2.90.211]) by smtp.gmail.com with ESMTPSA id l65sm6023984pfb.7.2019.05.05.20.05.33 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 05 May 2019 20:05:33 -0700 (PDT) From: Calvin Pritchard Date: Sun, 5 May 2019 20:05:01 -0700 Message-Id: <20190506030507.5469-1-pritchard.calvin@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35598@debbugs.gnu.org This patch series is to add the python agent based modeling platform Mesa. It is in Python 3 only. I've added Python 2 versions for poyo and whichcraft since they worked without modification. The `arrow` package depends on https://github.com/jaraco/backports.functools_lru_cache for Python 2. I could add that package as a conditional dependency but I'm not sure how. Calvin Pritchard (6): gnu: Add python-arrow gnu: Add python-whichcraft, python2-whichcraft gnu: Add python-poyo, python2-poyo gnu: Add python-jinja2-time gnu: Add python-cookiecutter gnu: Add python-mesa gnu/packages/python-xyz.scm | 163 ++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) -- 2.17.1