Package Details: pbget 2021.12-13

Git Clone URL: https://aur.archlinux.org/pbget.git (read-only, click to copy)
Package Base: pbget
Description: Retrieve PKGBUILDs and local source files from Git, ABS and the AUR for makepkg.
Upstream URL: https://xyne.dev/projects/pbget
Keywords: arch_linux aur pacman
Licenses: GPL
Submitter: Xyne
Maintainer: Xyne
Last Packager: Xyne
Votes: 89
Popularity: 0.052303
First Submitted: 2009-02-13 07:16 (UTC)
Last Updated: 2023-06-27 09:33 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

JackofSpades707 commented on 2021-07-01 13:51 (UTC) (edited on 2021-07-01 13:55 (UTC) by JackofSpades707)

PGP Key: EC3XXXXXXXXXXXXXXXXX needs importing but gpg fails to recieve it.

figue commented on 2019-11-14 13:57 (UTC) (edited on 2019-11-14 13:58 (UTC) by figue)

Seem broker after Python 3.8, but recompiling all sources works again:

pm2ml python3-aur python3-xcgf python3-xcpf

also I had to rebuild this package:

python3-memoizedb

if not, pbget fails:

% pbget chromium                                            
Traceback (most recent call last):
  File "/usr/lib/python3.8/runpy.py", line 192, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.8/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/lib/python3.8/site-packages/pbget.py", line 33, in <module>
    import AUR.RPC
  File "/usr/lib/python3.8/site-packages/AUR/RPC.py", line 53, in <module>
    import MemoizeDB
ModuleNotFoundError: No module named 'MemoizeDB'

Vyre commented on 2019-01-18 22:18 (UTC)

I'm having the same issue as fusion809 with pacman_conf_enumerator.

I believe it may be related to a recent update in the pyalpm package.

fusion809 commented on 2019-01-18 16:47 (UTC)

When I run pbget linux I get the error:

ImportError: cannot import name 'pacman_conf_enumerator' from 'pycman.config'

egrupled commented on 2017-07-23 10:18 (UTC)

@Xyne Ok, I had outdated python3-xcpf package. Thank you.

Xyne commented on 2017-07-22 22:42 (UTC)

@egrupled Recent changes in pbget depend on matching changes in python3-aur and other dependencies. In general, all of my packages are developed together and should be updated together. You can use the repo on my site to do this automatically with pacman. Regards, Xyne

egrupled commented on 2017-07-06 11:36 (UTC)

I see errors after latest update: user@system pbget --aur pbget INFO: searching ABS Git interface Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/usr/lib/python3.6/site-packages/pbget.py", line 265, in <module> main() File "/usr/lib/python3.6/site-packages/pbget.py", line 237, in main for pkgname, url in opi.retrieve_abs_via_git(output_dir, pkgnames, pull=pargs.pull): TypeError: retrieve_abs_via_git() got an unexpected keyword argument 'pull

Xyne commented on 2017-05-23 04:30 (UTC)

@alexandre-mbm Thanks but it doesn't directly depend on python3-memoizedb. It depends on python3-xcpf, which depends on python3-memoizedb. The dependency tree is complete. If there is something missing on your system then either you or your AUR helper missed a dependency.

alexandre-mbm commented on 2017-05-19 18:54 (UTC)

Patch sent to your email.

alexandre-mbm commented on 2017-05-19 18:39 (UTC)

Fix: $ yaourt -S python3-memoizedb