Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 0feabfd

Browse files
author
Release Manager
committed
Trac #29508: Add system package lists for pandoc (prereq of rst2ipynb)
Similar to what we do in #29054 for `polymake`. URL: https://trac.sagemath.org/29508 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): John Palmieri
2 parents 9fe26c1 + a7f230b commit 0feabfd

File tree

12 files changed

+26
-1
lines changed

12 files changed

+26
-1
lines changed

build/pkgs/pandoc/SPKG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
= Pandoc =
2+
3+
== Description ==
4+
5+
This script package represents the document converter pandoc.
6+
7+
We do not have an SPKG for it. The purpose of this script
8+
package is to associate system package lists with it.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pandoc

build/pkgs/pandoc/distros/arch.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pandoc
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pandoc
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pandoc
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
app-text/pandoc
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pandoc
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pandoc
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SAGE_SPKG_CONFIGURE([pandoc], [
2+
AC_PATH_PROG([PANDOC], [pandoc])
3+
AS_IF([test -z "$ac_cv_path_PANDOC"], [sage_spkg_install_pandoc=yes])
4+
])

build/pkgs/pandoc/spkg-install

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /usr/bin/env bash
2+
echo Error: pandoc, a prerequisite of rst2ipynb, is not installed.
3+
echo Please install it manually, for example using the system packages
4+
echo recommended by ./configure.
5+
exit 1

0 commit comments

Comments
 (0)