New package: python3-jeepney-0.3.1

This commit is contained in:
Helmut Pozimski 2018-04-25 14:16:18 +02:00
parent 95fd13e451
commit e427574ed5

View file

@ -0,0 +1,20 @@
# Template file for 'python3-jeepney'
pkgname=python3-jeepney
version=0.3.1
revision=1
noarch=yes
wrksrc="jeepney-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
pycompile_module="jeepney"
short_desc="Low-level, pure Python DBus protocol wrapper"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="MIT"
homepage="https://pypi.org/project/jeepney/"
distfiles="${PYPI_SITE}/j/jeepney/jeepney-${version}.tar.gz"
checksum=a6f2aa72e61660248d4d524dfccb6405f17c693b69af5d60dd7f2bab807d907e
post_install() {
vlicense LICENSE
}