[arch-commits] Commit in python-dbus-deviation/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Tue Nov 30 21:13:29 UTC 2021


    Date: Tuesday, November 30, 2021 @ 21:13:29
  Author: felixonmars
Revision: 1058881

archrelease: copy trunk to community-staging-any

Added:
  python-dbus-deviation/repos/community-staging-any/
  python-dbus-deviation/repos/community-staging-any/PKGBUILD
    (from rev 1058877, python-dbus-deviation/trunk/PKGBUILD)

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

Copied: python-dbus-deviation/repos/community-staging-any/PKGBUILD (from rev 1058877, python-dbus-deviation/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-11-30 21:13:29 UTC (rev 1058881)
@@ -0,0 +1,33 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=dbus-deviation
+pkgname=python-dbus-deviation
+pkgver=0.6.1
+pkgrel=3
+pkgdesc="Parse D-Bus introspection XML and process it in various ways"
+arch=('any')
+url="https://github.com/pwithnall/${_pkgname}"
+license=('LGPL')
+depends=('python-lxml')
+makedepends=('python-setuptools-git' 'python-sphinx')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('e06b88efe223885d2725df51cf7c9b7b463d1c6f04ea49d4690874318d0eb7a3')
+b2sums=('2042cb78bfd5ae259842001f39d8d10456c6b7aaac9bdde309895547c2e9649fac14e0a4a3a6432e3c67be562c443b2b44229e5c61e2802a10d8c66e94a544d4')
+
+build() {
+    cd ${_pkgname}-${pkgver}
+
+    python setup.py build
+}
+
+check() {
+    cd ${_pkgname}-${pkgver}
+
+    python setup.py test
+}
+
+package() {
+    cd ${_pkgname}-${pkgver}
+
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list