python3-xapian-haystack: initial commit, version 3.1.0

This commit is contained in:
Tim Biermann 2024-02-25 20:45:51 +01:00
parent e5dafb7967
commit 40c53400d2
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/xapian_backend.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/xapian_backend.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/xapian_haystack-3.1.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/xapian_haystack-3.1.0.dist-info/AUTHORS
-rw-r--r-- root/root usr/lib/python3.10/site-packages/xapian_haystack-3.1.0.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/xapian_haystack-3.1.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/xapian_haystack-3.1.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/xapian_haystack-3.1.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/xapian_haystack-3.1.0.dist-info/top_level.txt

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/6kcGyl/R1NQ6SmuPJq5foECsX2GthWH2OOHMCqDZ+7JtaPcFZUyN+N0vS6JJKcLUF4xBaoe4gx36OZQAC99wU=
SHA256 (Pkgfile) = cd5feb0276b5a840b30763becfc3e22ae010eb40f1994f2521a1d5462444f6f2
SHA256 (.footprint) = 8d659034b342c86f0106b8a0ed03df26ed19ce6c07c38c885750a2ce8461ffaf
SHA256 (xapian-haystack-3.1.0.tar.gz) = 9f9ab90bf450bf6699d164594d569243aafb6c9f0990a16855f55a1d16bc09c6

View File

@ -0,0 +1,16 @@
# 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 python3-xapian python3-filelock
name=python3-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
}