David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-pyalsa
Commits: f288c9d1 by David Runge at 2024-04-05T20:04:16+02:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - 9ec0ef47 by David Runge at 2024-04-05T20:04:54+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 48fdfa4f by David Runge at 2024-04-05T20:05:33+02:00 upgpkg: 1.2.7-5: Rebuild against Python 3.12 - - - - - 3 changed files: - + .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = python-pyalsa + pkgdesc = Python binding for the ALSA library + pkgver = 1.2.7 + pkgrel = 5 + url = https://www.alsa-project.org + arch = x86_64 + license = LGPL-2.1-or-later + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = alsa-lib + depends = glibc + depends = python + source = https://www.alsa-project.org/files/pub/pyalsa/pyalsa-1.2.7.tar.bz2 + source = https://www.alsa-project.org/files/pub/pyalsa/pyalsa-1.2.7.tar.bz2.sig + validpgpkeys = F04DF50737AC1A884C4B3D718380596DA6E59C91 + sha512sums = 126501fe7b9c006f28e9290bdd3ad907ea9e053b71e21e2c6f0b0beeecdba07b4b557014041b03452f96be690f59f2e647e075487ee87054f21f66df7f39b34b + sha512sums = SKIP + b2sums = c100d16bd8c0d9fc6eddcda360f3582c55ed1b143a58a49caf76a62494882952d311271941ce0ecdf57ac934f3564dc922c80e8a5f5742b593341ff4215b700c + b2sums = SKIP + +pkgname = python-pyalsa ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[python-pyalsa] +source = "git" +git = "https://github.com/alsa-project/alsa-python" +prefix = "v" ===================================== PKGBUILD ===================================== @@ -3,11 +3,11 @@ _name=pyalsa pkgname=python-pyalsa pkgver=1.2.7 -pkgrel=4 +pkgrel=5 pkgdesc="Python binding for the ALSA library" arch=(x86_64) url="https://www.alsa-project.org" -license=(LGPL2.1) +license=(LGPL-2.1-or-later) depends=( alsa-lib glibc View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyalsa/-/compare/48ba63863f6dc927721cd31e4b5998c4b3e18b57...48fdfa4fe3cd28e0f1518bcc03a38aeb1e538c6e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyalsa/-/compare/48ba63863f6dc927721cd31e4b5998c4b3e18b57...48fdfa4fe3cd28e0f1518bcc03a38aeb1e538c6e You're receiving this email because of your account on gitlab.archlinux.org.
