unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: phodina via Guix-patches via <guix-patches@gnu.org>
To: 50949@debbugs.gnu.org
Subject: [bug#50949] [PATCH 4/5] gnu: Add python-android-backup.
Date: Fri, 01 Oct 2021 19:26:19 +0000	[thread overview]
Message-ID: <OvsVDHzjcWILh5qy0-OvVtvnE84KoGQg-MO72gvzC4tjHcWX7SO--k_7kfGcXvOAxUskX6rElUzZmAal84CsBD0Wp_BOT5YykgGkxYY-UQE=@protonmail.com> (raw)
In-Reply-To: <KLG5xl3uVoAsrxhPRsJGUim_bWG8BEb6UPavbHNJrHrlobBUQFWlZV5GBrMXxdaRggyujSOoj4_Sy6LK-38A63rBN0aog__ERbX80koVYrQ=@protonmail.com>

* gnu/packages/android.scm (python-android-backup): New variable.

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index 0a551c7d30..5c7376c3a4 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -10,6 +10,7 @@
 ;;; Copyright © 2019, 2020 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2020 Sergey Trofimov <sarg@sarg.org.ru>
+;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -916,6 +917,26 @@ 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 `(("python-pycrypto" ,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.
+Supports encrypted archives.")
+    (license license:asl2.0)))
+
 (define-public fdroidserver
   (package
     (name "fdroidserver")
--
2.32.0




  parent reply	other threads:[~2021-10-01 19:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-01 19:22 [bug#50949] [PATCH 1/5] gnu: Add python-pbr-5 phodina via Guix-patches via
2021-10-01 19:25 ` [bug#50949] [PATCH 2/5] gnu: Add python-sphinxcontrib-apidoc phodina via Guix-patches via
2021-10-01 19:25 ` [bug#50949] [PATCH 3/5] gnu: Add python-sphinx-click phodina via Guix-patches via
2021-10-01 19:26 ` phodina via Guix-patches via [this message]
2021-10-01 19:26 ` [bug#50949] [PATCH 5/5] gnu: Add python-miio phodina via Guix-patches via
2022-01-12 23:04 ` [bug#50949] [PATCH 1/5] gnu: Add python-pbr-5 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='OvsVDHzjcWILh5qy0-OvVtvnE84KoGQg-MO72gvzC4tjHcWX7SO--k_7kfGcXvOAxUskX6rElUzZmAal84CsBD0Wp_BOT5YykgGkxYY-UQE=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=50949@debbugs.gnu.org \
    --cc=phodina@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).