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

Evangelos Foutras foutrelis at archlinux.org
Fri Oct 25 15:54:38 UTC 2019


    Date: Friday, October 25, 2019 @ 15:54:38
  Author: foutrelis
Revision: 519265

archrelease: copy trunk to community-staging-any

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

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

Copied: python-jeepney/repos/community-staging-any/PKGBUILD (from rev 519264, python-jeepney/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-10-25 15:54:38 UTC (rev 519265)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-jeepney
+pkgver=0.4.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=('46aed19fd29df724af0e78ec0acabeb196324444e682817c330f3fd290a52cf6a6cb639f8c76f4ef5311817c4e051d7231b4f26af3cb6768bdd8c4bec7589210')
+
+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