python3-dbus-next: make transitional package of python3-dbus-fast

only ever used by qtile (optionally), so to make things smoother for
qtile users, replace it.
This commit is contained in:
classabbyamp 2025-03-13 09:46:23 -04:00
parent e72819b03c
commit 8fd4359232
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5
3 changed files with 8 additions and 21 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'python3-dbus-fast'
pkgname=python3-dbus-fast
version=2.39.3
revision=2
revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-poetry-core python3-Cython"
depends="python3"
@ -17,3 +17,9 @@ make_check=no # no tests included
post_install() {
vlicense LICENSE
}
python3-dbus-next_package() {
short_desc="Next great DBus library (transitional dummy package)"
depends="${sourcepkg}>=${version}_${revision}"
build_style=meta
}

1
srcpkgs/python3-dbus-next Symbolic link
View file

@ -0,0 +1 @@
python3-dbus-fast

View file

@ -1,20 +0,0 @@
# Template file for 'python3-dbus-next'
pkgname=python3-dbus-next
version=0.2.3
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Next great DBus library"
maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
license="MIT"
homepage="https://github.com/altdesktop/python-dbus-next"
changelog="https://github.com/altdesktop/python-dbus-next/raw/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/d/dbus-next/dbus_next-${version}.tar.gz"
checksum=f4eae26909332ada528c0a3549dda8d4f088f9b365153952a408e28023a626a5
# Tests are not provided in source tarball
make_check=no
post_install() {
vlicense LICENSE
}