summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm39
1 files changed, 0 insertions, 39 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ca4ab48c054..2d63f7e55f9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23086,45 +23086,6 @@ pytest-fixtures-style dependency injection.")
23086 binary or text.") 23086 binary or text.")
23087 (license license:bsd-3))) 23087 (license license:bsd-3)))
23088 23088
23089(define-public binwalk
23090 (package
23091 (name "binwalk")
23092 ;; TODO: It's the latest non Rust version, see:
23093 ;; <https://codeberg.org/guix/guix/issues/3919>.
23094 (version "2.3.4")
23095 (source
23096 (origin
23097 (method git-fetch)
23098 (uri (git-reference
23099 (url "https://github.com/ReFirmLabs/binwalk")
23100 (commit (string-append "v" version))))
23101 (file-name (git-file-name name version))
23102 (sha256
23103 (base32 "0cfm1khckq986l0q68kmfyfagc6zmb94hgjjm847fjcil77dnlw6"))
23104 (modules '((guix build utils)))
23105 (snippet
23106 #~(begin
23107 (for-each delete-file
23108 (list "testing/tests/input-vectors/firmware.zip"
23109 "testing/tests/test_firmware_zip.py"))))))
23110 (build-system pyproject-build-system)
23111 (arguments
23112 `(#:phases
23113 (modify-phases %standard-phases
23114 (add-before 'check 'set-home
23115 (lambda _
23116 (setenv "HOME" ""))))))
23117 (native-inputs
23118 (list python-nose python-setuptools))
23119 (home-page "https://github.com/ReFirmLabs/binwalk")
23120 (synopsis "Firmware analysis tool")
23121 (description "Binwalk is a tool for analyzing, reverse engineering, and
23122 extracting firmware images")
23123 (license license:expat)))
23124
23125(define-deprecated-package python-binwalk
23126 binwalk)
23127
23128(define-public python-bson 23089(define-public python-bson
23129 (package 23090 (package
23130 (name "python-bson") 23091 (name "python-bson")