Package Details: python-llm 0.31.1-1

Git Clone URL: https://aur.archlinux.org/python-llm.git (read-only, click to copy)
Package Base: python-llm
Description: Access large language models from the command-line
Upstream URL: https://github.com/simonw/llm
Licenses: Apache-2.0
Submitter: cotsuka
Maintainer: cotsuka
Last Packager: cotsuka
Votes: 7
Popularity: 0.24
First Submitted: 2024-12-24 07:01 (UTC)
Last Updated: 2026-07-14 21:34 (UTC)

Latest Comments

1 2 Next › Last »

cotsuka commented on 2026-07-14 21:36 (UTC)

@Ataraxy thanks for calling it out. Made the update.

Ataraxy commented on 2026-07-13 09:05 (UTC)

https://github.com/manticore-projects/aurscan/ reports:

  scanning python-llm (2 files) ...
[ SUSP ] python-llm (confidence 72%)
  The build and package functions perform normal Python wheel build/install steps and the source URL matches the stated GitHub upstream.
  However, the non-VCS release tarball uses sha256sums=SKIP, disabling source integrity verification.
  [warning] PKGBUILD: A fixed release tarball should have a pinned checksum; SKIP allows a changed or tampered download to build without
  detection.
!! Build blocked: 1 package(s) flagged SUSPICIOUS.
  Type INSTALL to override the scanner, or [q]uit to exit:

Please use makepkg --geninteg. Cheers!

cotsuka commented on 2025-09-30 17:31 (UTC)

@waveplate thanks for the report. Just opened an issue upstream

waveplate commented on 2025-09-22 20:25 (UTC)

ValueError: invalid pyproject.toml config: `project.license`.                                                                                                                                                         
configuration error: `project.license` must be valid exactly by one definition (2 matches found):                                                                                                                     

    - keys:                                                                                                                                                                                                           
        'file': {type: string}                                                                                                                                                                                        
      required: ['file']                                                                                                                                                                                              
    - keys:                                                                                                                                                                                                           
        'text': {type: string}                                                                                                                                                                                        
      required: ['text']                                                                                                                                                                                              


ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel                                                                                                                                    
==> ERROR: A failure occurred in build().

I got this error with both the python-condense-json and python-llm packages

license = "Apache-2.0" is the offending line in pyproject.toml

Since the decision was made to strictly enforce PEP 621, the only valid formats are:

license = { text = "Apache-2.0" }

and

license = { file = "LICENSE" }

cotsuka commented on 2025-04-22 15:49 (UTC)

Thanks @Antrax, just updated and used your package for the dependency.

Antrax commented on 2025-04-17 17:20 (UTC)

Hi,

I publish here in aur the package condensed-json, see: https://aur.archlinux.org/packages/python-condense-json

If you want.

Regards

cotsuka commented on 2025-04-10 23:45 (UTC)

Blocker to updating this to the latest version is packaging for python-condense-json. When I get a free moment I'll do this unless someone else wants to maintain it.

Auerhuhn commented on 2025-02-11 07:45 (UTC)

Hi @cotsuka, thanks for the updates!

cotsuka commented on 2025-02-10 21:29 (UTC)

Thanks for the suggestions, @Auerhuhn. I've incorporated them with the update.