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

Jan Steffens heftig at gemini.archlinux.org
Wed Jul 6 21:50:42 UTC 2022


    Date: Wednesday, July 6, 2022 @ 21:50:42
  Author: heftig
Revision: 449953

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-06 21:50:32 UTC (rev 449952)
+++ PKGBUILD	2022-07-06 21:50:42 UTC (rev 449953)
@@ -1,29 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at 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
-}

Copied: python-dbusmock/repos/extra-any/PKGBUILD (from rev 449952, python-dbusmock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-06 21:50:42 UTC (rev 449953)
@@ -0,0 +1,29 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=python-dbusmock
+pkgver=0.28.1
+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=5a5766621e6677c9b4b81513fc3a37cad4c9414d  # tags/0.28.1^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
+}



More information about the arch-commits mailing list