me
/
guix
Archived
1
0
Fork 0

gnu: Remove python-android-backup.

The last release of the package dates from 2018.
It depends on the cryptography library python-pycrypto, which has had
its last release in 2013 and "is unmaintained, obsolete, and contains
security vulnerabilities" according to its homepage.

* gnu/packages/android.scm (python-android-backup): Delete variable.
master
Andreas Enge 2023-02-25 18:17:39 +01:00
parent 2ba041dcdf
commit d83f4342f9
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 0 additions and 19 deletions

View File

@ -1059,25 +1059,6 @@ safest way, on a file image.")
useful for reverse engineering, analysis of Android applications and more.")
(license license:asl2.0)))
(define-public python-android-backup
(package
(name "python-android-backup")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "android_backup" version))
(sha256
(base32
"15wb2lyjj2fpf7bhvmgpqn0mglsjj11zfvbjycx7mnidisgnljw6"))))
(build-system python-build-system)
(propagated-inputs (list python-pycrypto))
(home-page "https://github.com/bluec0re/android-backup-tools")
(synopsis "Unpack and repack android backups")
(description "This package allows you to unpack and repack Android
backups. It supports encrypted archives.")
(license license:asl2.0)))
(define-public python-miio
(package
(name "python-miio")