python-openinference-instrumentation
LOW
maintainer medaminezghal
1 votes
scanned 2026-09-06 07:10:31.945140
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: Mohamed Amine Zghal (medaminezghal) <medaminezghal at outlook dot com>
2
3
_name=openinference-instrumentation
4
pkgname=python-$_name
5
pkgver=0.1.61
6
pkgrel=1
7
pkgdesc="OpenInference Semantic Conventions."
8
arch=('any')
9
_repo="https://github.com/Arize-ai/openinference"
10
url="$_repo/tree/main/python/openinference-semantic-conventions"
11
license=('Apache-2.0')
12
depends=('python' 'python-opentelemetry-api' 'python-opentelemetry-sdk' 'python-openinference-semantic-conventions' 'python-wrapt')
13
makedepends=('python-hatchling' 'python-build' 'python-installer' 'python-wheel')
14
checkdepends=('python-pytest' 'python-jsonschema' 'python-openai' 'python-pydantic' 'python-pytest-asyncio' 'python-pytest-recording')
15
source=("$_repo/archive/refs/tags/$pkgname-v$pkgver.tar.gz")
16
sha256sums=('01aba5f1143ecc1b68c384424772ea81ef6c542cc6c47affa6c4b7656a47f0ce')
17
18
build() {
19
cd "$srcdir"/${_name%%-*}-$pkgname-v$pkgver/${pkgname/-//}
20
python -m build --wheel --no-isolation
21
}
22
23
check() {
24
local pytest_options=(
25
-vv
26
--disable-warnings
27
)
28
cd "$srcdir"/${_name%%-*}-$pkgname-v$pkgver/${pkgname/-//}
29
PYTHONPATH=$PWD/src pytest "${pytest_options[@]}" tests
30
}
31
32
package() {
33
cd "$srcdir"/${_name%%-*}-$pkgname-v$pkgver/${pkgname/-//}
34
python -m installer --destdir="$pkgdir" dist/*.whl
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 07:10:31 | Low | 1 |