diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template index c298448e811..6cd208c70f6 100644 --- a/srcpkgs/python3-jeepney/template +++ b/srcpkgs/python3-jeepney/template @@ -1,19 +1,20 @@ # Template file for 'python3-jeepney' pkgname=python3-jeepney -version=0.7.1 -revision=2 +version=0.8.0 +revision=1 wrksrc="jeepney-${version}" -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-flit_core" depends="python3" -checkdepends="python3-pytest python3-testpath python3-async-timeout python3-trio" +checkdepends="python3-pytest python3-testpath python3-async-timeout python3-trio + python3-pytest-asyncio" short_desc="Low-level, pure Python DBus protocol wrapper" maintainer="skmpz " 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=fa9e232dfa0c498bd0b8a3a73b8d8a31978304dcef0515adc859d4e096f96f4f +checksum=5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806 post_install() { vlicense LICENSE