Date: Saturday, April 22, 2023 @ 01:34:22
Author: heftig
Revision: 475112
archrelease: copy trunk to staging-any
Added:
python-dbusmock/repos/staging-any/PKGBUILD
(from rev 475111, python-dbusmock/trunk/PKGBUILD)
Deleted:
python-dbusmock/repos/staging-any/PKGBUILD
----------+
PKGBUILD | 100 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 50 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-22 01:34:13 UTC (rev 475111)
+++ PKGBUILD 2023-04-22 01:34:22 UTC (rev 475112)
@@ -1,50 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=python-dbusmock
-pkgver=0.28.7
-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=(
- git
- python-build
- python-installer
- python-setuptools
- python-setuptools-scm
- python-wheel
-)
-_commit=a981c16b0e1c3057fd5532061e4b595656a546c6 # tags/0.28.7^0
-source=(
- "git+https://github.com/martinpitt/python-dbusmock#commit=$_commit"
-)
-b2sums=('SKIP')
-
-# Suppress local version
-export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver%%+*}"
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- cd $pkgname
- python -m build --wheel --no-isolation
-}
-
-package() {
- cd $pkgname
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: python-dbusmock/repos/staging-any/PKGBUILD (from rev 475111,
python-dbusmock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-22 01:34:22 UTC (rev 475112)
@@ -0,0 +1,50 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=python-dbusmock
+pkgver=0.29.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=(
+ git
+ python-build
+ python-installer
+ python-setuptools
+ python-setuptools-scm
+ python-wheel
+)
+_commit=47509dff5fe8db42d5405a1f3a57a6ad8837e3eb # tags/0.29.0^0
+source=(
+ "git+https://github.com/martinpitt/python-dbusmock#commit=$_commit"
+)
+b2sums=('SKIP')
+
+# Suppress local version
+export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver%%+*}"
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ cd $pkgname
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd $pkgname
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}
+
+# vim:set sw=2 sts=-1 et: