mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-*: use SPDX license identifier for "AGPL-3"
This commit is contained in:
parent
706340d8ea
commit
aad069f881
11 changed files with 11 additions and 11 deletions
|
@ -9,7 +9,7 @@ pkgrel=4
|
|||
pkgdesc="a library and a development framework for connecting to chemical and biological databases"
|
||||
arch=(x86_64)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
license=(AGPL3)
|
||||
license=('AGPL-3.0-only')
|
||||
depends=(
|
||||
r-biocfilecache
|
||||
r-chk
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=3
|
|||
pkgdesc="a library for connecting to Expasy ENZYME database"
|
||||
arch=(any)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
license=(AGPL3)
|
||||
license=('AGPL-3.0-only')
|
||||
depends=(
|
||||
r-biodb
|
||||
r-chk
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=3
|
|||
pkgdesc="a library for connecting to the HMDB Database"
|
||||
arch=(x86_64)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
license=(AGPL3)
|
||||
license=('AGPL-3.0-only')
|
||||
depends=(
|
||||
r-biodb
|
||||
r-r6
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=3
|
|||
pkgdesc="a library for connecting to NCBI Databases"
|
||||
arch=(any)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
license=(AGPL3)
|
||||
license=('AGPL-3.0-only')
|
||||
depends=(
|
||||
r-biodb
|
||||
r-chk
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=4
|
|||
pkgdesc="a library for connecting to the National Cancer Institute (USA) CACTUS Database"
|
||||
arch=(x86_64)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
license=(AGPL3)
|
||||
license=('AGPL-3.0-only')
|
||||
depends=(
|
||||
r-biodb
|
||||
r-chk
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=2
|
|||
pkgdesc="Fast and Robust Hierarchical Clustering with Noise Points Detection"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(AGPL3)
|
||||
license=('AGPL-3.0-only')
|
||||
depends=(
|
||||
r-rcpp
|
||||
)
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=6
|
|||
pkgdesc="Generalized Linear Mixed Models using Template Model Builder"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(AGPL3)
|
||||
license=('AGPL-3.0-only')
|
||||
depends=(
|
||||
r-lme4
|
||||
r-numderiv
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=3
|
|||
pkgdesc="Control the Number of Threads on 'BLAS'"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=(AGPL3)
|
||||
license=('AGPL-3.0-only')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=2
|
|||
pkgdesc="Implementations of transcriptional cancer signatures"
|
||||
arch=(any)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
license=(AGPL3)
|
||||
license=('AGPL-3.0-only')
|
||||
depends=(
|
||||
r-annotationdbi
|
||||
r-biocgenerics
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=2
|
|||
pkgdesc="Thermal Shift Analysis in R"
|
||||
arch=(any)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
license=(AGPL3)
|
||||
license=('AGPL-3.0-only')
|
||||
depends=(
|
||||
r-dplyr
|
||||
r-ggplot2
|
||||
|
|
|
@ -185,7 +185,7 @@ class Pkgbuild:
|
|||
|
||||
# maps the license field in the DESCRIPTION file to a PKGBUILD license value
|
||||
license_map = {
|
||||
"AGPL-3": "AGPL3",
|
||||
"AGPL-3": "AGPL-3.0-only",
|
||||
"Apache License": "Apache",
|
||||
"Apache License (== 2.0)": "Apache",
|
||||
"Apache License (>= 2)": "Apache",
|
||||
|
|
Loading…
Add table
Reference in a new issue