guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: Remove python-potr.


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

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

commit 1e5aabc572256290cb71ab455acdeec477b2e25a
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sat Feb 25 18:34:50 2023 +0100

    gnu: Remove python-potr.
    
    The last release of the package dates from 2018.
    According to its self-description: "This software is experimental and
    potentially insecure. Do not rely on it"
    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/python-crypto.scm (python-potr): Delete variable.
---
 gnu/packages/python-crypto.scm | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index c9071c4cf6..273e1bf30c 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -75,30 +75,6 @@
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (srfi srfi-1))
 
-(define-public python-potr
-  (package
-    (name "python-potr")
-    (version "1.0.2")
-    (source
-     (origin
-       (method git-fetch)
-       (uri
-        (git-reference
-         (url "https://github.com/python-otr/pure-python-otr";)
-         (commit version)))
-       (file-name
-        (git-file-name name version))
-       (sha256
-        (base32 "1hzw6h01fm216nmipyylgz0zybd80w1xsk12m7djycnhqrnrvvv1"))))
-    (build-system python-build-system)
-    (propagated-inputs
-     (list python-pycrypto))
-    (synopsis "Python OTR Implementation")
-    (description "Python OTR is an Off-The-Record Protocol Implementation in
-Python.  It does not bind to libotr.")
-    (home-page "https://github.com/python-otr/pure-python-otr";)
-    (license license:lgpl3+)))
-
 (define-public python-base58
   (package
     (name "python-base58")



reply via email to

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