From 40c53400d279244af396d49422d86ca0a723c24c Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 25 Feb 2024 20:45:51 +0100 Subject: [PATCH] python3-xapian-haystack: initial commit, version 3.1.0 --- python3-xapian-haystack/.footprint | 14 ++++++++++++++ python3-xapian-haystack/.signature | 5 +++++ python3-xapian-haystack/Pkgfile | 16 ++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 python3-xapian-haystack/.footprint create mode 100644 python3-xapian-haystack/.signature create mode 100644 python3-xapian-haystack/Pkgfile diff --git a/python3-xapian-haystack/.footprint b/python3-xapian-haystack/.footprint new file mode 100644 index 000000000..5d172297b --- /dev/null +++ b/python3-xapian-haystack/.footprint @@ -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 diff --git a/python3-xapian-haystack/.signature b/python3-xapian-haystack/.signature new file mode 100644 index 000000000..5d448608b --- /dev/null +++ b/python3-xapian-haystack/.signature @@ -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 diff --git a/python3-xapian-haystack/Pkgfile b/python3-xapian-haystack/Pkgfile new file mode 100644 index 000000000..742db53c2 --- /dev/null +++ b/python3-xapian-haystack/Pkgfile @@ -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 +}