Port details |
- py-deptry CLI utility to check for unused, missing and transitive dependencies
- 0.21.1_1 devel =2 0.20.0_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-07-31 16:48:13
- Last Update: 2024-12-01 09:24:18
- Commit Hash: 1d1fd15
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://deptry.com/
- https://github.com/fpgmaas/deptry
- Description:
- deptry is a command line tool to check for issues with dependencies in a Python
project, such as unused or missing dependencies. It supports the following types
of projects:
- Projects that use Poetry and a corresponding pyproject.toml file
- Projects that use PDM and a corresponding pyproject.toml file
- Projects that use a requirements.txt file according to the pip standards
Dependency issues are detected by scanning for imported modules within all
Python files in a directory and its subdirectories, and comparing those to the
dependencies listed in the project's requirements.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}deptry>0:devel/py-deptry@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-deptry/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-deptry
- pkg install py311-deptry
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-deptry listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-deptry
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1732202528
SHA256 (deptry-0.21.1.tar.gz) = 60332b8d58d6584b340511a4e1b694048499f273d69eaea413631b2e8bc186ff
SIZE (deptry-0.21.1.tar.gz) = 156671
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-maturin>=1.5<2.0 : devel/py-maturin@py311
- rust>=1.83.0 : lang/rust
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-click>=8.0.0<9 : devel/py-click@py311
- py311-packaging>=23.2 : devel/py-packaging@py311
- py311-requirements-parser>=0.11.0<1 : devel/py-requirements-parser@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-deptry
- USES:
- cargo python:3.9+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|