From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id kI/OG5Uy8WJ//wAAbAwnHQ (envelope-from ) for ; Mon, 08 Aug 2022 17:58:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id OMfVG5Uy8WIABQEA9RJhRA (envelope-from ) for ; Mon, 08 Aug 2022 17:58:13 +0200 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 1C2C63EA0 for ; Mon, 8 Aug 2022 17:58:13 +0200 (CEST) Received: from localhost ([::1]:40618 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oL58u-0006Ei-8s for larch@yhetil.org; Mon, 08 Aug 2022 11:58:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44488) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oL58k-0006ES-NI for guix-patches@gnu.org; Mon, 08 Aug 2022 11:58:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52053) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oL58k-0000NO-FS for guix-patches@gnu.org; Mon, 08 Aug 2022 11:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oL58k-0006Sh-CE for guix-patches@gnu.org; Mon, 08 Aug 2022 11:58:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56729] [RFC PATCH v2 13/29] gnu: Add python-pplpy. Resent-From: vicvbcun Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 08 Aug 2022 15:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56729 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56729@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Andreas Enge Received: via spool by 56729-submit@debbugs.gnu.org id=B56729.165997426424795 (code B ref 56729); Mon, 08 Aug 2022 15:58:02 +0000 Received: (at 56729) by debbugs.gnu.org; 8 Aug 2022 15:57:44 +0000 Received: from localhost ([127.0.0.1]:41798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oL58F-0006RW-8m for submit@debbugs.gnu.org; Mon, 08 Aug 2022 11:57:44 -0400 Received: from mo4-p05-ob.smtp.rzone.de ([85.215.255.136]:32853) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oL58B-0006R4-8J for 56729@debbugs.gnu.org; Mon, 08 Aug 2022 11:57:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1659974229; s=strato-dkim-0002; d=ikherbers.com; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Cc:Date: From:Subject:Sender; bh=F1Tnj3H7t3IMwLC1ki1ZRZcG6TXC989w7VIQKnVyaY8=; b=I0l3vZZbqtSWwFmqXvS1FG+Er08FDozls8cw2+LqOsOzEsU/kUTf2kThzIOuIAClnu 8388RoozJnZaHn90QrVagTG2x/KCMl0mE3yxOJHnT0VXE6vH7Cd1fC1NBYzE0mblMnku emYdugFmLoJB2YaDha1xVPJEKppTpyuqYws/sAfErXqt9TS9xcWPvRUMBfPowk0Oi8N8 0YnI9fKCX7+wNUzA/v8S16jQwGkRt4e+3YwEYmaJ4jBEJOoOnTJWF6eC23k1k9BFX6A5 SNiO8qeDxaOLO1CEn+wRBYEtZ5hTRzU0cOpqIvhcJXOFxg+T0d7IMIV5d+2tIGtWcXDo CZPA== X-RZG-AUTH: ":IUwNfkitaf3qOWm2b/jA5tveVwUUcwH3PkiYp6DPxTDDEo4xO9ymAEzKSWlvmNAhIG6s" X-RZG-CLASS-ID: mo05 Received: from lambda.localdomain by smtp.strato.de (RZmta 47.47.0 DYNA|AUTH) with ESMTPSA id 0cac6cy78Fv9oU9 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate) for <56729@debbugs.gnu.org>; Mon, 8 Aug 2022 17:57:09 +0200 (CEST) From: vicvbcun Date: Mon, 8 Aug 2022 17:45:48 +0200 Message-Id: <02d359414dd0b7091c5875ae37f4a2adfe466584.1659973115.git.guix@ikherbers.com> X-Mailer: git-send-email 2.37.0 In-Reply-To: References: 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 X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1659974293; 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=F1Tnj3H7t3IMwLC1ki1ZRZcG6TXC989w7VIQKnVyaY8=; b=bLwap79W3IpJJwQrQg30fVp0merfjCQAa4NcEEuR1UHFUOXaS9BWQJ/yZ8QkYy1EmYx/iH Dmyg+20zHb6/CP6exz5Vc9S5/swr1binzClw/V67fxRKcBEkHOvrRFfG+ed8w7FfW/RsrC ti4/kUjzlStP9oAvId1jSSlcGcwkIGBs0NJ5Y9x0zPtHdF9E13Tep93xd1znfhx2pIXozu d3wCNkcUMUURsXW7nLxbyYOEIaCMBVsRK73pQapBTdBfRd1OA6JdpM1ciqG4A1YmzCsfGw OPS6wAH0x1i6Q7sWLyC5YwFod0mRKUtHTLWuJbCv+gLzahw4PBjdeuiCy+/D5Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1659974293; a=rsa-sha256; cv=none; b=jxuSdI50j3dicRyGn1Nu1GdLxUbBEUYCJojXVdGE3CHUPwo7OdIVeWHkTIS/CTQ6kPBujn 61xo/jk/QA0U8eXT49uy/g+ZG6eBXcQhd3QYciG6YPaYNKxI2HxuYMj78C+pc33+U60ISR y1Q/Tdxui1tTvhuu9isZRCvetgY5tbNjQ1Okk3wpOFC2TLvvJ9OZ2N+TTqeY2T8lSYbsd2 cFqvrdm6/UPLgPaGgV48sOqRK9igC4EYRbyVjg+NQkHy63pEEZlHauBQAdhLuiO14xvXgD sIr5L94N0CbLj1ZaL+DoTG/sWGx2LBKrBiO1Fj3t3b9R9akYsCbxks1DEBwVWA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ikherbers.com header.s=strato-dkim-0002 header.b=I0l3vZZb; dmarc=none; 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" X-Migadu-Spam-Score: 2.31 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ikherbers.com header.s=strato-dkim-0002 header.b=I0l3vZZb; dmarc=none; 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" X-Migadu-Queue-Id: 1C2C63EA0 X-Spam-Score: 2.31 X-Migadu-Scanner: scn0.migadu.com X-TUID: M2LlLaD4cWAT * gnu/packages/sagemath.scm (python-pplpy): New variable. --- gnu/packages/sagemath.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm index 2e9de70e4a..335d98d9f4 100644 --- a/gnu/packages/sagemath.scm +++ b/gnu/packages/sagemath.scm @@ -36,6 +36,7 @@ (define-module (gnu packages sagemath) #:use-module (gnu packages compression) #:use-module (gnu packages image) #:use-module (gnu packages lisp) + #:use-module (gnu packages maths) #:use-module (gnu packages multiprecision) #:use-module (gnu packages pkg-config) #:use-module (gnu packages popt) @@ -373,3 +374,29 @@ (define-public python-memory-allocator (synopsis "An extension class to allocate memory easily with cython") (description "An extension class to allocate memory easily with cython") (license license:gpl3))) + +(define-public python-pplpy + (package + (name "python-pplpy") + (version "0.8.7") + (source (origin + (method url-fetch) + (uri (pypi-uri "pplpy" version)) + (sha256 + (base32 + "1gfq5czkqxl395k06s77zij3xv7maiwagjvzmrpraxhsmvsd02sh")))) + (build-system python-build-system) + (inputs (list gmp + mpc + mpfr + pari-gp + ppl + python-cysignals + python-gmpy2)) + (native-inputs (list python-cython)) + (home-page "https://gitlab.com/videlec/pplpy") + (synopsis "Python PPL wrapper") + (description + "This Python module pplpy provides a wrapper to the C++ Parma Polyhedra +Library (PPL).") + (license license:gpl3))) -- 2.37.0