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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 21:47:12 UTC 2021


    Date: Thursday, December 2, 2021 @ 21:47:12
  Author: felixonmars
Revision: 1062671

archrelease: copy trunk to community-staging-any

Added:
  dbus-client-gen/repos/community-staging-any/PKGBUILD
    (from rev 1062670, 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	2021-12-02 21:47:09 UTC (rev 1062670)
+++ PKGBUILD	2021-12-02 21:47:12 UTC (rev 1062671)
@@ -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=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:

Copied: dbus-client-gen/repos/community-staging-any/PKGBUILD (from rev 1062670, dbus-client-gen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 21:47:12 UTC (rev 1062671)
@@ -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=7
+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