python-opensearch-git

LOW
maintainer silvan 0 votes scanned 2026-09-22 09:37:47.929419
View on AUR
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
3pkgname=python-opensearch-git
4pkgver=3.2.0.r15.gf09f8b0
5pkgrel=1
6pkgdesc='Python Client for OpenSearch'
7arch=('any')
8url='https://github.com/opensearch-project/opensearch-py'
9license=('Apache-2.0')
10conflicts=('python-opensearch')
11depends=(
12 'python'
13 'python-urllib3'
14 'python-requests'
15 'python-dateutil'
16 'python-certifi'
17)
18makedepends=(
19 'git'
20 'python-setuptools'
21)
22optdepends=(
23 'python-aiohttp'
24)
25source=("$pkgname::git+$url.git")
26sha256sums=('SKIP')
27
28pkgver() {
29 cd "$pkgname"
30 git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
31}
32
33build() {
34 cd "$pkgname"
35 python setup.py build
36}
37
38package() {
39 cd "$pkgname"
40 python setup.py install --root="${pkgdir}" --optimize=1
41}
42
43

Scan history

Scanned at (UTC)SeverityRules
2026-09-22 09:37:47 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion