python-openinference-semantic-conventions

LOW
maintainer medaminezghal 1 votes scanned 2026-09-06 07:10:31.945140
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: Mohamed Amine Zghal (medaminezghal) <medaminezghal at outlook dot com>
2
3_name=openinference-semantic-conventions
4pkgname=python-$_name
5pkgver=0.1.35
6pkgrel=1
7pkgdesc="OpenInference Semantic Conventions."
8arch=('any')
9_repo="https://github.com/Arize-ai/openinference"
10url="$_repo/tree/main/python/openinference-semantic-conventions"
11license=('Apache-2.0')
12depends=('python')
13makedepends=('python-hatchling' 'python-build' 'python-installer' 'python-wheel')
14checkdepends=('python-pytest')
15source=("$_repo/archive/refs/tags/$pkgname-v$pkgver.tar.gz")
16sha256sums=('b727c98033658653ca412f673cdf51f6da17648ee579428ced19a8a9cb72489c')
17
18build() {
19 cd "$srcdir"/${_name//-semantic-conventions/}-$pkgname-v$pkgver/python/$_name
20 python -m build --wheel --no-isolation
21}
22
23check() {
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
32package() {
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)SeverityRules
2026-09-06 07:10:31 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