From aad069f881ab09cffa4530d1cf66455301d45a7c Mon Sep 17 00:00:00 2001 From: Pekka Ristola Date: Mon, 15 Jan 2024 15:08:14 +0200 Subject: [PATCH] r-*: use SPDX license identifier for "AGPL-3" --- BioArchLinux/r-biodb/PKGBUILD | 2 +- BioArchLinux/r-biodbexpasy/PKGBUILD | 2 +- BioArchLinux/r-biodbhmdb/PKGBUILD | 2 +- BioArchLinux/r-biodbncbi/PKGBUILD | 2 +- BioArchLinux/r-biodbnci/PKGBUILD | 2 +- BioArchLinux/r-genieclust/PKGBUILD | 2 +- BioArchLinux/r-glmmtmb/PKGBUILD | 2 +- BioArchLinux/r-rhpcblasctl/PKGBUILD | 2 +- BioArchLinux/r-signifinder/PKGBUILD | 2 +- BioArchLinux/r-tsar/PKGBUILD | 2 +- lilac-extensions/lilac_r_utils.py | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/BioArchLinux/r-biodb/PKGBUILD b/BioArchLinux/r-biodb/PKGBUILD index ac226060dc..9c1a1e77c9 100644 --- a/BioArchLinux/r-biodb/PKGBUILD +++ b/BioArchLinux/r-biodb/PKGBUILD @@ -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 diff --git a/BioArchLinux/r-biodbexpasy/PKGBUILD b/BioArchLinux/r-biodbexpasy/PKGBUILD index 9248e467fa..14e1a841c9 100644 --- a/BioArchLinux/r-biodbexpasy/PKGBUILD +++ b/BioArchLinux/r-biodbexpasy/PKGBUILD @@ -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 diff --git a/BioArchLinux/r-biodbhmdb/PKGBUILD b/BioArchLinux/r-biodbhmdb/PKGBUILD index 2dd1ea5673..1108f553ab 100644 --- a/BioArchLinux/r-biodbhmdb/PKGBUILD +++ b/BioArchLinux/r-biodbhmdb/PKGBUILD @@ -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 diff --git a/BioArchLinux/r-biodbncbi/PKGBUILD b/BioArchLinux/r-biodbncbi/PKGBUILD index d4e3bf0dea..e95acbbd7c 100644 --- a/BioArchLinux/r-biodbncbi/PKGBUILD +++ b/BioArchLinux/r-biodbncbi/PKGBUILD @@ -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 diff --git a/BioArchLinux/r-biodbnci/PKGBUILD b/BioArchLinux/r-biodbnci/PKGBUILD index 9dca3f68ca..b82d4d51b5 100644 --- a/BioArchLinux/r-biodbnci/PKGBUILD +++ b/BioArchLinux/r-biodbnci/PKGBUILD @@ -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 diff --git a/BioArchLinux/r-genieclust/PKGBUILD b/BioArchLinux/r-genieclust/PKGBUILD index 90dd34a324..4a54dc1c23 100644 --- a/BioArchLinux/r-genieclust/PKGBUILD +++ b/BioArchLinux/r-genieclust/PKGBUILD @@ -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 ) diff --git a/BioArchLinux/r-glmmtmb/PKGBUILD b/BioArchLinux/r-glmmtmb/PKGBUILD index 9b445a7a48..0eb5c44281 100644 --- a/BioArchLinux/r-glmmtmb/PKGBUILD +++ b/BioArchLinux/r-glmmtmb/PKGBUILD @@ -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 diff --git a/BioArchLinux/r-rhpcblasctl/PKGBUILD b/BioArchLinux/r-rhpcblasctl/PKGBUILD index 39e0c6be72..28a3e115f6 100644 --- a/BioArchLinux/r-rhpcblasctl/PKGBUILD +++ b/BioArchLinux/r-rhpcblasctl/PKGBUILD @@ -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 ) diff --git a/BioArchLinux/r-signifinder/PKGBUILD b/BioArchLinux/r-signifinder/PKGBUILD index 4f4914713d..b29306eb23 100644 --- a/BioArchLinux/r-signifinder/PKGBUILD +++ b/BioArchLinux/r-signifinder/PKGBUILD @@ -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 diff --git a/BioArchLinux/r-tsar/PKGBUILD b/BioArchLinux/r-tsar/PKGBUILD index 097c448ba3..34ee64d707 100644 --- a/BioArchLinux/r-tsar/PKGBUILD +++ b/BioArchLinux/r-tsar/PKGBUILD @@ -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 diff --git a/lilac-extensions/lilac_r_utils.py b/lilac-extensions/lilac_r_utils.py index 922f9acab0..139699baae 100644 --- a/lilac-extensions/lilac_r_utils.py +++ b/lilac-extensions/lilac_r_utils.py @@ -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",