python-spyder-ai-chat
LOW
maintainer carlosal1015
0 votes
scanned 2026-09-01 17:48:51.913915
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
3
pkgname=python-${_base}
4
pkgver=1.0.7
5
pkgrel=1
6
pkgdesc="OpenAI-compatible AI chat pane + FIM completion for Spyder 6"
7
url="https://sourceforge.net/projects/spyder-ai-chat-plugin"
8
arch=(any)
9
license=(MIT)
10
depends=(spyder)
11
makedepends=(python-build python-installer python-setuptools)
12
source=(https://pypi.org/packages/source/${_base::1}/${_base//-/_}/${_base//-/_}-${pkgver}.tar.gz)
13
sha512sums=('389abe16a1336df47a8640da8069e5faf39444d8edfcdbba43620b1b52885c4bf4748ddcb905b72ae7fe7676b2b528cf27250d4e07a89a01398c6ca6ba10d5c0')
14
15
build() {
16
cd ${_base//-/_}-${pkgver}
17
python -m build --wheel --skip-dependency-check --no-isolation
18
}
19
20
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-01 17:48:51 | Low | 1 |