mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-*: use SPDX license identifier for "LGPL" R packages
This applies only to packages that have specified exactly "LGPL" as the license in DESCRIPTION.
This commit is contained in:
parent
f627d6d532
commit
32406fc423
7 changed files with 9 additions and 10 deletions
|
@ -9,7 +9,7 @@ pkgrel=4
|
||||||
pkgdesc="hgu95av2cdf"
|
pkgdesc="hgu95av2cdf"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://bioconductor.org/packages/${_pkgname}"
|
url="https://bioconductor.org/packages/${_pkgname}"
|
||||||
license=(LGPL)
|
license=('LGPL-2.0-or-later')
|
||||||
depends=(
|
depends=(
|
||||||
r-annotationdbi
|
r-annotationdbi
|
||||||
)
|
)
|
||||||
|
|
|
@ -7,10 +7,7 @@ sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
|
||||||
from lilac_r_utils import r_pre_build
|
from lilac_r_utils import r_pre_build
|
||||||
|
|
||||||
def pre_build():
|
def pre_build():
|
||||||
r_pre_build(
|
r_pre_build(_G)
|
||||||
_G,
|
|
||||||
expect_license = "LGPL",
|
|
||||||
)
|
|
||||||
|
|
||||||
def post_build():
|
def post_build():
|
||||||
git_pkgbuild_commit()
|
git_pkgbuild_commit()
|
||||||
|
|
|
@ -10,3 +10,5 @@ update_on:
|
||||||
repo: bioc-data-annotation
|
repo: bioc-data-annotation
|
||||||
md5: true
|
md5: true
|
||||||
- alias: r
|
- alias: r
|
||||||
|
- source: manual
|
||||||
|
manual: 1
|
||||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=1
|
||||||
pkgdesc="Propagating Uncertainty in Microarray Analysis(including Affymetrix tranditional 3' arrays and exon arrays and Human Transcriptome Array 2.0)"
|
pkgdesc="Propagating Uncertainty in Microarray Analysis(including Affymetrix tranditional 3' arrays and exon arrays and Human Transcriptome Array 2.0)"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://bioconductor.org/packages/${_pkgname}"
|
url="https://bioconductor.org/packages/${_pkgname}"
|
||||||
license=(LGPL)
|
license=('LGPL-2.0-or-later')
|
||||||
depends=(
|
depends=(
|
||||||
r-affy
|
r-affy
|
||||||
r-affyio
|
r-affyio
|
||||||
|
|
|
@ -7,10 +7,7 @@ sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
|
||||||
from lilac_r_utils import r_pre_build
|
from lilac_r_utils import r_pre_build
|
||||||
|
|
||||||
def pre_build():
|
def pre_build():
|
||||||
r_pre_build(
|
r_pre_build(_G)
|
||||||
_G,
|
|
||||||
expect_license = "LGPL",
|
|
||||||
)
|
|
||||||
|
|
||||||
def post_build():
|
def post_build():
|
||||||
git_pkgbuild_commit()
|
git_pkgbuild_commit()
|
||||||
|
|
|
@ -15,3 +15,5 @@ update_on:
|
||||||
repo: bioc
|
repo: bioc
|
||||||
md5: true
|
md5: true
|
||||||
- alias: r
|
- alias: r
|
||||||
|
- source: manual
|
||||||
|
manual: 1
|
||||||
|
|
|
@ -204,6 +204,7 @@ license_map = {
|
||||||
"GPL-2": "GPL2",
|
"GPL-2": "GPL2",
|
||||||
"GPL-2 | GPL-3": "GPL",
|
"GPL-2 | GPL-3": "GPL",
|
||||||
"GPL-3": "GPL3",
|
"GPL-3": "GPL3",
|
||||||
|
"LGPL": "LGPL-2.0-or-later",
|
||||||
"LGPL (>= 2)": "LGPL",
|
"LGPL (>= 2)": "LGPL",
|
||||||
"LGPL (>= 2.1)": "LGPL",
|
"LGPL (>= 2.1)": "LGPL",
|
||||||
"LGPL-2": "LGPL2.1",
|
"LGPL-2": "LGPL2.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue