25 lines
713 B
Bash
25 lines
713 B
Bash
# Template file for 'python3-jeepney'
|
|
pkgname=python3-jeepney
|
|
version=0.6.0
|
|
revision=1
|
|
wrksrc="jeepney-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-testpath"
|
|
short_desc="Low-level, pure Python DBus protocol wrapper"
|
|
maintainer="Orhpaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://gitlab.com/takluyver/jeepney"
|
|
changelog="https://gitlab.com/takluyver/jeepney/-/raw/master/docs/release-notes.rst"
|
|
distfiles="${PYPI_SITE}/j/jeepney/jeepney-${version}.tar.gz"
|
|
checksum=7d59b6622675ca9e993a6bd38de845051d315f8b0c72cca3aef733a20b648657
|
|
|
|
do_check() {
|
|
pytest jeepney/tests
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|