python-llm4free
LOW
maintainer Felixoid
0 votes
scanned 2026-09-14 11:16:56.753038
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: Mikhaul f. Shiryaev <mr dot felixoid at gmail dot com>
2
3
_name=llm4free
4
pkgname=python-${_name}
5
pkgver=2026.9.14
6
pkgrel=1
7
pkgdesc="Your All-in-One Python Toolkit for Web Search, AI Interaction, Digital Utilities, and More"
8
arch=(any)
9
url="https://github.com/OEvortex/llm4free"
10
license=('APACHE-2.0')
11
conflicts=('python-webscout')
12
replaces=('python-webscout')
13
depends=('python'
14
'python-aiohttp'
15
'python-colorama'
16
'python-curl_cffi'
17
'python-html5lib'
18
'python-httpx'
19
'python-litprinter'
20
'python-nest-asyncio'
21
'python-openai'
22
'python-packaging'
23
'python-psutil'
24
'python-pydantic'
25
'python-pyyaml'
26
'python-requests'
27
'python-rich'
28
'python-tqdm'
29
'python-typing_extensions'
30
)
31
makedepends=('python-setuptools' 'python-wheel')
32
checkdepends=(
33
'mypy'
34
'python-numpy'
35
'python-pytest'
36
'python-pytest-cov'
37
'python-pytest-mock'
38
'python-ruff'
39
'vulture'
40
)
41
source=(
42
"${_name}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/d0/df/18a971b703f0c3a38bb23b50efb2853089b1969a1cb9013ca2ed6680e583/llm4free-2026.9.14.tar.gz"
43
# Patch to fix trio dependency issue from https://github.com/OEvortex/Webscout/pull/82
44
)
45
sha256sums=(
46
088044bcc11c9b8a98d31b850543a196f01704663131f99a0f2a98790f399b4d
47
)
48
49
build() {
50
cd "${_name}-${pkgver}"
51
python -m build --wheel --no-isolation
52
}
53
54
package() {
55
cd "${_name}-${pkgver}"
56
python -m installer --destdir="${pkgdir}" "dist/${_name}-${pkgver}-py3-none-any.whl"
57
}
58
59
# vim:set ts=2 sw=2 et:
60
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-14 11:16:56 | Low | 1 |