blob: 77c1f1bf8bb19ea713c64bd790c3f19a3fd3f308 (
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-archinfo-git
pkgdesc = Architecture-information specific details for the angr project
pkgver = 9.2.131.dev0.r714.74d9945
pkgrel = 1
url = https://github.com/angr/archinfo
arch = any
license = BSD-2-Clause
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-myst-parser
makedepends = python-setuptools
makedepends = python-sphinx-autodoc-typehints
makedepends = python-wheel
depends = python>=3.10
optdepends = python-capstone: Capstone disassembly support
optdepends = python-keystone: Keystone assembler support
optdepends = python-pypcode: Ghidra SLEIGH support
optdepends = python-pyvex: Valgrind VEX support
optdepends = python-unicorn: Unicorn engine support
provides = python-archinfo
conflicts = python-archinfo
source = python-archinfo-git::git+https://github.com/angr/archinfo.git#branch=master
b2sums = SKIP
pkgname = python-archinfo-git
provides = python-archinfo
provides = python-archinfo=9.2.131.dev0
|