[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: Add r-findpython.
From: |
Ricardo Wurmus |
Subject: |
04/10: gnu: Add r-findpython. |
Date: |
Thu, 5 Jul 2018 09:09:26 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3629622bc8b77f240ec62a982e453dc8885890b2
Author: Ricardo Wurmus <address@hidden>
Date: Wed Jul 4 17:42:46 2018 +0200
gnu: Add r-findpython.
* gnu/packages/cran.scm (r-findpython): New variable.
---
gnu/packages/cran.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3ef45a2..9f4c640 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4600,3 +4600,22 @@ use the packages @code{optparse} or @code{argparse}
which add extra
features like automatically generated help options and usage texts,
support for default values, positional argument support, etc.")
(license license:gpl2+)))
+
+(define-public r-findpython
+ (package
+ (name "r-findpython")
+ (version "1.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "findpython" version))
+ (sha256
+ (base32
+ "1y08jk2ffmkf9zpwiz2xymjhfwqvls9vzsnq62v278ghw9d571jl"))))
+ (build-system r-build-system)
+ (home-page "https://github.com/trevorld/findpython")
+ (synopsis "Functions to find an acceptable Python binary")
+ (description
+ "This package was designed to find an acceptable Python binary that
+matches version and feature constraints.")
+ (license license:expat)))
- branch master updated (0a562e4 -> aa388dc), Ricardo Wurmus, 2018/07/05
- 01/10: gnu: Add r-biasedurn., Ricardo Wurmus, 2018/07/05
- 07/10: gnu: Add r-ctc., Ricardo Wurmus, 2018/07/05
- 05/10: gnu: Add r-argparse., Ricardo Wurmus, 2018/07/05
- 06/10: gnu: Add r-genelendatabase., Ricardo Wurmus, 2018/07/05
- 08/10: gnu: Add r-goseq., Ricardo Wurmus, 2018/07/05
- 03/10: gnu: r-getopt: Move from bioinformatics to cran., Ricardo Wurmus, 2018/07/05
- 10/10: gnu: Add r-rots., Ricardo Wurmus, 2018/07/05
- 04/10: gnu: Add r-findpython.,
Ricardo Wurmus <=
- 02/10: gnu: Add r-goplot., Ricardo Wurmus, 2018/07/05
- 09/10: gnu: Add r-glimma., Ricardo Wurmus, 2018/07/05