GNU bug report logs -
#48922
[PATCH 00/10] some Python 2 removals.
Previous Next
Reported by: zimoun <zimon.toutoune <at> gmail.com>
Date: Tue, 8 Jun 2021 14:36:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 48922 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/database.scm (python2-orator): Delete.
(python-orator)[properties]: Remove.
---
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 cd760ee5ef..23e25f5a66 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
--
2.30.1
This bug report was last modified 3 years and 343 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.