[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/10: gnu: cvs-fast-export: Use non-native Python 3.
From: |
guix-commits |
Subject: |
06/10: gnu: cvs-fast-export: Use non-native Python 3. |
Date: |
Tue, 18 Feb 2020 12:26:47 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit a894ca327b8d05cc16d4657ea3e3af167f55a37b
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Feb 18 18:09:17 2020 +0100
gnu: cvs-fast-export: Use non-native Python 3.
* gnu/packages/version-control.scm (cvs-fast-export)[native-inputs]:
Remove python-2.
[inputs]: Add python-wrapper.
---
gnu/packages/version-control.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c5d99b6..24a7e35 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1580,12 +1580,14 @@ RCS, PRCS, and Aegis packages.")
#:parallel-build? #f ; parallel a2x commands fail spectacularly
#:make-flags
(list "CC=gcc" (string-append "prefix?=" (assoc-ref %outputs "out")))))
- (inputs `(("git" ,git)))
- (native-inputs `(("asciidoc" ,asciidoc)
- ;; These are needed for the tests.
- ("cvs" ,cvs)
- ("python" ,python-2)
- ("rcs" ,rcs)))
+ (inputs
+ `(("git" ,git)
+ ("python" ,python-wrapper)))
+ (native-inputs
+ `(("asciidoc" ,asciidoc)
+ ;; These are needed for the tests.
+ ("cvs" ,cvs)
+ ("rcs" ,rcs)))
(home-page "http://www.catb.org/esr/cvs-fast-export/")
(synopsis "Export an RCS or CVS history as a fast-import stream")
(description "This program analyzes a collection of RCS files in a CVS
- branch master updated (adbdf18 -> e46aaca), guix-commits, 2020/02/18
- 01/10: gnu: Use HTTPS for elephly.net home pages., guix-commits, 2020/02/18
- 03/10: gnu: Use HTTPS for www.dockapps.net home pages., guix-commits, 2020/02/18
- 05/10: gnu: cvs-fast-export: Update to 1.51., guix-commits, 2020/02/18
- 02/10: gnu: nfs-utils: Use HTTPS home page., guix-commits, 2020/02/18
- 04/10: gnu: pianobar: Update to 2019.02.14., guix-commits, 2020/02/18
- 09/10: gnu: mplayer: Enable GIF support., guix-commits, 2020/02/18
- 06/10: gnu: cvs-fast-export: Use non-native Python 3.,
guix-commits <=
- 07/10: gnu: mplayer: Update to 1.4., guix-commits, 2020/02/18
- 10/10: gnu: mplayer: Fix dvdnav support., guix-commits, 2020/02/18
- 08/10: gnu: mplayer: Don't follow home page browser redirection., guix-commits, 2020/02/18