diff options
Diffstat (limited to 'repo/python/python-sphinx-alabaster-theme/python-sphinx-alabaster-theme.xibuild')
-rw-r--r-- | repo/python/python-sphinx-alabaster-theme/python-sphinx-alabaster-theme.xibuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/repo/python/python-sphinx-alabaster-theme/python-sphinx-alabaster-theme.xibuild b/repo/python/python-sphinx-alabaster-theme/python-sphinx-alabaster-theme.xibuild deleted file mode 100644 index aaeee3b..0000000 --- a/repo/python/python-sphinx-alabaster-theme/python-sphinx-alabaster-theme.xibuild +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -MAKEDEPS="python " -DEPS="" - -PKG_VER=0.7.12 -SOURCE=https://pypi.org/packages/source/a/alabaster/alabaster-$PKG_VER.tar.gz -DESC="Sphinx default theme" - -build() { - python setup.py build -} - -package () { - python setup.py install --root="$PKG_DEST" --optimize=1 -} |