Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
#21490 package pandoc_attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Monteil committed Sep 14, 2016
1 parent 3883de2 commit 6aaed41
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 0 deletions.
28 changes: 28 additions & 0 deletions build/pkgs/pandoc_attributes/SPKG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
= pandoc_attributes =

== Description ==

This is a simple parser / emitter for pandoc block attributes, intended
for use with pandocfilters.

== License ==

BSD 2-Clause License

== Upstream Contact ==

Author: Aaron O'Leary
Home page: https://github.com/aaren/pandoc-attributes

== Dependencies ==

* Python
* setuptools
* pandocfilters

== Special Update/Build Instructions ==

There are no release numbers, hence find the latest commit, download
https://github.com/aaren/pandoc-attributes/archive/${COMMIT}.zip and
rename it pandoc_attributes-${COMMIT:0:8}.zip

4 changes: 4 additions & 0 deletions build/pkgs/pandoc_attributes/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tarball=pandoc_attributes-VERSION.zip
sha1=e06bdb16ece5ea6aa64d93ef1ea6c836fe971c5d
md5=dd541a17acd84f398e29dc57d1add4ae
cksum=723213323
5 changes: 5 additions & 0 deletions build/pkgs/pandoc_attributes/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$(PYTHON) setuptools | pip pandocfilters

----------
All lines of this file are ignored except the first.
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile.
1 change: 1 addition & 0 deletions build/pkgs/pandoc_attributes/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8bc82f6d
17 changes: 17 additions & 0 deletions build/pkgs/pandoc_attributes/spkg-install
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/env bash

if [ "$SAGE_LOCAL" = "" ]; then
echo "SAGE_LOCAL undefined ... exiting";
echo "Maybe run 'sage -sh'?"
exit 1
fi

cd src

$PIP_INSTALL .

if [ $? -ne 0 ]; then
echo "Error installing pandoc_attributes ... exiting"
exit 1
fi

1 change: 1 addition & 0 deletions build/pkgs/pandoc_attributes/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
optional

0 comments on commit 6aaed41

Please sign in to comment.