python-opensearch-git
LOW
maintainer silvan
0 votes
scanned 2026-09-22 09:37:47.929419
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Silvan Gümüsdere <silvan@trollbox.org>
2
3
pkgname=python-opensearch-git
4
pkgver=3.2.0.r15.gf09f8b0
5
pkgrel=1
6
pkgdesc='Python Client for OpenSearch'
7
arch=('any')
8
url='https://github.com/opensearch-project/opensearch-py'
9
license=('Apache-2.0')
10
conflicts=('python-opensearch')
11
depends=(
12
'python'
13
'python-urllib3'
14
'python-requests'
15
'python-dateutil'
16
'python-certifi'
17
)
18
makedepends=(
19
'git'
20
'python-setuptools'
21
)
22
optdepends=(
23
'python-aiohttp'
24
)
25
source=("$pkgname::git+$url.git")
26
sha256sums=('SKIP')
27
28
pkgver() {
29
cd "$pkgname"
30
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
31
}
32
33
build() {
34
cd "$pkgname"
35
python setup.py build
36
}
37
38
package() {
39
cd "$pkgname"
40
python setup.py install --root="${pkgdir}" --optimize=1
41
}
42
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-22 09:37:47 | Low | 1 |