aboutsummaryrefslogtreecommitdiffstats
path: root/main/py3-django-haystack/APKBUILD
blob: d99494020f648bee91b31c609c9c58b4362cb469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Contributor: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
# Maintainer: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
pkgname=py3-django-haystack
pkgver=2.8.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"
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() {
	cd "$builddir"
	python3 setup.py build
}

package() {
	cd "$builddir"
	python3 setup.py install --root "$pkgdir"
}

sha512sums="019defd304334657f5a4ef849fedcf2915800c816f4ff7a53d68a61f5506fc4b94dc43fffda2a4d4ce105a55ac37076e73edcc1ae4acd1c85240320e0af2f069  django-haystack-2.8.1.tar.gz"