# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=py3-sphinx-rtd-theme _pkgname=sphinx_rtd_theme pkgver=0.4.3 pkgrel=0 pkgdesc="Sphinx documentation theme: Read the Docs" url="https://pypi.org/project/sphinx-rtd-theme/" arch="noarch" license="MIT" depends="python3 py3-sphinx py3-iniconfig" checkdepends="py3-pytest" makedepends="" subpackages="" source="https://files.pythonhosted.org/packages/source/s/sphinx-rtd-theme/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { python3 setup.py build } check() { python3 setup.py test } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="44b9309ddd041181542747c70b6e180c07aaf8cd7ee9e4c7eb9e3948685b8bd578e815c022bd991cc7f4bc7d02bb3c7a6d213e5d0c2e8214aa85d50b73e53853 sphinx_rtd_theme-0.4.3.tar.gz"