David Runge pushed to branch main at Arch Linux / Packaging / Packages / dbus-python
Commits: e5664795 by David Runge at 2024-04-04T10:51:09+02:00 upgpkg: 1.3.2-3: Rebuild against Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,34 @@ +pkgbase = dbus-python + pkgdesc = Python bindings for D-Bus + pkgver = 1.3.2 + pkgrel = 3 + url = https://www.freedesktop.org/wiki/Software/dbus/ + arch = x86_64 + license = MIT + makedepends = meson + makedepends = python-sphinx + makedepends = python-sphinxcontrib-jquery + makedepends = python-sphinx_rtd_theme + depends = dbus + depends = glib2 + depends = glibc + depends = python + optdepends = python-gobject: D-Bus services via PyGI + source = https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.3.2.tar.gz + source = https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.3.2.tar.gz.asc + validpgpkeys = DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90 + sha256sums = ad67819308618b5069537be237f8e68ca1c7fcc95ee4a121fe6845b1418248f8 + sha256sums = SKIP + +pkgname = dbus-python + provides = python-dbus=1.3.2 + provides = python-dbus-common=1.3.2 + conflicts = python-dbus + conflicts = python-dbus-common + replaces = python-dbus + replaces = python-dbus-common + +pkgname = dbus-python-docs + pkgdesc = Developer documentation for dbus-python + depends = + optdepends = ===================================== PKGBUILD ===================================== @@ -4,13 +4,13 @@ pkgbase=dbus-python pkgname=(dbus-python dbus-python-docs) pkgver=1.3.2 -pkgrel=2 +pkgrel=3 pkgdesc='Python bindings for D-Bus' arch=('x86_64') url='https://www.freedesktop.org/wiki/Software/dbus/' license=('MIT') depends=('dbus' 'glib2' 'glibc' 'python') -makedepends=('meson' 'python-sphinx' 'python-sphinx_rtd_theme') +makedepends=('meson' 'python-sphinx' 'python-sphinxcontrib-jquery' 'python-sphinx_rtd_theme') optdepends=('python-gobject: D-Bus services via PyGI') source=("https://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}) sha256sums=('ad67819308618b5069537be237f8e68ca1c7fcc95ee4a121fe6845b1418248f8' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dbus-python/-/commit/e5664795e8dcf233f741e4788c7739a49181bd08 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dbus-python/-/commit/e5664795e8dcf233f741e4788c7739a49181bd08 You're receiving this email because of your account on gitlab.archlinux.org.
