21 lines
576 B
Bash
21 lines
576 B
Bash
# Template file for 'python3-jeepney'
|
|
pkgname=python3-jeepney
|
|
version=0.4
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="jeepney-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="jeepney"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Low-level, pure Python DBus protocol wrapper"
|
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|
license="MIT"
|
|
homepage="https://gitlab.com/takluyver/jeepney"
|
|
distfiles="${PYPI_SITE}/j/jeepney/jeepney-${version}.tar.gz"
|
|
checksum=6089412a5de162c04747f0220f6b2223b8ba660acd041e52a76426ca550e3c70
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|