summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-base64/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-base64/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-base64/package.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/r-base64/package.py b/var/spack/repos/builtin/packages/r-base64/package.py
index f48ffdc16d..2dc375af85 100644
--- a/var/spack/repos/builtin/packages/r-base64/package.py
+++ b/var/spack/repos/builtin/packages/r-base64/package.py
@@ -7,13 +7,13 @@ from spack import *
class RBase64(RPackage):
- """Compatibility wrapper to replace the orphaned package by Romain
- Francois. New applications should use the 'openssl' or 'base64enc'
- package instead."""
+ """Base64 Encoder and Decoder.
- homepage = "https://cloud.r-project.org/package=base64"
- url = "https://cloud.r-project.org/src/contrib/base64_2.0.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/base64"
+ Compatibility wrapper to replace the orphaned package by Romain Francois.
+ New applications should use the 'openssl' or 'base64enc' package
+ instead."""
+
+ cran = "base64"
version('2.0', sha256='8e259c2b12446197d1152b83a81bab84ccb5a5b77021a9b5645dd4c63c804bd1')