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
parent
2ba041dcdf
commit
d83f4342f9
|
@ -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")
|
||||
|
|
Reference in New Issue