python-openinference-semantic-conventions
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-semantic-conventions
4
pkgname=python-$_name
5
pkgver=0.1.35
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')
13
makedepends=('python-hatchling' 'python-build' 'python-installer' 'python-wheel')
14
checkdepends=('python-pytest')
15
source=("$_repo/archive/refs/tags/$pkgname-v$pkgver.tar.gz")
16
sha256sums=('b727c98033658653ca412f673cdf51f6da17648ee579428ced19a8a9cb72489c')
17
18
build() {
19
cd "$srcdir"/${_name//-semantic-conventions/}-$pkgname-v$pkgver/python/$_name
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//-semantic-conventions/}-$pkgname-v$pkgver/python/$_name
29
PYTHONPATH=$PWD/src pytest "${pytest_options[@]}" tests
30
}
31
32
package() {
33
cd "$srcdir"/${_name//-semantic-conventions/}-$pkgname-v$pkgver/python/$_name
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 |