[arch-commits] Commit in python-dbusmock/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Dec 21 02:03:21 UTC 2020


    Date: Monday, December 21, 2020 @ 02:03:21
  Author: heftig
Revision: 404714

archrelease: copy trunk to extra-any

Added:
  python-dbusmock/repos/extra-any/PKGBUILD
    (from rev 404713, python-dbusmock/trunk/PKGBUILD)
Deleted:
  python-dbusmock/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-21 02:03:07 UTC (rev 404713)
+++ PKGBUILD	2020-12-21 02:03:21 UTC (rev 404714)
@@ -1,29 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=python-dbusmock
-pkgver=0.19
-pkgrel=2
-pkgdesc="Mock D-Bus objects for tests"
-url="https://github.com/martinpitt/python-dbusmock"
-arch=(any)
-license=(LGPL3)
-depends=(python-dbus python-gobject)
-makedepends=(python-setuptools git)
-_commit=38982927a6db9008cd5349fd0f03b90972abbaba  # tags/0.19^0
-source=("git+https://github.com/martinpitt/python-dbusmock#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-dbusmock/repos/extra-any/PKGBUILD (from rev 404713, python-dbusmock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-21 02:03:21 UTC (rev 404714)
@@ -0,0 +1,29 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=python-dbusmock
+pkgver=0.20.0
+pkgrel=1
+pkgdesc="Mock D-Bus objects for tests"
+url="https://github.com/martinpitt/python-dbusmock"
+arch=(any)
+license=(LGPL3)
+depends=(python-dbus python-gobject)
+makedepends=(python-setuptools git)
+_commit=243fe6cab0d7407cf68af31e31e0add0e88ab65d  # tags/0.20.0^0
+source=("git+https://github.com/martinpitt/python-dbusmock#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list