17 lines
570 B
Plaintext
17 lines
570 B
Plaintext
# Description: A Xapian backend for Haystack
|
|
# URL: https://github.com/notanumber/xapian-haystack
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
|
# Depends on: python3-django-haystack pythpn3-xapian python3-filelock
|
|
|
|
name=pythpn3-xapian-haystack
|
|
version=3.1.0
|
|
release=1
|
|
source=(https://pypi.org/packages/source/x/xapian-haystack/xapian-haystack-$version.tar.gz)
|
|
|
|
build() {
|
|
cd xapian-haystack-$version
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
|
}
|