psykose deb62258ec */*: set --skip-build for python installs
this marginally increases install speed by not checking if it needs a rebuild.
also remove --prefix=/usr as it defaults to /usr already.

might break a build or two, will fix later
2023-01-10 04:19:31 +01:00

28 lines
836 B
Plaintext

# Contributor: Duncan Bellamy <dunk@denkimushi.com>
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=py3-sphinxcontrib-tabs
pkgver=3.4.1
pkgrel=1
pkgdesc="Create tabbed content in Sphinx documentation when building HTML"
url="https://github.com/executablebooks/sphinx-tabs"
arch="noarch"
license="MIT"
#test files are not included in pypi archive
options="!check"
depends="python3"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/s/sphinx-tabs/sphinx-tabs-$pkgver.tar.gz"
builddir="$srcdir/sphinx-tabs-$pkgver"
build() {
python3 setup.py build
}
package() {
python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="
5e1f9da5d8a54e1c97d68bc34a8b08b45ea5093bd3f10722b9afb7a84eceae92cb6e711f3797108b7f23098faf01c0e399a6f862bb2a538a6d3c545993130a92 sphinx-tabs-3.4.1.tar.gz
"