blob: 64bdc6e04cf2616ab7c91d068890941fdccd8995 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
pkgbase = python-pudb-git
pkgdesc = A full-screen, console-based Python debugger
pkgver = 2025.1.r16.g117bd41
pkgrel = 1
url = https://documen.tician.de/pudb/
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-mock
makedepends = git
makedepends = python-build
makedepends = python-hatchling
makedepends = python-installer
depends = python-jedi
depends = python-packaging
depends = python-pygments
depends = python-typing_extensions
depends = python-urwid
depends = python-urwid_readline
optdepends = bpython: bpython shell
optdepends = ptpython: shell based on prompt_toolkit
optdepends = ipython: shell embedding IPython
optdepends = python-shtab: shell completion
provides = python-pudb
conflicts = python-pudb
source = git+https://github.com/inducer/pudb.git
sha256sums = SKIP
pkgname = python-pudb-git
|