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