mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-*: use SPDX license identifier for "BSD_3_clause + file LICENSE"
This commit is contained in:
parent
2bf2a216ab
commit
9ab70080dd
11 changed files with 11 additions and 11 deletions
|
@ -8,7 +8,7 @@ pkgrel=7
|
|||
pkgdesc="Functions for the Book \"An Introduction to the Bootstrap\""
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-3-Clause')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=1
|
|||
pkgdesc="Coordinated Gene Activity in Pattern Sets"
|
||||
arch=(x86_64)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-3-Clause')
|
||||
depends=(
|
||||
r-biocparallel
|
||||
r-biomart
|
||||
|
|
|
@ -14,7 +14,7 @@ pkgrel=5
|
|||
pkgdesc="A Toolbox for Manipulating and Assessing Colors and Palettes"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-3-Clause')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=2
|
|||
pkgdesc="Multivariate Adaptive Shrinkage"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-3-Clause')
|
||||
depends=(
|
||||
blas
|
||||
gsl
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=2
|
|||
pkgdesc="Serialize R Objects to JSON, JavaScript Object Notation"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-3-Clause')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=8
|
|||
pkgdesc="Distributions, Statistics and Tests Derived from Random Matrix Theory"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-3-Clause')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=2
|
|||
pkgdesc="Snowball Stemmers Based on the C 'libstemmer' UTF-8 Library"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-3-Clause')
|
||||
depends=(
|
||||
libstemmer
|
||||
r
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=6
|
|||
pkgdesc="Basic Wavelet Routines for One-, Two-, and Three-Dimensional Signal Processing"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-3-Clause')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -12,7 +12,7 @@ pkgrel=3
|
|||
pkgdesc="Tools for Parsing and Generating XML Within R and S-Plus"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-3-Clause')
|
||||
depends=(
|
||||
libxml2
|
||||
r
|
||||
|
|
|
@ -12,7 +12,7 @@ pkgrel=1
|
|||
pkgdesc="Methods to Convert R Data to YAML and Back"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-3-Clause')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -194,7 +194,7 @@ license_map = {
|
|||
"Artistic-1.0": "Artistic-1.0-Perl",
|
||||
"Artistic-2.0": "Artistic-2.0",
|
||||
"BSD_2_clause + file LICENSE": "BSD-2-Clause",
|
||||
"BSD_3_clause + file LICENSE": "BSD",
|
||||
"BSD_3_clause + file LICENSE": "BSD-3-Clause",
|
||||
"BSL-1.0": "Boost",
|
||||
"CC0": "CC0-1.0",
|
||||
"CeCILL": "CECILL-2.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue