33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
pkgbase = python-elasticsearch
|
|
pkgdesc = Official Python client for Elasticsearch
|
|
pkgver = 8.16.0
|
|
pkgrel = 1
|
|
url = https://github.com/elastic/elasticsearch-py
|
|
arch = any
|
|
license = Apache-2.0
|
|
checkdepends = python-aiohttp
|
|
checkdepends = python-dateutil
|
|
checkdepends = python-numpy
|
|
checkdepends = python-orjson
|
|
checkdepends = python-pandas
|
|
checkdepends = python-pyarrow
|
|
checkdepends = python-pytest
|
|
checkdepends = python-pytest-asyncio
|
|
checkdepends = python-requests
|
|
checkdepends = python-yaml
|
|
makedepends = python-build
|
|
makedepends = python-hatchling
|
|
makedepends = python-installer
|
|
makedepends = python-wheel
|
|
depends = python
|
|
depends = python-elastic-transport
|
|
optdepends = python-aiohttp: support for asynchronous requests
|
|
optdepends = python-numpy: support for Maximal Marginal Relevance (MMR) for search results
|
|
optdepends = python-orjson: support for faster JSON serialization
|
|
optdepends = python-pyarrow: support for Arrow deserialization
|
|
optdepends = python-requests: support for synchronous requests
|
|
source = python-elasticsearch-8.16.0.tar.gz::https://github.com/elastic/elasticsearch-py/archive/v8.16.0.tar.gz
|
|
sha256sums = ff11e054db75c399746d536cde360803880350eaa3c3ae08a04f1b96e50e13f5
|
|
|
|
pkgname = python-elasticsearch
|