blob: 2030c0099bdd666d3b41de49744dfca1dc6ffee7 (
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
|
pkgbase = python-pudb-git
pkgdesc = A full-screen, console-based Python debugger
pkgver = 2024.1.3.r0.gf0b2aa5
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-urwid
depends = python-urwid_readline
optdepends = bpython: bpython shell
optdepends = ptpython: shell based on prompt_toolkit
optdepends = ipython: shell embedding IPython
provides = python-pudb
conflicts = python-pudb
source = git+https://github.com/inducer/pudb.git
sha256sums = SKIP
pkgname = python-pudb-git
|