python-expression

LOW
maintainer ansulev 0 votes scanned 2026-09-05 14:00:22.289320
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: 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
7pkgname=python-expression
8pkgver=5.7.0
9pkgrel=1
10pkgdesc="Practical functional programming for Python 3.10+"
11arch=('any')
12url="https://github.com/cognitedata/Expression"
13license=('MIT')
14depends=('python' 'python-typing_extensions')
15makedepends=('python-build' 'python-installer' 'python-hatchling' 'python-wheel')
16optdepends=('python-pydantic: pydantic integration (the "pydantic"/"all" extras)')
17source=("https://files.pythonhosted.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz")
18sha256sums=('4c5ea4247f871b8724ad580911ad73c1550fc653bb669daf2d49e4b645cc4770')
19
20build() {
21 cd "${_name}-${pkgver}"
22 python -m build --wheel --no-isolation
23}
24
25package() {
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)SeverityRules
2026-09-05 14:00:22 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