David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-rtmidi
Commits: a6cc24e3 by David Runge at 2024-03-12T12:52:42+01:00 Add nvchecker integration Signed-off-by: David Runge <dv...@archlinux.org> - - - - - 23fe525f by David Runge at 2024-03-12T12:57:35+01:00 upgpkg: 1.5.8-1 Sort dependencies alphabetically. - - - - - 3 changed files: - + .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,38 @@ +pkgbase = python-rtmidi + pkgdesc = Python bindings for the MIDI I/O library RtMidi + pkgver = 1.5.8 + pkgrel = 1 + url = https://github.com/SpotlightKid/python-rtmidi + arch = x86_64 + license = MIT + makedepends = alsa-lib + makedepends = cython + makedepends = git + makedepends = jack + makedepends = meson-python + makedepends = ninja + makedepends = python-build + makedepends = python-installer + makedepends = python-myst-parser + makedepends = python-sphinx + makedepends = python-wheel + depends = gcc-libs + depends = glibc + depends = python + source = python-rtmidi::git+https://github.com/SpotlightKid/python-rtmidi#commit=f762d4d752f08493c6c0e90d8f4e48fb35308a14 + source = github.com-SpotlightKid-rtmidi::git+https://github.com/SpotlightKid/rtmidi + source = use-system-ninja.patch + source = remove-xdg-open.patch + source = skip-broken-clean.patch + b2sums = SKIP + b2sums = SKIP + b2sums = 89690e60c1a5fd983e6f08a83957e100b361a2ee7e560194fa2f09989712084c36a2e3ae5b7196a1a5ab3e3d335b783ffc4bb58aa31888a55aac7495fa2ec2a1 + b2sums = 2c030e9d3c7b392a8a041165418b8012d0d5372217b515eb764943eefeb4ad7fa49e7fc462e53004106e8cbbf6ce9beb088603b58478812c870fccea6a723289 + b2sums = a5fa68ddcac7e5e0fcbfd05cfaf9fe0279f5f84fac6daca6a426a27c42514aabd20d9871da4b3a073f6add2f3431c410fc0155d64639d332a1616a3971c6cb91 + +pkgname = python-rtmidi + depends = gcc-libs + depends = glibc + depends = python + depends = libasound.so + depends = libjack.so ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,3 @@ +[python-rtmidi] +source = "pypi" +pypi = "python-rtmidi" ===================================== PKGBUILD ===================================== @@ -3,30 +3,31 @@ # Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de> pkgname=python-rtmidi -pkgver=1.5.5 +pkgver=1.5.8 pkgrel=1 pkgdesc='Python bindings for the MIDI I/O library RtMidi' arch=('x86_64') url='https://github.com/SpotlightKid/python-rtmidi' license=('MIT') depends=( - 'glibc' 'gcc-libs' + 'glibc' 'python' ) makedepends=( + 'alsa-lib' + 'cython' 'git' - 'python-build' - 'python-installer' + 'jack' 'meson-python' 'ninja' - 'cython' - 'alsa-lib' - 'jack' - 'python-sphinx' + 'python-build' + 'python-installer' 'python-myst-parser' + 'python-sphinx' + 'python-wheel' ) -_commit='877a23fa8084e85bbe5b5333bbdf21e3674bab6a' +_commit='f762d4d752f08493c6c0e90d8f4e48fb35308a14' source=( "$pkgname::git+$url#commit=$_commit" 'github.com-SpotlightKid-rtmidi::git+https://github.com/SpotlightKid/rtmidi' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rtmidi/-/compare/f65af864fff1a7b725c06e0880acb777dcc0ab2a...23fe525f1cdc1854b42b98fb1a6f8cd9c132ff33 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rtmidi/-/compare/f65af864fff1a7b725c06e0880acb777dcc0ab2a...23fe525f1cdc1854b42b98fb1a6f8cd9c132ff33 You're receiving this email because of your account on gitlab.archlinux.org.