r-*: use SPDX license identifier for "AGPL-3"

This commit is contained in:
Pekka Ristola 2024-01-15 15:08:14 +02:00
parent 706340d8ea
commit aad069f881
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
11 changed files with 11 additions and 11 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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
)

View file

@ -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

View file

@ -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
)

View file

@ -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

View file

@ -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

View file

@ -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",