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"
|
||||
arch=(any)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
license=(LGPL3)
|
||||
license=('LGPL-3.0-only')
|
||||
depends=(
|
||||
r-colorspace
|
||||
r-colourpicker
|
||||
|
|
|
@ -11,7 +11,7 @@ pkgrel=3
|
|||
pkgdesc="Object Oriented Implementation of Distributions"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(LGPL3)
|
||||
license=('LGPL-3.0-only')
|
||||
depends=(
|
||||
r-sfsmisc
|
||||
r-startupmsg
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=2
|
|||
pkgdesc="R Interface to CoreArray Genomic Data Structure (GDS) Files"
|
||||
arch=(x86_64)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
license=(LGPL3)
|
||||
license=('LGPL-3.0-only')
|
||||
depends=(
|
||||
lz4
|
||||
r
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=2
|
|||
pkgdesc="Matrix eQTL: Ultra Fast eQTL Analysis via Large Matrix Operations"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(LGPL3)
|
||||
license=('LGPL-3.0-only')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=1
|
|||
pkgdesc="Machine Learning in R - Next Generation"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(LGPL3)
|
||||
license=('LGPL-3.0-only')
|
||||
depends=(
|
||||
r-backports
|
||||
r-checkmate
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=2
|
|||
pkgdesc="Data package for Multi-Omics Factor Analysis (MOFA)"
|
||||
arch=(any)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
license=(LGPL3)
|
||||
license=('LGPL-3.0-only')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -212,7 +212,7 @@ license_map = {
|
|||
"LGPL (>= 2)": "LGPL-2.0-or-later",
|
||||
"LGPL (>= 2.1)": "LGPL-2.1-or-later",
|
||||
"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",
|
||||
"Lucent Public License": "custom:LPL",
|
||||
"MIT + file LICENSE": "MIT",
|
||||
|
|
Loading…
Add table
Reference in a new issue