Package Base Details: pygobject-git

Git Clone URL: https://aur.archlinux.org/pygobject-git.git (read-only, click to copy)
Keywords: gnome gobject gtk python runtime
Submitter: wangjiezhe
Maintainer: tallero (truocolo)
Last Packager: truocolo
Votes: 1
Popularity: 0.000000
First Submitted: 2017-03-25 04:19 (UTC)
Last Updated: 2024-01-04 16:15 (UTC)

Latest Comments

MarsSeed commented on 2024-01-12 08:31 (UTC)

There is no conflict at all between repo's python-gobject and AUR's python2-gobject.

truocolo commented on 2024-01-04 16:11 (UTC)

@MarsSeed:

If I remember well the reason pygobject-devel-git still exists is to make this package co-exist with the python2 bindings package. Could you check merging everything in a single package as upstream doesn't break python2 bindings?

<deleted-account> commented on 2020-10-30 13:06 (UTC)

I get this error when makepkg'ing:

==> Starting build()...
Traceback (most recent call last):
  File "setup.py", line 31, in <module>
    from setuptools import setup
ImportError: No module named setuptools

as far as my limited pkgbuild experienced tells me this means you simply need to add python-setutools to makedepends?