[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")
- branch core-updates updated (e1361d38b7 -> a55e18f17c), guix-commits, 2023/02/25
- 01/09: gnu: python-fastjsonschema: Remove native input., guix-commits, 2023/02/25
- 04/09: gnu: Remove jrnl., guix-commits, 2023/02/25
- 09/09: gnu: Remove python-pycrypto., guix-commits, 2023/02/25
- 02/09: gnu: Remove python-validictory., guix-commits, 2023/02/25
- 03/09: gnu: Remove eolie., guix-commits, 2023/02/25
- 08/09: gnu: Remove python-potr., guix-commits, 2023/02/25
- 05/09: gnu: python-miio: Update to 0.5.12., guix-commits, 2023/02/25
- 06/09: gnu: Remove python-android-backup.,
guix-commits <=
- 07/09: gnu: poezio: Remove input., guix-commits, 2023/02/25