guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: python2-orator: Remove package.


From: guix-commits
Subject: 08/10: gnu: python2-orator: Remove package.
Date: Tue, 8 Jun 2021 13:12:42 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 5ce19343ca5852967899d7578c7cb06ac3f5c275
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Tue Jun 8 16:37:49 2021 +0200

    gnu: python2-orator: Remove package.
    
    * gnu/packages/database.scm (python2-orator): Remove variable.
    (python-orator)[properties]: Remove field.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/databases.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index cd760ee..23e25f5 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2793,11 +2793,7 @@ Memory-Mapped Database} (LMDB), a high-performance 
key-value store.")
     (description
      "Orator provides a simple ActiveRecord-like Object Relational Mapping
 implementation for Python.")
-    (license license:expat)
-    (properties `((python2-variant . ,(delay python2-orator))))))
-
-(define-public python2-orator
-  (package-with-python2 (strip-python2-variant python-orator)))
+    (license license:expat)))
 
 (define-public virtuoso-ose
   (package



reply via email to

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