New package: python3-dbus-next-0.2.3

This commit is contained in:
Bartek Stalewski 2023-10-18 15:39:41 +02:00 committed by classabbyamp
parent 2b47960c06
commit 8bce3b0b27
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Template file for 'python3-dbus-next'
pkgname=python3-dbus-next
version=0.2.3
revision=1
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
}