# Contributor: Kaarle Ritvanen # Maintainer: Kaarle Ritvanen pkgname=py3-django-haystack pkgver=3.1.1 pkgrel=1 pkgdesc="Modular search for Django" options="!check" # requires unpackaged pysolr and whoosh url="https://github.com/django-haystack/django-haystack" arch="noarch" license="BSD-3-Clause" depends="py3-django py3-setuptools" makedepends="py3-setuptools_scm" source="https://files.pythonhosted.org/packages/source/d/django-haystack/django-haystack-$pkgver.tar.gz" builddir="$srcdir/django-haystack-$pkgver" replaces="py-django-haystack" # Backwards compatibility provides="py-django-haystack=$pkgver-r$pkgrel" # Backwards compatibility build() { python3 setup.py build } package() { python3 setup.py install --root "$pkgdir" } sha512sums=" 509c2c922b6c6c5a2961b2d10b640cf82e8bc2536203c865c2c7a6fdebd2c7173616ce22d620bfd5ef14b61e11a9c88f64cc941195ff2adc2d62604d2c13717c django-haystack-3.1.1.tar.gz "