Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / python-astroid
Commits: 138ea05d by Letu Ren at 2024-02-28T15:33:26+08:00 Adopt SPDX license astroid declares its SPDX license in pyproject.toml https://github.com/pylint-dev/astroid/blob/v3.1.0/pyproject.toml#L7 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -4,7 +4,7 @@ pkgbase = python-astroid pkgrel = 2 url = https://github.com/pylint-dev/astroid arch = any - license = LGPL + license = LGPL-2.1-or-later checkdepends = python-attrs checkdepends = python-nose checkdepends = python-numpy ===================================== PKGBUILD ===================================== @@ -11,7 +11,7 @@ pkgrel=2 pkgdesc='A common base representation of python source code' arch=(any) url="https://github.com/pylint-dev/$_pyname" -license=(LGPL) +license=(LGPL-2.1-or-later) depends=(python) makedepends=(python-{build,installer,wheel} python-setuptools) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/138ea05d054a50ed6efc7a19fe6322d390be08a7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/138ea05d054a50ed6efc7a19fe6322d390be08a7 You're receiving this email because of your account on gitlab.archlinux.org.
