Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
pygobject
Commits:
f46f903d by Antonio Rojas at 2024-04-05T19:54:11+02:00
upgpkg: 3.48.1-3: Python 3.12 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pygobject
pkgdesc = Python bindings for GLib/GObject/GIO/GTK
pkgver = 3.48.1
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.gnome.org/Projects/PyGObject
arch = x86_64
license = LGPL-2.1-or-later
@@ -12,6 +12,7 @@ pkgbase = pygobject
makedepends = gobject-introspection
makedepends = meson
makedepends = python-cairo
+ makedepends = python-setuptools
makedepends = python-sphinx
makedepends = python-sphinx-furo
depends = gobject-introspection-runtime
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgname=(
python-gobject-docs
)
pkgver=3.48.1
-pkgrel=2
+pkgrel=3
pkgdesc="Python bindings for GLib/GObject/GIO/GTK"
url="https://wiki.gnome.org/Projects/PyGObject"
arch=(x86_64)
@@ -22,6 +22,7 @@ makedepends=(
gobject-introspection
meson
python-cairo
+ python-setuptools
python-sphinx
python-sphinx-furo
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pygobject/-/commit/f46f903dc1ce1f7ddb3691495d13117244b07597
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pygobject/-/commit/f46f903dc1ce1f7ddb3691495d13117244b07597
You're receiving this email because of your account on gitlab.archlinux.org.