From bb25aaed742782da964a7e44d0ad596c51038057 Mon Sep 17 00:00:00 2001 From: Jeroen Demeyer Date: Thu, 8 Oct 2015 11:02:16 +0200 Subject: [PATCH] Add a pari_jupyter optional package --- build/pkgs/pari_jupyter/SPKG.txt | 22 +++++++++++++++++++++ build/pkgs/pari_jupyter/checksums.ini | 4 ++++ build/pkgs/pari_jupyter/dependencies | 1 + build/pkgs/pari_jupyter/package-version.txt | 1 + build/pkgs/pari_jupyter/spkg-install | 3 +++ build/pkgs/pari_jupyter/type | 1 + 6 files changed, 32 insertions(+) create mode 100644 build/pkgs/pari_jupyter/SPKG.txt create mode 100644 build/pkgs/pari_jupyter/checksums.ini create mode 100644 build/pkgs/pari_jupyter/dependencies create mode 100644 build/pkgs/pari_jupyter/package-version.txt create mode 100755 build/pkgs/pari_jupyter/spkg-install create mode 100644 build/pkgs/pari_jupyter/type diff --git a/build/pkgs/pari_jupyter/SPKG.txt b/build/pkgs/pari_jupyter/SPKG.txt new file mode 100644 index 00000000000..681cdc57f23 --- /dev/null +++ b/build/pkgs/pari_jupyter/SPKG.txt @@ -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 + +== Dependencies == + +* Jupyter 4 +* Python (tested with 2.7.9) +* Cython (git master) +* PARI (git master) +* GMP or MPIR (any version which works with PARI) diff --git a/build/pkgs/pari_jupyter/checksums.ini b/build/pkgs/pari_jupyter/checksums.ini new file mode 100644 index 00000000000..d3b36f6aebb --- /dev/null +++ b/build/pkgs/pari_jupyter/checksums.ini @@ -0,0 +1,4 @@ +tarball=pari_jupyter-VERSION.tar.gz +sha1=404df06171e68056d9efe8a29804204138488885 +md5=902b290a997128e6be949c0bec44ca6e +cksum=3922118226 diff --git a/build/pkgs/pari_jupyter/dependencies b/build/pkgs/pari_jupyter/dependencies new file mode 100644 index 00000000000..5cf512f3f56 --- /dev/null +++ b/build/pkgs/pari_jupyter/dependencies @@ -0,0 +1 @@ +$(INST)/$(PARI) $(INST)/$(JUPYTER_CORE) | $(INST)/$(CYTHON) diff --git a/build/pkgs/pari_jupyter/package-version.txt b/build/pkgs/pari_jupyter/package-version.txt new file mode 100644 index 00000000000..3eefcb9dd5b --- /dev/null +++ b/build/pkgs/pari_jupyter/package-version.txt @@ -0,0 +1 @@ +1.0.0 diff --git a/build/pkgs/pari_jupyter/spkg-install b/build/pkgs/pari_jupyter/spkg-install new file mode 100755 index 00000000000..94ac1fed30e --- /dev/null +++ b/build/pkgs/pari_jupyter/spkg-install @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +cd src && ./setup.py install diff --git a/build/pkgs/pari_jupyter/type b/build/pkgs/pari_jupyter/type new file mode 100644 index 00000000000..134d9bc32d5 --- /dev/null +++ b/build/pkgs/pari_jupyter/type @@ -0,0 +1 @@ +optional