[arch-commits] Commit in python-jeepney/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Sep 24 14:27:44 UTC 2018


    Date: Monday, September 24, 2018 @ 14:27:43
  Author: felixonmars
Revision: 384570

archrelease: copy trunk to community-testing-any

Added:
  python-jeepney/repos/community-testing-any/
  python-jeepney/repos/community-testing-any/PKGBUILD
    (from rev 384569, python-jeepney/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: python-jeepney/repos/community-testing-any/PKGBUILD (from rev 384569, python-jeepney/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2018-09-24 14:27:43 UTC (rev 384570)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-jeepney
+pkgver=0.4
+pkgrel=1
+pkgdesc="Low-level, pure Python DBus protocol wrapper"
+url="https://gitlab.com/takluyver/jeepney"
+license=('MIT')
+arch=('any')
+depends=('python')
+source=("https://pypi.io/packages/source/j/jeepney/jeepney-$pkgver.tar.gz")
+sha512sums=('43083994a7c6af84a5a68d3ff8f6dc4d9129ce9fa55517838fb62d9f62bb78bdf52067649d0b95d08d689b7d7475cb9b2a956662e265a776ad42dcf4ccc0ab63')
+
+build() {
+  cd jeepney-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd jeepney-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list