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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 15:14:52 UTC 2020


    Date: Thursday, November 12, 2020 @ 15:14:52
  Author: felixonmars
Revision: 752028

archrelease: copy trunk to community-staging-any

Added:
  dbus-client-gen/repos/community-staging-any/PKGBUILD
    (from rev 752026, 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	2020-11-12 15:14:48 UTC (rev 752027)
+++ PKGBUILD	2020-11-12 15:14:52 UTC (rev 752028)
@@ -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=4
-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 752026, dbus-client-gen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 15:14:52 UTC (rev 752028)
@@ -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=5
+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