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

Felix Yan felixonmars at archlinux.org
Sun Nov 3 22:16:08 UTC 2019


    Date: Sunday, November 3, 2019 @ 22:16:07
  Author: felixonmars
Revision: 522768

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 22:15:51 UTC (rev 522767)
+++ PKGBUILD	2019-11-03 22:16:07 UTC (rev 522768)
@@ -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.4
-pkgrel=2
-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:

Copied: dbus-client-gen/repos/community-staging-any/PKGBUILD (from rev 522767, dbus-client-gen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-03 22:16:07 UTC (rev 522768)
@@ -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=3
+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