[arch-commits] Commit in dbus-client-gen/repos/community-any (PKGBUILD PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Fri Dec 21 08:43:29 UTC 2018


    Date: Friday, December 21, 2018 @ 08:43:29
  Author: farseerfc
Revision: 417074

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-21 08:42:53 UTC (rev 417073)
+++ PKGBUILD	2018-12-21 08:43:29 UTC (rev 417074)
@@ -1,31 +0,0 @@
-# Maintainer: Jiachen YANG <farseerfc at archlinux.org>
-# Contributor: Christopher A. Williamson <home at chrisaw.com>
-
-pkgname='dbus-client-gen'
-pkgver=0.3
-pkgrel=1
-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')
-checkdepends=('python-nose' 'python-hypothesis')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('41fc256db0adedd7489c2744b0dd09fc53c5e4b680d31775fac96a4708d62338')
-
-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:

Copied: dbus-client-gen/repos/community-any/PKGBUILD (from rev 417073, dbus-client-gen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-21 08:43:29 UTC (rev 417074)
@@ -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=1
+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')
+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