guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: python-ply: Remove Python 2 variant.


From: guix-commits
Subject: 07/10: gnu: python-ply: Remove Python 2 variant.
Date: Tue, 19 May 2020 23:57:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5a4d48af52e28e97eac07c40548764ffe03dd6b4
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed May 20 00:45:54 2020 +0200

    gnu: python-ply: Remove Python 2 variant.
    
    * gnu/packages/python-xyz.scm (python2-ply): 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 67e6a6f..1f96ed4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11410,9 +11410,6 @@ network support library.")
 It uses LR parsing and does extensive error checking.")
     (license license:bsd-3)))
 
-(define-public python2-ply
-  (package-with-python2 python-ply))
-
 (define-public python-tabulate
   (package
     (name "python-tabulate")



reply via email to

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