pythpn3-xapian-haystack: initial commit, version 3.1.0

This commit is contained in:
Tim Biermann 2024-02-25 20:36:57 +01:00
parent 1009b9c571
commit f8bc0d8acc
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/ZqolIgCXVK2sFqIyqP1BmAmKJ4smsy5WaPyjVrBRp8c6eCh4RcUpn4EmQHWr2cO0LGOl5LhVT6/BdwN8FHrgk=
SHA256 (Pkgfile) = 1bfdcd9ed93941b70ca92e0a2557c65808351656409aaf96c56bac6b9e992ae2
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 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
}