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" pkgdesc="a library and a development framework for connecting to chemical and biological databases"
arch=(x86_64) arch=(x86_64)
url="https://bioconductor.org/packages/$_pkgname" url="https://bioconductor.org/packages/$_pkgname"
license=(AGPL3) license=('AGPL-3.0-only')
depends=( depends=(
r-biocfilecache r-biocfilecache
r-chk r-chk

View file

@ -8,7 +8,7 @@ pkgrel=3
pkgdesc="a library for connecting to Expasy ENZYME database" pkgdesc="a library for connecting to Expasy ENZYME database"
arch=(any) arch=(any)
url="https://bioconductor.org/packages/$_pkgname" url="https://bioconductor.org/packages/$_pkgname"
license=(AGPL3) license=('AGPL-3.0-only')
depends=( depends=(
r-biodb r-biodb
r-chk r-chk

View file

@ -9,7 +9,7 @@ pkgrel=3
pkgdesc="a library for connecting to the HMDB Database" pkgdesc="a library for connecting to the HMDB Database"
arch=(x86_64) arch=(x86_64)
url="https://bioconductor.org/packages/$_pkgname" url="https://bioconductor.org/packages/$_pkgname"
license=(AGPL3) license=('AGPL-3.0-only')
depends=( depends=(
r-biodb r-biodb
r-r6 r-r6

View file

@ -8,7 +8,7 @@ pkgrel=3
pkgdesc="a library for connecting to NCBI Databases" pkgdesc="a library for connecting to NCBI Databases"
arch=(any) arch=(any)
url="https://bioconductor.org/packages/$_pkgname" url="https://bioconductor.org/packages/$_pkgname"
license=(AGPL3) license=('AGPL-3.0-only')
depends=( depends=(
r-biodb r-biodb
r-chk r-chk

View file

@ -8,7 +8,7 @@ pkgrel=4
pkgdesc="a library for connecting to the National Cancer Institute (USA) CACTUS Database" pkgdesc="a library for connecting to the National Cancer Institute (USA) CACTUS Database"
arch=(x86_64) arch=(x86_64)
url="https://bioconductor.org/packages/$_pkgname" url="https://bioconductor.org/packages/$_pkgname"
license=(AGPL3) license=('AGPL-3.0-only')
depends=( depends=(
r-biodb r-biodb
r-chk r-chk

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Fast and Robust Hierarchical Clustering with Noise Points Detection" pkgdesc="Fast and Robust Hierarchical Clustering with Noise Points Detection"
arch=(x86_64) arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(AGPL3) license=('AGPL-3.0-only')
depends=( depends=(
r-rcpp r-rcpp
) )

View file

@ -9,7 +9,7 @@ pkgrel=6
pkgdesc="Generalized Linear Mixed Models using Template Model Builder" pkgdesc="Generalized Linear Mixed Models using Template Model Builder"
arch=(x86_64) arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(AGPL3) license=('AGPL-3.0-only')
depends=( depends=(
r-lme4 r-lme4
r-numderiv r-numderiv

View file

@ -8,7 +8,7 @@ pkgrel=3
pkgdesc="Control the Number of Threads on 'BLAS'" pkgdesc="Control the Number of Threads on 'BLAS'"
arch=(x86_64) arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=(AGPL3) license=('AGPL-3.0-only')
depends=( depends=(
r r
) )

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Implementations of transcriptional cancer signatures" pkgdesc="Implementations of transcriptional cancer signatures"
arch=(any) arch=(any)
url="https://bioconductor.org/packages/$_pkgname" url="https://bioconductor.org/packages/$_pkgname"
license=(AGPL3) license=('AGPL-3.0-only')
depends=( depends=(
r-annotationdbi r-annotationdbi
r-biocgenerics r-biocgenerics

View file

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Thermal Shift Analysis in R" pkgdesc="Thermal Shift Analysis in R"
arch=(any) arch=(any)
url="https://bioconductor.org/packages/$_pkgname" url="https://bioconductor.org/packages/$_pkgname"
license=(AGPL3) license=('AGPL-3.0-only')
depends=( depends=(
r-dplyr r-dplyr
r-ggplot2 r-ggplot2

View file

@ -185,7 +185,7 @@ class Pkgbuild:
# maps the license field in the DESCRIPTION file to a PKGBUILD license value # maps the license field in the DESCRIPTION file to a PKGBUILD license value
license_map = { license_map = {
"AGPL-3": "AGPL3", "AGPL-3": "AGPL-3.0-only",
"Apache License": "Apache", "Apache License": "Apache",
"Apache License (== 2.0)": "Apache", "Apache License (== 2.0)": "Apache",
"Apache License (>= 2)": "Apache", "Apache License (>= 2)": "Apache",