diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-03 22:31:21 +0000 |
|---|---|---|
| committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2026-07-05 22:43:41 +0200 |
| commit | 80e77dc3459c82ede8963b573fe560d5de2cd1ef (patch) | |
| tree | 3a8b9d9c16d135e5b7b130714aacc74dbbb70cd1 /gnu/packages/emulators.scm | |
| parent | 52a2fe321340d63b3f089047cc09500e4f2cba0f (diff) | |
gnu: python-archinfo: Update to 9.2.186.
* gnu/packages/emulators.scm (python-archinfo): Update to 9.2.186.
[source]: Switch to git-fetch.
[arguments]: Drop all.
[propagated-inputs]: Remove python-backports-strenum, python-capstone,
and python-keystone-engine; add python-pypcode.
[native-inputs]: Remove python-wheel; add python-pytest.
Change-Id: Ie1b31b856f403b4010ac5c05d5f9c3b6810d637c
Co-authored-by: Sören Tempel <soeren+git@soeren-tempel.net>
Diffstat (limited to 'gnu/packages/emulators.scm')
| -rw-r--r-- | gnu/packages/emulators.scm | 32 |
1 files changed, 11 insertions, 21 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 2d6b1fb0d62..d729572f952 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm | |||
| @@ -5431,32 +5431,22 @@ Python 3.11 for Python >=3.8.6.") | |||
| 5431 | (package | 5431 | (package |
| 5432 | (name "python-archinfo") | 5432 | (name "python-archinfo") |
| 5433 | ;; Must be the same version as python-angr. | 5433 | ;; Must be the same version as python-angr. |
| 5434 | (version "9.2.112") | 5434 | (version "9.2.186") |
| 5435 | (source | 5435 | (source |
| 5436 | (origin | 5436 | (origin |
| 5437 | (method url-fetch) | 5437 | (method git-fetch) |
| 5438 | (uri (pypi-uri "archinfo" version)) | 5438 | (uri (git-reference |
| 5439 | (url "https://github.com/angr/archinfo") | ||
| 5440 | (commit (string-append "v" version)))) | ||
| 5441 | (file-name (git-file-name name version)) | ||
| 5439 | (sha256 | 5442 | (sha256 |
| 5440 | (base32 "011n9vrrsbqbnw2i38ls7f0xkd85kxcnn14fm4lhxjpi91p7hshb")))) | 5443 | (base32 "1m68vbqz3bgyi8n6ls7i0w22djv8aaad62za2ixhzfbdsxwv39vl")))) |
| 5441 | (build-system pyproject-build-system) | 5444 | (build-system pyproject-build-system) |
| 5442 | (arguments | ||
| 5443 | `(#:phases (modify-phases %standard-phases | ||
| 5444 | (add-after 'unpack 'patch | ||
| 5445 | (lambda _ | ||
| 5446 | (substitute* "setup.cfg" | ||
| 5447 | (("backports.strenum") | ||
| 5448 | "backports_strenum")))) | ||
| 5449 | (replace 'check | ||
| 5450 | (lambda* (#:key tests? #:allow-other-keys) | ||
| 5451 | (when tests? | ||
| 5452 | (with-directory-excursion "tests" | ||
| 5453 | (invoke "python" "-m" "unittest")))))))) | ||
| 5454 | (propagated-inputs | ||
| 5455 | (list python-backports-strenum | ||
| 5456 | python-capstone | ||
| 5457 | python-keystone-engine)) | ||
| 5458 | (native-inputs | 5445 | (native-inputs |
| 5459 | (list python-setuptools python-wheel)) | 5446 | (list python-pytest |
| 5447 | python-setuptools)) | ||
| 5448 | (propagated-inputs | ||
| 5449 | (list python-capstone python-pypcode)) | ||
| 5460 | (home-page "https://github.com/angr/archinfo") | 5450 | (home-page "https://github.com/angr/archinfo") |
| 5461 | (synopsis "Extract architecture-specific information from binaries") | 5451 | (synopsis "Extract architecture-specific information from binaries") |
| 5462 | (description | 5452 | (description |
