Search Criteria
Package Details: deptry 0.21.1-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.007080 |
First Submitted: | 2024-03-16 15:40 (UTC) |
Last Updated: | 2024-11-16 01:35 (UTC) |
Dependencies (12)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-requirements-parserAUR
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-maturin (python-maturin-gitAUR) (make)
- python-wheel (make)
- python-pytest (check)
- python-pytest-xdist (check)
Latest Comments
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.toml
I believe the following is the case:colorama
is only needed on Windows.tomli
is 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
.