mbakke pushed a commit to branch master
in repository guix.
commit 24464edd31256ac81d02b2d9f0a00a72aee8d8d8
Author: Marius Bakke <[email protected]>
AuthorDate: Mon Mar 16 13:11:45 2020 +0100
gnu: Remove python2-gitdb.
Upstream no longer supports Python 2 and there are no users in Guix.
* gnu/packages/version-control.scm (python2-gitdb): 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 4249d4e..bf97f89 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1017,9 +1017,6 @@ with performance and scalability in mind. It operates
exclusively on streams,
allowing to handle large objects with a small memory footprint.")
(license license:bsd-3)))
-(define-public python2-gitdb
- (package-with-python2 python-gitdb))
-
(define-public python-gitpython
(package
(name "python-gitpython")