Commit Graph

3 Commits

Author SHA1 Message Date
Alejandro R. Sedeño 35cbaaa3d2
xapian_wheel_builder - better metadata
* xapian_wheel_builder - better metadata

Fixes: #203
2021-09-24 21:11:18 +02:00
Alejandro R. Sedeño 37e8b5af8f work on xapian-delve issues
1) `xapian_wheel_builder.sh` adds `xapian-delve` to the wheel
2) `tests/xapian_tests/tests/test_backend.py` learns to check the new `xapian-delve` location
3) drop support for delve from xapian<1.3 (support dropped along Python 2)
2021-09-24 19:57:33 +02:00
Alejandro R. Sedeño 194aa2ca86
Added builder script xapian_wheel_builder.sh
This adds a script to build a wheel containing xapian python3 bindings
along with a matching build of the xapian library.

I've been using this with xapian v1.4.9 for years now, and recently
merged the linux and macOS versions into a single script.

This should not be used to create wheels for uploading to PyPI, but
works well for building a deployable artefact for a known
target.
2021-09-23 08:19:36 +02:00