mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-*: use SPDX license identifier for "LGPL (>= 2.1)"
This commit is contained in:
parent
755911af99
commit
1703281a9f
12 changed files with 12 additions and 12 deletions
|
@ -9,7 +9,7 @@ pkgrel=2
|
|||
pkgdesc="A Probe-Level Data File Format Used by 'aroma.affymetrix' [deprecated]"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(LGPL)
|
||||
license=('LGPL-2.1-or-later')
|
||||
depends=(
|
||||
r-r.huge
|
||||
r-r.methodss3
|
||||
|
|
|
@ -13,7 +13,7 @@ pkgrel=1
|
|||
pkgdesc="R Database Interface"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(LGPL)
|
||||
license=('LGPL-2.1-or-later')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=1
|
|||
pkgdesc="Testing DBI Backends"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(LGPL)
|
||||
license=('LGPL-2.1-or-later')
|
||||
depends=(
|
||||
r-blob
|
||||
r-callr
|
||||
|
|
|
@ -10,7 +10,7 @@ pkgrel=1
|
|||
pkgdesc="Unified Parallel and Distributed Processing in R for Everyone"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(LGPL)
|
||||
license=('LGPL-2.1-or-later')
|
||||
depends=(
|
||||
r-digest
|
||||
r-globals
|
||||
|
|
|
@ -10,7 +10,7 @@ pkgrel=3
|
|||
pkgdesc="Identify Global Objects in R Expressions"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(LGPL)
|
||||
license=('LGPL-2.1-or-later')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=3
|
|||
pkgdesc="Environments Behaving (Almost) as Lists"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(LGPL)
|
||||
license=('LGPL-2.1-or-later')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=3
|
|||
pkgdesc="Statistical Methods for Analysing Multivariate Abundance Data"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(LGPL)
|
||||
license=('LGPL-2.1-or-later')
|
||||
depends=(
|
||||
gsl
|
||||
r-rcpp
|
||||
|
|
|
@ -10,7 +10,7 @@ pkgrel=2
|
|||
pkgdesc="Enhancing the 'parallel' Package"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(LGPL)
|
||||
license=('LGPL-2.1-or-later')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=6
|
|||
pkgdesc="Simple Memory Profiling for R"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(LGPL)
|
||||
license=('LGPL-2.1-or-later')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -10,7 +10,7 @@ pkgrel=10
|
|||
pkgdesc="S3 Methods Simplified"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(LGPL)
|
||||
license=('LGPL-2.1-or-later')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=1
|
|||
pkgdesc="SQLite Interface for R"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(LGPL)
|
||||
license=('LGPL-2.1-or-later')
|
||||
depends=(
|
||||
r-bit64
|
||||
r-blob
|
||||
|
|
|
@ -210,7 +210,7 @@ license_map = {
|
|||
"GPL-3": "GPL-3.0-only",
|
||||
"LGPL": "LGPL-2.0-or-later",
|
||||
"LGPL (>= 2)": "LGPL-2.0-or-later",
|
||||
"LGPL (>= 2.1)": "LGPL",
|
||||
"LGPL (>= 2.1)": "LGPL-2.1-or-later",
|
||||
"LGPL-2": "LGPL2.1",
|
||||
"LGPL-3": "LGPL3",
|
||||
"LGPL-3 | Apache License 2.0": "LGPL-3.0-only OR Apache-2.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue