python-expression
LOW
maintainer ansulev
0 votes
scanned 2026-09-05 14:00:22.289320
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: Angel Sulev <angel.sulev@gmail.com>
2
# Why this exists: aur/litellm 1.99.0-1 imports `expression` unconditionally in
3
# litellm/proxy/_experimental/mcp_server/outbound_credentials/types.py but does not
4
# declare it. No python-expression existed in core/extra/AUR as of 2026-09-05.
5
6
_name=expression
7
pkgname=python-expression
8
pkgver=5.7.0
9
pkgrel=1
10
pkgdesc="Practical functional programming for Python 3.10+"
11
arch=('any')
12
url="https://github.com/cognitedata/Expression"
13
license=('MIT')
14
depends=('python' 'python-typing_extensions')
15
makedepends=('python-build' 'python-installer' 'python-hatchling' 'python-wheel')
16
optdepends=('python-pydantic: pydantic integration (the "pydantic"/"all" extras)')
17
source=("https://files.pythonhosted.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz")
18
sha256sums=('4c5ea4247f871b8724ad580911ad73c1550fc653bb669daf2d49e4b645cc4770')
19
20
build() {
21
cd "${_name}-${pkgver}"
22
python -m build --wheel --no-isolation
23
}
24
25
package() {
26
cd "${_name}-${pkgver}"
27
python -m installer --destdir="${pkgdir}" dist/*.whl
28
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 14:00:22 | Low | 1 |