GNU bug report logs - #75901
[PATCH] gnu: Add python-securetar.

Previous Next

Package: guix-patches;

Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>

Date: Mon, 27 Jan 2025 20:30:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75901 in the body.
You can then email your comments to 75901 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#75901; Package guix-patches. (Mon, 27 Jan 2025 20:30:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Evgeny Pisemsky <mail <at> pisemsky.site>:
New bug report received and forwarded. Copy sent to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org. (Mon, 27 Jan 2025 20:30:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Evgeny Pisemsky <mail <at> pisemsky.site>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add python-securetar.
Date: Mon, 27 Jan 2025 23:29:13 +0300
* gnu/packages/python-xyz.scm (python-securetar): New variable.

Change-Id: Ic27644f20f59b6dceb2c15c637eb2db5955abba3
---
 gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 31a5166574..760699085f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21698,6 +21698,29 @@ (define-public s3cmd
 CloudFront content delivery network.")
     (license license:gpl2+)))
 
+(define-public python-securetar
+  (package
+    (name "python-securetar")
+    (version "2025.1.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/pvizeli/securetar")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1b9m29j4mjiv7925wrbiyj6vyx7m9qmdz40zqd4vgxhz4pq6x3xw"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-setuptools python-wheel python-pytest))
+    (propagated-inputs (list python-cryptography))
+    (home-page "https://github.com/pvizeli/securetar")
+    (synopsis "Python module to handle tarfile backups")
+    (description
+     "This library provides a streaming wrapper around python tarfile and allow
+secure handling files and support encryption.")
+    (license license:asl2.0)))
+
 (define-public python-pkgconfig
   (package
     (name "python-pkgconfig")

base-commit: 25651bab10800cf078be81025ffed168cfa76dbe
-- 
2.47.1





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Sun, 02 Feb 2025 06:36:01 GMT) Full text and rfc822 format available.

Notification sent to Evgeny Pisemsky <mail <at> pisemsky.site>:
bug acknowledged by developer. (Sun, 02 Feb 2025 06:36:01 GMT) Full text and rfc822 format available.

Message #10 received at 75901-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Evgeny Pisemsky <mail <at> pisemsky.site>
Cc: 75901-done <at> debbugs.gnu.org, Tanguy Le Carrour <tanguy <at> bioneland.org>,
 Munyoki Kilyungi <me <at> bonfacemunyoki.com>, Lars-Dominik Braun <lars <at> 6xq.net>,
 jgart <jgart <at> dismail.de>, Marius Bakke <marius <at> gnu.org>,
 Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: Re: [bug#75901] [PATCH] gnu: Add python-securetar.
Date: Sun, 02 Feb 2025 14:39:24 +0800
Evgeny Pisemsky <mail <at> pisemsky.site> writes:

> * gnu/packages/python-xyz.scm (python-securetar): New variable.

Pushed to master, thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 02 Mar 2025 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 11 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.