Search Criteria
Package Details: pbget 2020.12-3
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.archlinux.ca/projects/pbget |
Keywords: | arch_linux aur pacman |
Licenses: | |
Submitter: | Xyne |
Maintainer: | Xyne |
Last Packager: | Xyne |
Votes: | 83 |
Popularity: | 0.026072 |
First Submitted: | 2009-02-13 07:16 |
Last Updated: | 2020-12-15 06:01 |
Dependencies (6)
- git (git-git)
- pm2ml
- python3 (python)
- python3-aur
- python3-xcgf
- python3-xcpf
Latest Comments
1 2 3 Next › Last »
figue commented on 2019-11-14 13:57
Seem broker after Python 3.8, but recompiling all sources works again:
also I had to rebuild this package:
if not, pbget fails:
Vyre commented on 2019-01-18 22:18
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
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
@Xyne Ok, I had outdated python3-xcpf package. Thank you.
Xyne commented on 2017-07-22 22:42
@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
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
@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
Patch sent to your email.
alexandre-mbm commented on 2017-05-19 18:39
Fix:
$ yaourt -S python3-memoizedb
alexandre-mbm commented on 2017-05-19 18:37
$ pbget -h
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 32, in <module>
import AUR.RPC
File "/usr/lib/python3.6/site-packages/AUR/RPC.py", line 53, in <module>
import MemoizeDB
ModuleNotFoundError: No module named 'MemoizeDB'