[arch-commits] Commit in pygobject/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sat Jul 16 20:33:36 UTC 2022


    Date: Saturday, July 16, 2022 @ 20:33:35
  Author: heftig
Revision: 451153

archrelease: copy trunk to extra-x86_64

Added:
  pygobject/repos/extra-x86_64/PKGBUILD
    (from rev 451152, pygobject/trunk/PKGBUILD)
Deleted:
  pygobject/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-16 20:33:20 UTC (rev 451152)
+++ PKGBUILD	2022-07-16 20:33:35 UTC (rev 451153)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=pygobject
-pkgname=(python-gobject)
-pkgver=3.42.1
-pkgrel=1
-pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
-url="https://wiki.gnome.org/Projects/PyGObject"
-arch=(x86_64)
-license=(LGPL)
-depends=(gobject-introspection-runtime python)
-makedepends=(python-cairo gobject-introspection git meson)
-checkdepends=(python-pytest gtk3 xorg-server-xvfb)
-optdepends=('cairo: Cairo bindings')
-provides=("pygobject-devel=$pkgver")
-conflicts=(pygobject-devel)
-replaces=('pygobject-devel<=3.36.1-1')
-options=(debug)
-_commit=110abf1868c7d4175a3a6944e25b98c957e81db4  # tags/3.42.1^0
-source=("git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pygobject
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pygobject
-}
-
-build() {
-  arch-meson pygobject build
-  meson compile -C build
-}
-
-check() {
-  xvfb-run -s '-nolisten local' meson test -C build --print-errorlogs
-}
-
-package_python-gobject() {
-  meson install -C build --destdir "$pkgdir"
-  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
-  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
-}
-
-# vim:set sw=2 et:

Copied: pygobject/repos/extra-x86_64/PKGBUILD (from rev 451152, pygobject/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-16 20:33:35 UTC (rev 451153)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=pygobject
+pkgname=(python-gobject)
+pkgver=3.42.2
+pkgrel=1
+pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
+url="https://wiki.gnome.org/Projects/PyGObject"
+arch=(x86_64)
+license=(LGPL)
+depends=(gobject-introspection-runtime python)
+makedepends=(python-cairo gobject-introspection git meson)
+checkdepends=(python-pytest gtk3 xorg-server-xvfb)
+optdepends=('cairo: Cairo bindings')
+provides=("pygobject-devel=$pkgver")
+conflicts=(pygobject-devel)
+replaces=('pygobject-devel<=3.36.1-1')
+options=(debug)
+_commit=f9c363a0c2fea08b140dbb9c9f072cbeb0cf1f10  # tags/3.42.2^0
+source=("git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pygobject
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pygobject
+}
+
+build() {
+  arch-meson pygobject build
+  meson compile -C build
+}
+
+check() {
+  xvfb-run -s '-nolisten local' meson test -C build --print-errorlogs
+}
+
+package_python-gobject() {
+  meson install -C build --destdir "$pkgdir"
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list