-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
26 lines (24 loc) · 868 Bytes
/
template
File metadata and controls
26 lines (24 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Template file for 'python3-dbus-fast'
pkgname=python3-dbus-fast
version=4.0.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-poetry-core python3-Cython"
makedepends="python3-devel"
depends="python3"
short_desc="Faster version of dbus-next"
maintainer="Kai Stian Olstad <[email protected]>"
license="MIT"
homepage="https://github.com/bluetooth-devices/dbus-fast"
changelog="https://github.com/bluetooth-devices/dbus-fast/raw/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/d/dbus-fast/dbus_fast-${version}.tar.gz"
checksum=eb9f1454c7934c7d1b6c293b0b92400b097cb6a3098f3ec06362b1bbe442426d
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}"
metapackage=yes
}