guix-commits
[Top][All Lists]
Advanced

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

23/37: gnu: Remove python2-gitpython.


From: guix-commits
Subject: 23/37: gnu: Remove python2-gitpython.
Date: Mon, 16 Mar 2020 10:46:26 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 751c1b5960508645d1257eb584ff3d5c1627e6c3
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Mar 16 13:11:01 2020 +0100

    gnu: Remove python2-gitpython.
    
    This package fails to build and has no users in Guix.
    
    * gnu/packages/version-control.scm (python2-gitpython): Remove variable.
---
 gnu/packages/version-control.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 599fb28..4249d4e 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1061,9 +1061,6 @@ either a pure Python implementation, or the faster, but 
more resource intensive
 @command{git} command implementation.")
     (license license:bsd-3)))
 
-(define-public python2-gitpython
-  (package-with-python2 python-gitpython))
-
 (define-public shflags
   (package
     (name "shflags")



reply via email to

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