Date: Tuesday, May 17, 2022 @ 20:19:30
  Author: heftig
Revision: 445935

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-05-17 20:19:14 UTC (rev 445934)
+++ PKGBUILD    2022-05-17 20:19:30 UTC (rev 445935)
@@ -1,29 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
-
-pkgname=python-dbusmock
-pkgver=0.27.3
-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=35785d2204962fe450cc0fee8cb32d62e63993c1  # tags/0.27.3^0
-source=("git+https://github.com/martinpitt/python-dbusmock#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;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 445934, 
python-dbusmock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-05-17 20:19:30 UTC (rev 445935)
@@ -0,0 +1,29 @@
+# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
+
+pkgname=python-dbusmock
+pkgver=0.27.5
+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=eab65d47b6eb8e197a9d2229c2ee5e1651629b04  # tags/0.27.5^0
+source=("git+https://github.com/martinpitt/python-dbusmock#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Reply via email to