GNU bug report logs - #41996
[PATCH 2/2] gnu: Add python-symengine.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Mon, 22 Jun 2020 01:03:02 UTC

Severity: normal

Tags: fixed, patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41996 in the body.
You can then email your comments to 41996 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#41996; Package guix-patches. (Mon, 22 Jun 2020 01:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vinicius Monego <monego <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 22 Jun 2020 01:03:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH 2/2] gnu: Add python-symengine.
Date: Sun, 21 Jun 2020 22:01:55 -0300
* gnu/packages/python-xyz.scm (python-symengine): New variable.
---
 gnu/packages/python-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e95dec21c2..ceabfc8979 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -81,6 +81,7 @@
 ;;; Copyright © 2020 Josh Holland <josh <at> inv.alid.pw>
 ;;; Copyright © 2020 Yuval Kogman <nothingmuch <at> woobling.org>
 ;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
+;;; Copyright © 2020 Vinicius Monego <monego <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -106,6 +107,7 @@
   #:use-module (gnu packages backup)
   #:use-module (gnu packages bash)
   #:use-module (gnu packages check)
+  #:use-module (gnu packages cmake)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages crypto)
   #:use-module (gnu packages databases)
@@ -10046,6 +10048,31 @@ document.")
 (define-public python2-jmespath
   (package-with-python2 python-jmespath))
 
+(define-public python-symengine
+  (package
+  (name "python-symengine")
+  (version "0.6.1")
+  (source
+    (origin
+      (method url-fetch)
+      (uri (pypi-uri "symengine" version))
+      (sha256
+        (base32 "1kn1w4dp9mrsq6kzmhf4pjmx3wicxc3dw1mwa924q8g48g77lr4c"))))
+  (build-system python-build-system)
+  (native-inputs
+   `(("cmake" ,cmake)
+     ("python-cython" ,python-cython)))
+  (inputs
+   `(("symengine" ,symengine)))
+  (home-page "https://github.com/symengine/symengine.py")
+  (synopsis "Python library providing wrappers to SymEngine")
+  (description "This library provides a Python wrapper to SymEngine, a fast C++
+symbolic manipulation library.")
+  (license license:expat)))
+
+(define-public python2-symengine
+  (package-with-python2 python-symengine))
+
 (define-public python-botocore
   (package
     (name "python-botocore")
-- 
2.20.1





Information forwarded to guix-patches <at> gnu.org:
bug#41996; Package guix-patches. (Wed, 24 Jun 2020 06:59:01 GMT) Full text and rfc822 format available.

Message #8 received at 41996 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 41996 <at> debbugs.gnu.org
Subject: Re: [bug#41996] [PATCH 2/2] gnu: Add python-symengine.
Date: Wed, 24 Jun 2020 08:58:35 +0200
Hello,

Vinicius Monego <monego <at> posteo.net> writes:

> * gnu/packages/python-xyz.scm (python-symengine): New variable.

Thank you.

> +(define-public python2-symengine
> +  (package-with-python2 python-symengine))

I don't think we need the Python2 variant. Otherwise, LGTM.

Regards,
-- 
Nicolas Goaziou




Added tag(s) fixed. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 02 Sep 2020 15:13:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 41996 <at> debbugs.gnu.org and Vinicius Monego <monego <at> posteo.net> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 02 Sep 2020 15:13:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 01 Oct 2020 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 207 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.