Package Details: python-gbinder-git 1.1.1.r14.g5089d76-1

Git Clone URL: https://aur.archlinux.org/python-gbinder-git.git (read-only, click to copy)
Package Base: python-gbinder-git
Description: Python bindings for libgbinder - git version
Upstream URL: https://github.com/waydroid/gbinder-python
Licenses: GPL
Conflicts: python-gbinder
Provides: python-gbinder
Replaces: python-gbinder
Submitter: mistersmee
Maintainer: None
Last Packager: mistersmee
Votes: 0
Popularity: 0.000000
First Submitted: 2023-09-25 15:30 (UTC)
Last Updated: 2025-09-05 09:30 (UTC)

Dependencies (7)

Required by (1)

Sources (1)

Latest Comments

parhammed commented on 2025-09-05 09:07 (UTC)

I've got an error

==> Making package: python-gbinder-git 1.1.2.r0.ga2c5093-5 (Fri 05 Sep 2025 12:36:42 PM +0330)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
* Getting build dependencies for wheel...
* Building wheel...
cc1: fatal error: gbinder.c: No such file or directory
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1

ERROR Backend subprocess exited when trying to invoke build_wheel
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'python-gbinder-git-1.1.2.r0.ga2c5093-5': 
error: packages failed to build: python-gbinder-git-1.1.2.r0.ga2c5093-5

parhammed commented on 2025-09-05 07:44 (UTC)

can you add python-gbinder as Provides? like this:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ license=('GPL')
 depends=('libgbinder')
 conflicts=('python-gbinder')
 replaces=('python-gbinder')
+provides=('python-gbinder')
 makedepends=('python-build' 'cython' 'python-installer' 'python-wheel' 'python-setuptools' 'python-wheel' 'git')
 source=(git+${url}.git)
 sha512sums=('SKIP')