aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-jeepney/APKBUILD
blob: fa2f2f88562a771cc77849bc1e9082fd5daf2a0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-jeepney
pkgver=0.4.3
pkgrel=0
pkgdesc="Low-level, pure Python DBus protocol wrapper."
options="!check" # Requires unpackaged testpath
url="https://gitlab.com/takluyver/jeepney"
arch="noarch"
license="MIT"
depends="python3"
source="https://pypi.io/packages/source/j/jeepney/jeepney-$pkgver.tar.gz"
builddir="$srcdir"/jeepney-$pkgver

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="bfb12c9259a57324759f8be44d1faf2c0535762e72db5f1370e64cb144c0fc537c9bc9cfb9b075932fb3a20e3ef4e0c990c10905cc5a69e3fb088e8de4193689  jeepney-0.4.3.tar.gz"