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
752 B
Plaintext

# Contributor: David Demelier <markand@malikania.fr>
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=mkdocs-cinder
pkgver=1.2.0
pkgrel=4
pkgdesc="clean responsive theme for mkdocs"
url="https://github.com/chrissimpkins/cinder"
arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/m/mkdocs-cinder/mkdocs-cinder-$pkgver.tar.gz"
options="!check" # No tests.
build() {
python3 setup.py build
}
package() {
python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="
29bfabab23980c2595a182618b21530d50a3b6bf0cb4a08e63888a0ce372e897c3752c8778b92f31c4ed5f71214021311817f9d1718e0984660f9717a8a432a2 mkdocs-cinder-1.2.0.tar.gz
"