guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: python-importlib-metata: Delay python2 variant.


From: guix-commits
Subject: 05/11: gnu: python-importlib-metata: Delay python2 variant.
Date: Thu, 16 Jan 2020 13:22:12 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3dfb3d44f316f95401558fb32b3b3e4e464f419c
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 16 17:22:28 2020 +0100

    gnu: python-importlib-metata: Delay python2 variant.
    
    This is a follow-up to commit 5efa04dd935ecf6f7803501b1b8952810f4330ad.
    
    * gnu/packages/python-xyz.scm (python-importlib-metadata)[properties]: New
    field.
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ee2fc11..6bb2a5a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5008,6 +5008,7 @@ its top-level name.  This functionality intends to 
replace most uses of
 @code{pkg_resources} entry point API and metadata API.  Along with
 @code{importlib.resources} in Python 3.7 and newer, this can eliminate the
 need to use the older and less efficient @code{pkg_resources} package.")
+    (properties `((python2-variant . ,(delay python2-importlib-metadata))))
     (license license:asl2.0)))
 
 (define-public python2-importlib-metadata



reply via email to

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