void-packages/srcpkgs/python3-jeepney/template
2020-03-05 20:25:57 +01:00

20 lines
556 B
Bash

# Template file for 'python3-jeepney'
pkgname=python3-jeepney
version=0.4.3
revision=1
archs=noarch
wrksrc="jeepney-${version}"
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
depends="python3"
short_desc="Low-level, pure Python DBus protocol wrapper"
maintainer="Orhpaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://gitlab.com/takluyver/jeepney"
distfiles="${PYPI_SITE}/j/jeepney/jeepney-${version}.tar.gz"
checksum=3479b861cc2b6407de5188695fa1a8d57e5072d7059322469b62628869b8e36e
post_install() {
vlicense LICENSE
}