# Contributor: Leonardo Arena # Maintainer: pkgname=py3-django-mptt _pkgname=django-mptt pkgver=0.9.0 pkgrel=2 pkgdesc="Utilities for implementing a modified pre-order traversal tree in django" options="!check" # Requires running django instance url="https://github.com/django-mptt/django-mptt" arch="noarch" license="MIT" depends="py3-django py3-django-js-asset" makedepends="py3-setuptools" source="$pkgname-$pkgver.tar.gz::https://github.com/django-mptt/$_pkgname/archive/$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver replaces="py-django-mptt" # Backwards compatibiity provides="py-django-mptt=$pkgver-r$pkgrel" # Backwards compatibility build() { python3 setup.py --quiet build } package() { python3 setup.py --quiet install --prefix=/usr --root="$pkgdir" } sha512sums="7a5356b4c2a242f716b3b481d318b2a5741817fd40b79f54ec5a74fcc3cc0e4469c0a28601b3139cebc9a5ec4da0ef8f4f24476065fc8230fb8de94343852000 py3-django-mptt-0.9.0.tar.gz"