mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-*: use SPDX license identifier for "BSD_2_clause + file LICENSE"
This commit is contained in:
parent
02dfebdc60
commit
2bf2a216ab
10 changed files with 10 additions and 10 deletions
|
@ -9,7 +9,7 @@ pkgrel=1
|
|||
pkgdesc="kallisto | bustools R utilities"
|
||||
arch=(x86_64)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-2-Clause')
|
||||
depends=(
|
||||
r-annotationdbi
|
||||
r-annotationfilter
|
||||
|
|
|
@ -12,7 +12,7 @@ pkgrel=7
|
|||
pkgdesc="High Performance CommonMark and Github Markdown Rendering in R"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-2-Clause')
|
||||
depends=(
|
||||
cmark-gfm
|
||||
r
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=1
|
|||
pkgdesc="Improves Early Build Genome Assemblies using Strand-Seq Data"
|
||||
arch=(x86_64)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-2-Clause')
|
||||
depends=(
|
||||
r-bh
|
||||
r-biocgenerics
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=2
|
|||
pkgdesc="Statistical Functions for the Delaporte Distribution"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-2-Clause')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=2
|
|||
pkgdesc="Isolation-Based Outlier Detection"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-2-Clause')
|
||||
depends=(
|
||||
r-rcpp
|
||||
)
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=2
|
|||
pkgdesc="Lambert-W Function"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-2-Clause')
|
||||
depends=(
|
||||
r-rcpp
|
||||
r-rcppparallel
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=2
|
|||
pkgdesc="Accurate Timing Functions"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-2-Clause')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=7
|
|||
pkgdesc="Organic Mass Spectrometry"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-2-Clause')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=7
|
|||
pkgdesc="Simply Caching R Objects"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(BSD)
|
||||
license=('BSD-2-Clause')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -193,7 +193,7 @@ license_map = {
|
|||
"Apache License 2.0": "Apache-2.0",
|
||||
"Artistic-1.0": "Artistic-1.0-Perl",
|
||||
"Artistic-2.0": "Artistic-2.0",
|
||||
"BSD_2_clause + file LICENSE": "BSD",
|
||||
"BSD_2_clause + file LICENSE": "BSD-2-Clause",
|
||||
"BSD_3_clause + file LICENSE": "BSD",
|
||||
"BSL-1.0": "Boost",
|
||||
"CC0": "CC0-1.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue