notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
py-deptry CLI utility to check for unused, missing and transitive dependencies
0.12.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.12.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-07-31 16:48:13
Last Update: 2023-07-31 16:39:45
Commit Hash: d1d6645
Also Listed In: python
License: MIT
WWW:
https://fpgmaas.github.io/deptry/
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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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 py39-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 py39-deptry listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-deptry
Package flavors (<flavor>: <package>)
  • py39: py39-deptry
distinfo:
TIMESTAMP = 1689398765 SHA256 (deptry-0.12.0.tar.gz) = ac3cd32d149c92a9af12f63cd9486ddd1760f0277ed0cf306c6ef0388f57ff0a SIZE (deptry-0.12.0.tar.gz) = 27572

Packages (timestamps in pop-ups are UTC):
py39-deptry
ABIlatestquarterly
FreeBSD:12:aarch64-0.12.0
FreeBSD:12:amd640.12.00.12.0
FreeBSD:12:armv6--
FreeBSD:12:armv7--
FreeBSD:12:i3860.12.00.12.0
FreeBSD:12:mips--
FreeBSD:12:mips64--
FreeBSD:12:powerpc64--
FreeBSD:13:aarch640.12.00.12.0
FreeBSD:13:amd640.12.00.12.0
FreeBSD:13:armv6--
FreeBSD:13:armv70.12.00.12.0
FreeBSD:13:i3860.12.00.12.0
FreeBSD:13:mips--
FreeBSD:13:mips64--
FreeBSD:13:powerpc64-0.12.0
FreeBSD:13:riscv64--
FreeBSD:14:aarch640.12.00.12.0
FreeBSD:14:amd640.12.00.12.0
FreeBSD:14:armv6--
FreeBSD:14:armv70.12.00.12.0
FreeBSD:14:i3860.12.00.12.0
FreeBSD:14:mips--
FreeBSD:14:mips64--
FreeBSD:14:powerpc64--
FreeBSD:14:riscv64--
FreeBSD:15:amd640.12.0-
FreeBSD:15:armv6--
FreeBSD:15:armv70.12.0-
FreeBSD:15:i3860.12.0-
FreeBSD:15:mips64--
FreeBSD:15:powerpc640.12.0-
FreeBSD:15:riscv64--
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-poetry-core>=1.0.0 : devel/py-poetry-core@py39
  2. python3.9 : lang/python39
  3. py39-build>=0 : devel/py-build@py39
  4. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-chardet>=4.0.0,1 : textproc/py-chardet@py39
  2. py39-click>=8.0.0<9 : devel/py-click@py39
  3. py39-pathspec>=0.9.0 : devel/py-pathspec@py39
  4. python3.9 : lang/python39
  5. py39-tomli>=2.0.1<3 : textproc/py-tomli@py39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-deptry
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/deptry/
  2. https://pypi.org/packages/source/d/deptry/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.12.0
31 Jul 2023 16:39:45
commit hash: d1d66459c982d366681e67d4c82f2865fbd947ffcommit hash: d1d66459c982d366681e67d4c82f2865fbd947ffcommit hash: d1d66459c982d366681e67d4c82f2865fbd947ffcommit hash: d1d66459c982d366681e67d4c82f2865fbd947ff files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-deptry: Add py-deptry 0.12.0

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.

Number of commits found: 1