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

Felix Yan felixonmars at archlinux.org
Sat Jun 30 18:49:49 UTC 2018


    Date: Saturday, June 30, 2018 @ 18:49:48
  Author: felixonmars
Revision: 349128

archrelease: copy trunk to community-staging-any

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

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

Copied: python-jeepney/repos/community-staging-any/PKGBUILD (from rev 349127, python-jeepney/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-06-30 18:49:48 UTC (rev 349128)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-jeepney
+pkgver=0.3.1
+pkgrel=2
+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=('ad1a2d220a7626a3bdadf6fba6a591d1b498a9f6bb34607860213efddf49bbe67a4dc2d504decd906c560c519302f1fa45b85ba348156e8bec288f525d502e82')
+
+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