Search Criteria
Package Details: python-groq 1.0.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-groq.git (read-only, click to copy) |
|---|---|
| Package Base: | python-groq |
| Description: | The official Python library for the groq API. |
| Upstream URL: | https://github.com/groq/groq-python |
| Licenses: | Apache-2.0 |
| Submitter: | medaminezghal |
| Maintainer: | medaminezghal |
| Last Packager: | medaminezghal |
| Votes: | 1 |
| Popularity: | 0.000107 |
| First Submitted: | 2025-02-19 07:23 (UTC) |
| Last Updated: | 2026-03-04 09:52 (UTC) |
Dependencies (25)
- python
- python-anyio
- python-distro
- python-httpx (python-httpx-gitAUR)
- python-pydantic
- python-sniffio
- python-typing_extensions
- python-build (make)
- python-hatch-fancy-pypi-readme (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (check)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (check)
- python-aiohttp (check)
- python-dirty-equals (check)
- python-httpx-aiohttp (check)
- python-pytest (check)
- python-pytest-asyncio (check)
- python-pytest-xdist (check)
- Show 5 more dependencies...
Required by (8)
- browser-use-cli (optional)
- python-pydantic-ai
- python-pydantic-ai-examples
- python-pydantic-ai-slim (optional)
- python-speechrecognition (check)
- python-speechrecognition (optional)
- reconninja
- vibestt
Latest Comments
marmis commented on 2026-03-07 00:49 (UTC) (edited on 2026-03-07 00:57 (UTC) by marmis)
Hi, @medaminezghal. I can't build this package on a clean-chroot because
pkillis missing. The package procps-ng, which haspkill, is not included in base nor base-devel, so it should be listed inmakedepends.(Edit: Never mind about this. It is necessary in plain makepkg, just not in a clean chroot)
Another issue here is the use oftrap, which keeps the server running after thecheck()function ends. I think this could simply be called after the tests are done:You could even use
killdirectly, if you patchscripts/mockto save the PID in a file.