python-llm4free

LOW
maintainer Felixoid 0 votes scanned 2026-09-14 11:16:56.753038
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: Mikhaul f. Shiryaev <mr dot felixoid at gmail dot com>
2
3_name=llm4free
4pkgname=python-${_name}
5pkgver=2026.9.14
6pkgrel=1
7pkgdesc="Your All-in-One Python Toolkit for Web Search, AI Interaction, Digital Utilities, and More"
8arch=(any)
9url="https://github.com/OEvortex/llm4free"
10license=('APACHE-2.0')
11conflicts=('python-webscout')
12replaces=('python-webscout')
13depends=('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 )
31makedepends=('python-setuptools' 'python-wheel')
32checkdepends=(
33 'mypy'
34 'python-numpy'
35 'python-pytest'
36 'python-pytest-cov'
37 'python-pytest-mock'
38 'python-ruff'
39 'vulture'
40)
41source=(
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)
45sha256sums=(
46 088044bcc11c9b8a98d31b850543a196f01704663131f99a0f2a98790f399b4d
47)
48
49build() {
50 cd "${_name}-${pkgver}"
51 python -m build --wheel --no-isolation
52}
53
54package() {
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)SeverityRules
2026-09-14 11:16:56 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