python-spyder-ai-chat

LOW
maintainer carlosal1015 0 votes scanned 2026-09-01 17:48:51.913915
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: Carlos Aznarán <caznaranl@uni.pe>
2_base=spyder-ai-chat
3pkgname=python-${_base}
4pkgver=1.0.7
5pkgrel=1
6pkgdesc="OpenAI-compatible AI chat pane + FIM completion for Spyder 6"
7url="https://sourceforge.net/projects/spyder-ai-chat-plugin"
8arch=(any)
9license=(MIT)
10depends=(spyder)
11makedepends=(python-build python-installer python-setuptools)
12source=(https://pypi.org/packages/source/${_base::1}/${_base//-/_}/${_base//-/_}-${pkgver}.tar.gz)
13sha512sums=('389abe16a1336df47a8640da8069e5faf39444d8edfcdbba43620b1b52885c4bf4748ddcb905b72ae7fe7676b2b528cf27250d4e07a89a01398c6ca6ba10d5c0')
14
15build() {
16 cd ${_base//-/_}-${pkgver}
17 python -m build --wheel --skip-dependency-check --no-isolation
18}
19
20package() {
21 cd ${_base//-/_}-${pkgver}
22 PYTHONPYCACHEPREFIX="${PWD}/.cache/cpython/" python -m installer --destdir="${pkgdir}" dist/*.whl
23 install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 17:48:51 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