blob: ec4b0ebad005ca7d93326f176a67af0d7da2eb5d (
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
|
pkgbase = python-libdebug
pkgdesc = A Python library for the debugging of binary executables.
pkgver = 0.9.0
pkgrel = 1
url = https://github.com/libdebug/libdebug
arch = x86_64
license = MIT
checkdepends = python-pwntools
checkdepends = python-objgraph
makedepends = nanobind
makedepends = python-build
makedepends = python-installer
makedepends = python-scikit-build-core
makedepends = python-typing_extensions
depends = gcc-libs
depends = glibc
depends = libdwarf
depends = libelf
depends = python
depends = python-prompt_toolkit
depends = python-psutil
depends = python-pyelftools
depends = python-requests
depends = python-rich
source = python-libdebug-0.9.0.tar.gz::https://github.com/libdebug/libdebug/archive/refs/tags/0.9.0.tar.gz
sha512sums = ff5ad792bf2006acc8ad35bb2796faedcb0cdce1f5bca2b93ac535b921a821efa869e4910fd529958b424f62d6ace8c63ea239152fa0632233233d398b381381
pkgname = python-libdebug
|