python3-jeepney: update to 0.6.0

Add tests
This commit is contained in:
Nathan Owens 2020-11-29 11:49:53 -06:00 committed by Érico Nogueira Rolim
parent b410025945
commit 6428aed5fa

View file

@ -1,17 +1,23 @@
# Template file for 'python3-jeepney' # Template file for 'python3-jeepney'
pkgname=python3-jeepney pkgname=python3-jeepney
version=0.4.3 version=0.6.0
revision=2 revision=1
wrksrc="jeepney-${version}" wrksrc="jeepney-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3 python3-setuptools" hostmakedepends="python3 python3-setuptools"
depends="python3" depends="python3"
checkdepends="python3-pytest python3-testpath"
short_desc="Low-level, pure Python DBus protocol wrapper" short_desc="Low-level, pure Python DBus protocol wrapper"
maintainer="Orhpaned <orphan@voidlinux.org>" maintainer="Orhpaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://gitlab.com/takluyver/jeepney" 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" distfiles="${PYPI_SITE}/j/jeepney/jeepney-${version}.tar.gz"
checksum=3479b861cc2b6407de5188695fa1a8d57e5072d7059322469b62628869b8e36e checksum=7d59b6622675ca9e993a6bd38de845051d315f8b0c72cca3aef733a20b648657
do_check() {
pytest jeepney/tests
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE