# Maintainer: AlphaJack # Contributor: Mikkel Oscar Lyderik Larsen # Contributor: David Birks # Contributor: Jacqueline Outka # Contributor: Abuzer Rafey pkgname="mkdocs-material" pkgver=9.0.11 pkgrel=1 pkgdesc="Material design theme for MkDocs" url="http://squidfunk.github.io/mkdocs-material/" license=("MIT") arch=("any") conflicts=("python-mkdocs-material") replaces=("python-mkdocs-material") depends=("mkdocs" "mkdocs-minify-plugin" "mkdocs-material-extensions" "pymdown-extensions" "python-colorama" "python-hatch-nodejs-version" "python-hatch-requirements-txt" "python-pygments" "python-regex" "python-requests") makedepends=("python-build" "python-installer" "python-wheel") source=("$pkgname-$pkgver.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/$pkgver.tar.gz") sha256sums=('30b5feee6edb8825d47640abd3a66a9db453c36808fab6408bf3ae38c7eb4821') options=("!strip") build(){ cd "$pkgname-$pkgver" python -m build --wheel --no-isolation } package(){ cd "$pkgname-$pkgver" python -m installer --destdir="$pkgdir" dist/*.whl }