mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-*: use SPDX license identifier for "LGPL-3"
This commit is contained in:
parent
63572875b4
commit
804665880f
7 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@ pkgrel=1
|
||||||
pkgdesc="Visualization Techniques for Clonal Evolution"
|
pkgdesc="Visualization Techniques for Clonal Evolution"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://bioconductor.org/packages/$_pkgname"
|
url="https://bioconductor.org/packages/$_pkgname"
|
||||||
license=(LGPL3)
|
license=('LGPL-3.0-only')
|
||||||
depends=(
|
depends=(
|
||||||
r-colorspace
|
r-colorspace
|
||||||
r-colourpicker
|
r-colourpicker
|
||||||
|
|
|
@ -11,7 +11,7 @@ pkgrel=3
|
||||||
pkgdesc="Object Oriented Implementation of Distributions"
|
pkgdesc="Object Oriented Implementation of Distributions"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=(LGPL3)
|
license=('LGPL-3.0-only')
|
||||||
depends=(
|
depends=(
|
||||||
r-sfsmisc
|
r-sfsmisc
|
||||||
r-startupmsg
|
r-startupmsg
|
||||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=2
|
||||||
pkgdesc="R Interface to CoreArray Genomic Data Structure (GDS) Files"
|
pkgdesc="R Interface to CoreArray Genomic Data Structure (GDS) Files"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://bioconductor.org/packages/$_pkgname"
|
url="https://bioconductor.org/packages/$_pkgname"
|
||||||
license=(LGPL3)
|
license=('LGPL-3.0-only')
|
||||||
depends=(
|
depends=(
|
||||||
lz4
|
lz4
|
||||||
r
|
r
|
||||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=2
|
||||||
pkgdesc="Matrix eQTL: Ultra Fast eQTL Analysis via Large Matrix Operations"
|
pkgdesc="Matrix eQTL: Ultra Fast eQTL Analysis via Large Matrix Operations"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=(LGPL3)
|
license=('LGPL-3.0-only')
|
||||||
depends=(
|
depends=(
|
||||||
r
|
r
|
||||||
)
|
)
|
||||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=1
|
||||||
pkgdesc="Machine Learning in R - Next Generation"
|
pkgdesc="Machine Learning in R - Next Generation"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=(LGPL3)
|
license=('LGPL-3.0-only')
|
||||||
depends=(
|
depends=(
|
||||||
r-backports
|
r-backports
|
||||||
r-checkmate
|
r-checkmate
|
||||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=2
|
||||||
pkgdesc="Data package for Multi-Omics Factor Analysis (MOFA)"
|
pkgdesc="Data package for Multi-Omics Factor Analysis (MOFA)"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://bioconductor.org/packages/$_pkgname"
|
url="https://bioconductor.org/packages/$_pkgname"
|
||||||
license=(LGPL3)
|
license=('LGPL-3.0-only')
|
||||||
depends=(
|
depends=(
|
||||||
r
|
r
|
||||||
)
|
)
|
||||||
|
|
|
@ -212,7 +212,7 @@ license_map = {
|
||||||
"LGPL (>= 2)": "LGPL-2.0-or-later",
|
"LGPL (>= 2)": "LGPL-2.0-or-later",
|
||||||
"LGPL (>= 2.1)": "LGPL-2.1-or-later",
|
"LGPL (>= 2.1)": "LGPL-2.1-or-later",
|
||||||
"LGPL-2": "LGPL-2.0-only",
|
"LGPL-2": "LGPL-2.0-only",
|
||||||
"LGPL-3": "LGPL3",
|
"LGPL-3": "LGPL-3.0-only",
|
||||||
"LGPL-3 | Apache License 2.0": "LGPL-3.0-only OR Apache-2.0",
|
"LGPL-3 | Apache License 2.0": "LGPL-3.0-only OR Apache-2.0",
|
||||||
"Lucent Public License": "custom:LPL",
|
"Lucent Public License": "custom:LPL",
|
||||||
"MIT + file LICENSE": "MIT",
|
"MIT + file LICENSE": "MIT",
|
||||||
|
|
Loading…
Add table
Reference in a new issue