21 lines
649 B
Bash
21 lines
649 B
Bash
# 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
|
|
}
|