guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: python-apipkg: Remove Python 2 variant.


From: guix-commits
Subject: 04/10: gnu: python-apipkg: Remove Python 2 variant.
Date: Thu, 21 May 2020 00:02:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0523ab2cb28c4700620952a451e1aaa61cd7924b
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu May 21 04:54:40 2020 +0200

    gnu: python-apipkg: Remove Python 2 variant.
    
    * gnu/packages/python-xyz.scm (python2-apipkg): Remove variable.
---
 gnu/packages/python-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a0f44dd..02e406e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9495,9 +9495,6 @@ pure Python module that works on virtually all Python 
versions.")
     (home-page "https://github.com/pytest-dev/apipkg";)
     (license license:expat)))
 
-(define-public python2-apipkg
-  (package-with-python2 python-apipkg))
-
 (define-public python-execnet
   (package
     (name "python-execnet")



reply via email to

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