mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Add python-nampa.
* gnu/packages/python-xyz.scm (python-nampa): New variable. Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
0114007bf3
commit
05ac29c8df
1 changed files with 20 additions and 0 deletions
|
@ -33790,6 +33790,26 @@ (define-public python-opcodes
|
||||||
and BMI2).")
|
and BMI2).")
|
||||||
(license license:bsd-2))))
|
(license license:bsd-2))))
|
||||||
|
|
||||||
|
(define-public python-nampa
|
||||||
|
(package
|
||||||
|
(name "python-nampa")
|
||||||
|
(version "0.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "nampa" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0k6cq2gflpkm40qhgqbbcjmq5lq589c15bmk567qyh3d08062hvd"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(propagated-inputs (list python-future))
|
||||||
|
(home-page "https://github.com/thebabush/nampa")
|
||||||
|
(synopsis "Python implementation of IDA Pro's FLIRT technology")
|
||||||
|
(description
|
||||||
|
"This Python module implements the @acronym{FLIRT, Fast Library Identification
|
||||||
|
and Recognition Technology}. This technology is useful for identifying
|
||||||
|
common library subroutines in disassembled binaries.")
|
||||||
|
(license license:lgpl3)))
|
||||||
|
|
||||||
(define-public python-mulpyplexer
|
(define-public python-mulpyplexer
|
||||||
(package
|
(package
|
||||||
(name "python-mulpyplexer")
|
(name "python-mulpyplexer")
|
||||||
|
|
Loading…
Reference in a new issue