diff --git a/extra/python-docutils/build b/extra/python-docutils/build new file mode 100755 index 00000000..6efa479b --- /dev/null +++ b/extra/python-docutils/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +python3 setup.py build +python3 setup.py install \ + --prefix=/usr \ + --root="$1" diff --git a/extra/python-docutils/checksums b/extra/python-docutils/checksums new file mode 100644 index 00000000..362af2e6 --- /dev/null +++ b/extra/python-docutils/checksums @@ -0,0 +1 @@ +33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6 diff --git a/extra/python-docutils/depends b/extra/python-docutils/depends new file mode 100644 index 00000000..10487c58 --- /dev/null +++ b/extra/python-docutils/depends @@ -0,0 +1,2 @@ +python +python-markupsafe diff --git a/extra/python-docutils/sources b/extra/python-docutils/sources new file mode 100644 index 00000000..eff28820 --- /dev/null +++ b/extra/python-docutils/sources @@ -0,0 +1 @@ +https://downloads.sourceforge.net/docutils/docutils-VERSION.tar.gz diff --git a/extra/python-docutils/version b/extra/python-docutils/version new file mode 100644 index 00000000..002b377b --- /dev/null +++ b/extra/python-docutils/version @@ -0,0 +1 @@ +0.19 1