Package Details: python-gbinder 1.1.2-1

Git Clone URL: https://aur.archlinux.org/python-gbinder.git (read-only, click to copy)
Package Base: python-gbinder
Description: Python bindings for libgbinder
Upstream URL: https://github.com/erfanoabdi/gbinder-python
Licenses: GPL
Submitter: Danct12
Maintainer: Danct12
Last Packager: Danct12
Votes: 32
Popularity: 2.38
First Submitted: 2021-09-12 03:31 (UTC)
Last Updated: 2023-10-01 04:04 (UTC)

Dependencies (4)

Sources (1)

Latest Comments

kagutaba256 commented on 2024-04-18 22:59 (UTC)

==> Starting build()...
Traceback (most recent call last):
  File "/home/sam/.cache/yay/python-gbinder/src/python-gbinder/setup.py", line 2, in <module>
    from distutils.core import setup, Extension
ModuleNotFoundError: No module named 'distutils'
==> ERROR: A failure occurred in build().

Having this issue when installing the package.

Popolon commented on 2023-10-26 22:13 (UTC)

This doesn't work with libgbinder 1.1.19, but work with libgbinder 1.1.34, you could perhaps say libgbinder >=1.1.34, the change maybe related to intermediate version. with libgbinder 1.1.19, triying to launch Waydroid, that use it :

ImportError: /usr/lib/python3.11/site-packages/gbinder.cpython-311-x86_64-linux-gnu.so: undefined symbol: gbinder_servicemanager_new2

Danct12 commented on 2023-10-01 04:19 (UTC)

v1.1.2 of this package should now build with cython3

GalaxySnail commented on 2023-08-06 15:36 (UTC)

There is a branch compatible with cython3: https://github.com/erfanoabdi/gbinder-python/pull/14

memchr commented on 2023-07-21 03:55 (UTC)

@Danct12 Newer Cython versions (3.0.0) from the repo can no longer be used to build this. Would you consider making it dependent on cython0 only?

cniw commented on 2023-05-05 13:05 (UTC)

@Danct12 please bump the pkgrel again python just updated to version 3.11

cniw commented on 2023-05-05 13:03 (UTC) (edited on 2023-05-05 13:03 (UTC) by cniw)

not work with python3.10

@yswtrue it's works, you just need to rebuild and reinstall the package

yswtrue commented on 2023-01-13 18:11 (UTC)

not work with python3.10

Ruslan82 commented on 2022-01-31 20:01 (UTC)

i had issues with pyenv infrastructure. had module gbinder not found until symlinked /usr/lib/python/site-package/gbinder* to /home/me/.pyenv/site-package looks like this package ignores what python setup the system uses.

daferreira commented on 2022-01-11 00:18 (UTC)

Hello! I failed to compile with the current provided python -- 3.10.1. I had to change the PKGBUILD to fetch the latest commit from python-gbinder main branch (79d40e9e564772973f7f085ed5c48e3fc625e0f5) which fixed the issue :) Probably the package needs to be updated. Thanks