David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-pywlroots
Commits: 0501489f by David Runge at 2024-04-05T21:19:19+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - c602150f by David Runge at 2024-04-05T21:23:09+02:00 Remove manually assigned sodepends as it is cumbersome and will break Signed-off-by: David Runge <[email protected]> - - - - - 3042020f by David Runge at 2024-04-05T21:23:50+02:00 upgpkg: 0.16.6-3: Rebuild against Python 3.12 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-pywlroots pkgdesc = Python binding to the wlroots library using cffi pkgver = 0.16.6 - pkgrel = 2 + pkgrel = 3 url = https://github.com/flacjacket/pywlroots arch = x86_64 license = NCSA @@ -24,10 +24,3 @@ pkgbase = python-pywlroots b2sums = 0752c0511b1a9530d67c868e337bb2aba556111693a2c8e494d23d1e0ef1fcd9c08e4caf03bcc6a1029af5e9bb8059d037a08d726f611f72f065d1c38ab30226 pkgname = python-pywlroots - depends = glibc - depends = python - depends = python-cffi - depends = python-pywayland - depends = python-xkbcommon - depends = wlroots0.16 - depends = libwlroots.so=11 ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,3 @@ +[python-pywlroots] +source = "pypi" +pypi = "pywlroots" ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=pywlroots pkgname=python-pywlroots pkgver=0.16.6 -pkgrel=2 +pkgrel=3 pkgdesc="Python binding to the wlroots library using cffi" arch=(x86_64) url="https://github.com/flacjacket/pywlroots" @@ -48,7 +48,6 @@ check() { } package() { - depends+=(libwlroots.so=11) cd $_name-$pkgver python -m installer --destdir="$pkgdir" dist/*.whl install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pywlroots/-/compare/861238749b627f9e004be587c7b7ceb003fcb455...3042020fbc4f022a3b80af340d07c0be0e0b2aea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pywlroots/-/compare/861238749b627f9e004be587c7b7ceb003fcb455...3042020fbc4f022a3b80af340d07c0be0e0b2aea You're receiving this email because of your account on gitlab.archlinux.org.
