summaryrefslogtreecommitdiff
path: root/repo/python/python-sphinxcontrib-applehelp.xibuild
blob: bcc2de5772ad45706113c4021711f6a6d0b8e9a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

MAKEDEPS="python"
DEPS="python-flake8 python-mypy python-docutils-python-stubs python-pytest"

PKG_VER=1.0.2
SOURCE=https://files.pythonhosted.org/packages/9f/01/ad9d4ebbceddbed9979ab4a89ddb78c9760e74e6757b1880f1b2760e8295/sphinxcontrib-applehelp-$PKG_VER.tar.gz
DESC="sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"

build() {
    python setup.py build
}

package () {
    python setup.py install --root="$PKG_DEST" --optimize=1
}