[arch-commits] Commit in dbus-client-gen/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 11:23:00 UTC 2021


    Date: Wednesday, December 1, 2021 @ 11:23:00
  Author: foutrelis
Revision: 1059175

archrelease: copy trunk to community-staging-any

Added:
  dbus-client-gen/repos/community-staging-any/
  dbus-client-gen/repos/community-staging-any/PKGBUILD
    (from rev 1059174, dbus-client-gen/trunk/PKGBUILD)

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

Copied: dbus-client-gen/repos/community-staging-any/PKGBUILD (from rev 1059174, dbus-client-gen/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-01 11:23:00 UTC (rev 1059175)
@@ -0,0 +1,31 @@
+# Maintainer: Jiachen YANG <farseerfc at archlinux.org>
+# Contributor: Christopher A. Williamson <home at chrisaw.com>
+
+pkgname='dbus-client-gen'
+pkgver=0.4
+pkgrel=6
+pkgdesc='A library for generating some simple classes and functions useful for a Python D-Bus client'
+arch=('any')
+license=('MPL2')
+url='https://stratis-storage.github.io/'
+depends=('python-dbus')
+makedepends=('python-pylint' 'python-setuptools')
+checkdepends=('python-nose' 'python-hypothesis' 'python-hs-dbus-signature')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('be2d7518238044f1ca148a5fff8504cc1324ee41dabec8b6e6a9ca2be3e93e7b')
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  nosetests
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -d -m 755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list