Search Criteria
Package Details: python-pudb-git 2024.1.3.r0.gf0b2aa5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pudb-git.git (read-only, click to copy) |
---|---|
Package Base: | python-pudb-git |
Description: | A full-screen, console-based Python debugger |
Upstream URL: | https://documen.tician.de/pudb/ |
Licenses: | MIT |
Conflicts: | python-pudb |
Provides: | python-pudb |
Submitter: | craftyguy |
Maintainer: | bcb |
Last Packager: | bcb |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-02-13 00:50 (UTC) |
Last Updated: | 2024-11-16 11:51 (UTC) |
Dependencies (14)
- python-jedi
- python-packaging
- python-pygments
- python-urwid
- python-urwid_readlineAUR
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (python-installer-gitAUR) (make)
- python-pytest (check)
- python-pytest-mock (check)
- bpython (optional) – bpython shell
- ipython (ipython-gitAUR) (optional) – shell embedding IPython
- ptpythonAUR (optional) – shell based on prompt_toolkit
Required by (1)
- python-pytest-pudb (requires python-pudb)
Latest Comments
bcb commented on 2024-03-31 16:29 (UTC)
@maxemilian - sorry for the late reply. Building and running works fine for me.
python-urwid_readline
is a dependency, but it is an AUR package. Have you rebuilt it recently? Is it built for the current system Python version (3.11)? Look at the files listed bypacman -Ql python-urwid_readline
to see if it places its files under/usr/lib/python3.11/site-packages/
- if it is for a different version, rebuild it.This is a VCS package; when you run
makepkg
(or your AUR helper) it will build the latest version available in the upstream Git repository. Pushing changes to the AUR solely to bump the version is discouraged.maxemilian commented on 2024-02-18 19:32 (UTC) (edited on 2024-02-18 19:34 (UTC) by maxemilian)
I've getting error after installation
could you fix this
urwid_readline
dependency installation issue? I thought that it installed but it didn't. Also updating to the latest version would be very good. thx