# Maintainer: AlphaJack # Contributor: Mikkel Oscar Lyderik Larsen # Contributor: David Birks # Contributor: Jacqueline Outka # Contributor: Abuzer Rafey pkgname="mkdocs-material" pkgver=9.1.9 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=('3490203bb162d381f8fd8e5ace880af4780249724a5300ac1180576d962d9d8e') options=("!strip") build(){ cd "$pkgname-$pkgver" python -m build --wheel --no-isolation } package(){ cd "$pkgname-$pkgver" python -m installer --destdir="$pkgdir" dist/*.whl }