python3-jeepney: update to 0.4.1.
This commit is contained in:
parent
d65a720d4d
commit
b0e1018e05
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python3-jeepney'
|
||||
pkgname=python3-jeepney
|
||||
version=0.4
|
||||
version=0.4.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="jeepney-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="jeepney"
|
||||
hostmakedepends="python3-setuptools"
|
||||
hostmakedepends="python3 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
|
||||
checksum=13806f91a96e9b2623fd2a81b950d763ee471454aafd9eb6d75dbe7afce428fb
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue