r-desc: add 1.4.0 (#27834)

This commit is contained in:
Manuela Kuhn 2021-12-08 00:52:54 +01:00 committed by GitHub
parent 5f4af3ac8a
commit 4227a546a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,16 +7,19 @@
class RDesc(RPackage):
"""desc: Manipulate DESCRIPTION Files"""
"""Manipulate DESCRIPTION Files.
homepage = "https://cloud.r-project.org/package=desc"
url = "https://cloud.r-project.org/src/contrib/desc_1.2.0.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/desc/"
Tools to read, write, create, and manipulate DESCRIPTION files. It is
intended for packages that create or manipulate other packages."""
homepage = "https://github.com/r-lib/desc"
cran = "desc"
version('1.4.0', sha256='8220e4c706449b8121b822e70b1414f391ef419aed574836a234c63b83e5d649')
version('1.2.0', sha256='e66fb5d4fc7974bc558abcdc107a1f258c9177a29dcfcf9164bc6b33dd08dae8')
depends_on('r@3.1.0:', type=('build', 'run'))
depends_on('r-assertthat', type=('build', 'run'))
depends_on('r-r6', type=('build', 'run'))
depends_on('r-crayon', type=('build', 'run'))
depends_on('r-rprojroot', type=('build', 'run'))
depends_on('r-assertthat', when='@:1.2', type=('build', 'run'))