Skip to content

Commit

Permalink
Trac #19372: Add Jupyter kernel for PARI/GP
Browse files Browse the repository at this point in the history
I created a Jupyter kernel for PARI/GP:
[https://github.com/jdemeyer/pari_jupyter]

I propose to add this as optional package.

'''Upstream''':
[http://sage.ugent.be/www/jdemeyer/sage/pari_jupyter-1.0.0.tar.gz]

URL: http://trac.sagemath.org/19372
Reported by: jdemeyer
Ticket author(s): Jeroen Demeyer
Reviewer(s): Volker Braun
  • Loading branch information
Release Manager authored and vbraun committed Oct 17, 2015
2 parents 6a7f81a + bb25aae commit 127d95f
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 0 deletions.
22 changes: 22 additions & 0 deletions build/pkgs/pari_jupyter/SPKG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
= pari_jupyter =

== Description ==

A Jupyter kernel for PARI/GP

== License ==

GPL version 3 or later

== Upstream Contact ==

* https://github.com/jdemeyer/pari_jupyter
* Jeroen Demeyer <jdemeyer@cage.ugent.be>

== Dependencies ==

* Jupyter 4
* Python (tested with 2.7.9)
* Cython (git master)
* PARI (git master)
* GMP or MPIR (any version which works with PARI)
4 changes: 4 additions & 0 deletions build/pkgs/pari_jupyter/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tarball=pari_jupyter-VERSION.tar.gz
sha1=404df06171e68056d9efe8a29804204138488885
md5=902b290a997128e6be949c0bec44ca6e
cksum=3922118226
1 change: 1 addition & 0 deletions build/pkgs/pari_jupyter/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$(INST)/$(PARI) $(INST)/$(JUPYTER_CORE) | $(INST)/$(CYTHON)
1 change: 1 addition & 0 deletions build/pkgs/pari_jupyter/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0
3 changes: 3 additions & 0 deletions build/pkgs/pari_jupyter/spkg-install
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

cd src && ./setup.py install
1 change: 1 addition & 0 deletions build/pkgs/pari_jupyter/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
optional

0 comments on commit 127d95f

Please sign in to comment.