Search Criteria
Package Details: deptry 0.24.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/deptry.git (read-only, click to copy) |
|---|---|
| Package Base: | deptry |
| Description: | Find unused, missing and transitive dependencies in a Python project |
| Upstream URL: | https://github.com/fpgmaas/deptry |
| Licenses: | MIT |
| Submitter: | carsme |
| Maintainer: | carsme |
| Last Packager: | carsme |
| Votes: | 1 |
| Popularity: | 0.000001 |
| First Submitted: | 2024-03-16 15:40 (UTC) |
| Last Updated: | 2025-12-01 23:54 (UTC) |
Dependencies (16)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- python
- python-click
- python-packaging
- python-requirements-parserAUR
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-maturin (python-maturin-gitAUR) (make)
- python-wheel (make)
- python-pdm (check)
- python-poetry (python-poetry-gitAUR) (check)
- python-pytest (check)
- python-pytest-xdist (check)
- uv (check)
Latest Comments
yochananmarqos commented on 2025-11-09 18:32 (UTC)
@carsme: 0.24.0 is now available. You still around?
yochananmarqos commented on 2025-01-29 02:16 (UTC)
@carsme: The tests pass in a clean chroot, however if one builds with
makepkgand happens to havepython-beautifulsoup4installed, they fail for some reason:¯\_(ツ)_/¯
yochananmarqos commented on 2024-03-19 16:05 (UTC)
@carsme: Ah, you're right about the dependencies. Not sure how I missed that.
carsme commented on 2024-03-19 15:58 (UTC)
@yochananmarqos I'm afraid I cannot reproduce the issue with installer. Regarding the deps, from looking at
pyproject.tomlI believe the following is the case:coloramais only needed on Windows.tomliis only needed for Python < 3.11.They are unfortunately still reported as missing by namcap.
yochananmarqos commented on 2024-03-19 01:16 (UTC) (edited on 2024-03-19 01:18 (UTC) by yochananmarqos)
@carsme: For some reason the Python module is not being installed by Installer. I added this to the package() function to compensate for now:
It's also missing dependencies on
python-colorama&python-tomli.