guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/09: gnu: Remove python-android-backup.


From: guix-commits
Subject: 06/09: gnu: Remove python-android-backup.
Date: Sat, 25 Feb 2023 12:38:19 -0500 (EST)

andreas pushed a commit to branch core-updates
in repository guix.

commit d83f4342f9e6090c82d79838732631aee744b7f3
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sat Feb 25 18:17:39 2023 +0100

    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.
---
 gnu/packages/android.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index e2adbb3191..962afc6759 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]