aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-14 01:23:43 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-14 01:26:24 -0300
commit1617eacc0e89b3a65771c503e42faef5085b0a4b (patch)
tree09eafc9b659ee0201a9eb79f08d54b1bc045852b /testing
parent5ad81f40f584463a8952103fc5248e229fd1f9a4 (diff)
downloadaports-1617eacc0e89b3a65771c503e42faef5085b0a4b.tar.bz2
aports-1617eacc0e89b3a65771c503e42faef5085b0a4b.tar.xz
testing/py3-jeepney: new aport
https://gitlab.com/takluyver/jeepney Low-level, pure Python DBus protocol wrapper.
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-jeepney/APKBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/py3-jeepney/APKBUILD b/testing/py3-jeepney/APKBUILD
new file mode 100644
index 0000000000..fa2f2f8856
--- /dev/null
+++ b/testing/py3-jeepney/APKBUILD
@@ -0,0 +1,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"