ptrcnull d6e150e932
testing/*: rebuild against python 3.12
this is only a partial rebuild,
including stuff that i built on my personal machine
with python 3.12.2; might fail with 3.12.3
2024-04-15 17:00:47 +02:00

27 lines
767 B
Plaintext

# Contributor: David Demelier <markand@malikania.fr>
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=mkdocs-cluster
pkgver=0.0.9
pkgrel=4
pkgdesc="another bootstrap theme for mkdocs"
url="https://gitlab.com/kaliko/mkdocs-cluster"
arch="noarch"
license="BSD-2-Clause"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/m/mkdocs-cluster/mkdocs-cluster-$pkgver.tar.gz"
options="!check" # No tests.
build() {
python3 setup.py build
}
package() {
python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="
0cbdf0fb96b1de85bb0474a607ca9a1242debdea977e1a2376bdb6566e746263df646b3a9e0f6da8465b760954649e87295c0a8e2b83b22b0cb2aa75e8fc6737 mkdocs-cluster-0.0.9.tar.gz
"