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:
Sören Tempel 2024-07-11 23:27:14 +02:00 committed by jgart
parent 0114007bf3
commit 05ac29c8df
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -33790,6 +33790,26 @@ (define-public python-opcodes
and BMI2).")
(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
(package
(name "python-mulpyplexer")