summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-rematch/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-rematch/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-rematch/package.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/r-rematch/package.py b/var/spack/repos/builtin/packages/r-rematch/package.py
index 2ec612bbb6..89fabf91ed 100644
--- a/var/spack/repos/builtin/packages/r-rematch/package.py
+++ b/var/spack/repos/builtin/packages/r-rematch/package.py
@@ -7,12 +7,11 @@ from spack import *
class RRematch(RPackage):
- """A small wrapper on 'regexpr' to extract the matches and
- captured groups from the match of a regular expression to a
- character vector."""
+ """Match Regular Expressions with a Nicer 'API'.
- homepage = "https://cloud.r-project.org/package=rematch"
- url = "https://cloud.r-project.org/src/contrib/rematch_1.0.1.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/rematch"
+ A small wrapper on 'regexpr' to extract the matches and captured groups
+ from the match of a regular expression to a character vector."""
+
+ cran = "rematch"
version('1.0.1', sha256='a409dec978cd02914cdddfedc974d9b45bd2975a124d8870d52cfd7d37d47578')