Package Details: pipdeptree 4.1.0-3

Git Clone URL: https://aur.archlinux.org/pipdeptree.git (read-only, click to copy)
Package Base: pipdeptree
Description: Command line utility to show dependency tree of Python packages
Upstream URL: https://github.com/tox-dev/pipdeptree
Keywords: cli dependency python tree
Licenses: MIT
Submitter: SpotlightKid
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 11
Popularity: 0.76
First Submitted: 2015-12-02 21:32 (UTC)
Last Updated: 2026-07-21 22:42 (UTC)

Latest Comments

1 2 Next › Last »

Dominiquini commented on 2026-07-21 23:23 (UTC)

@yochananmarqos: What is the problem in using the PyPI version instead of the GitHub?

yochananmarqos commented on 2026-07-21 22:44 (UTC) (edited on 2026-07-21 22:45 (UTC) by yochananmarqos)

@Dominiquini: No worries. Now you can use pipdeptree to help you with your other Python AUR packages; i.e.,

❯ pipdeptree from-index pipdeptree
pipdeptree==4.1.0
┣━━ ✓ nab-index candidate: 0.0.11
┃   ┣━━ ✓ packaging candidate: 26.2
┃   ┣━━ ✓ truststore candidate: 0.10.4
┃   ┣━━ ✓ typing-extensions candidate: 4.16.0
┃   ┗━━ ✓ urllib3 candidate: 2.7.0
┗━━ ✓ nab-python candidate: 0.0.11
    ┣━━ ✓ build candidate: 1.5.0
    ┃   ┣━━ ✓ packaging candidate: 26.2
    ┃   ┗━━ ✓ pyproject-hooks candidate: 1.2.0
    ┣━━ ✓ installer candidate: 1.0.1
    ┣━━ ✓ nab-index candidate: 0.0.11
    ┃   ┣━━ ✓ packaging candidate: 26.2
    ┃   ┣━━ ✓ truststore candidate: 0.10.4
    ┃   ┣━━ ✓ typing-extensions candidate: 4.16.0
    ┃   ┗━━ ✓ urllib3 candidate: 2.7.0
    ┣━━ ✓ nab-resolver candidate: 0.0.11
    ┃   ┗━━ ✓ typing-extensions candidate: 4.16.0
    ┣━━ ✓ pyproject-hooks candidate: 1.2.0
    ┣━━ ✓ tomli candidate: 2.4.1
    ┣━━ ✓ tomli-w candidate: 1.2.0
    ┗━━ ✓ typing-extensions candidate: 4.16.0

Dominiquini commented on 2026-07-21 21:13 (UTC)

@yochananmarqos: Sorry about that—I should have waited for your reply! Since you were active in the thread, I figured that if you didn't want to be involved, you'd simply remove yourself... I'm glad you accepted. I think I'll disown myself, since I don't have much to contribute here! Thanks.

yochananmarqos commented on 2026-07-21 18:18 (UTC)

@Dominiquini: Sure, I'll be a Co-Maintainer...oh, I see I already am.

By the way, it's polite to ask if someone wants to be a Co-Maintainer before adding them. ;)

Dominiquini commented on 2026-07-21 18:13 (UTC)

@yochananmarqos: I copied from other python packages that I maintain! I don't quite understand how compiling Python projects works... Are you interested in being a co-maintainer of the package?

yochananmarqos commented on 2026-07-21 18:09 (UTC) (edited on 2026-07-21 18:14 (UTC) by yochananmarqos)

@Dominiquini: As I mentioned, only one build backend is used in a project. Since meson-python / python-ninja is the new backend, python-setuptools and python-hatchling / python-hatch-vcs are no longer required.

Also, the 4.10 release was only for PyPI.

yochananmarqos commented on 2026-07-21 16:07 (UTC)

@Dominiquini: The architecture is now 'x86_64' as it includes an ELF file. Only one Python build backend is ever required and every one included is not needed. As @patlefort mentioned, it requires meson-python & python-ninja to build.

See my PKGBUILD.

patlefort commented on 2026-07-21 15:31 (UTC)

It's missing meson-python and python-ninja in makedepends.

SpotlightKid commented on 2026-07-21 10:16 (UTC)

I'm disowning this package, since version 4.0.0 completely changed the dependencies and I don't have time to handle the necessary PKGBUILD updates at the moment.

autinerd commented on 2022-10-27 13:48 (UTC)

Hi, you should put python-graphviz instead of graphviz into the optdepends, because pipdeptree needs the Python interface for graphical output.