Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: pkgbuilder 4.2.10-1
Git Clone URL: | https://aur-dev.archlinux.org/pkgbuilder.git (read-only) |
---|---|
Package Base: | pkgbuilder |
Description: | A Python AUR helper/library. |
Upstream URL: | https://github.com/Kwpolska/pkgbuilder |
Keywords: | aur aur4 download helper pkgbuild pkgbuilder |
Licenses: | |
Submitter: | Kwpolska |
Maintainer: | Kwpolska |
Last Packager: | Kwpolska |
Votes: | 27 |
Popularity: | 0.151352 |
First Submitted: | 2011-09-20 14:46 |
Last Updated: | 2017-01-08 16:34 |
Latest Comments
1 2 3 4 5 Next › Last »
garyvdm commented on 2014-07-29 17:14
Please add python-setuptools as a dependency. Without it the console script entry points don't get created. Without this pkgbuilder cant be run.
Kwpolska commented on 2014-05-28 12:12
@gauthma: AUR has updated their API in a way that is incompatible with PKGBUILDer v3.2.0. v3.3.0 (experimental!) should be out later today.
gauthma commented on 2014-05-27 22:12
I seem to have stumbled to another bug... though I'm not sure, because two days ago it worked fine... In any case, when running pkgbuilder -Syu I get:
:: Synchronizing package databases...
==> ERROR: AURDict has an unknown PackageBase key (Package: AURPackage.from_aurdict())
Is this a legitimate problem, or has something in my system gone haywire? (I've just updated and rebooted -- to no avail, the problem remains)
Kwpolska commented on 2014-03-25 13:49
@gauthma
oh. sorry. found the cause, should be working in next release (later today).
gauthma commented on 2014-03-24 21:06
Attempting to upgrade with $ pkgbuilder -u yields this error:
$ pkgbuilder -u
==> Synchronizing package databases...
==> Starting full system upgrade...
Traceback (most recent call last):
File "/usr/bin/pkgbuilder", line 12, in <module>
pkgbuilder.main.main()
File "/usr/lib/python3.3/site-packages/pkgbuilder/main.py", line 215, in main
upnames = pkgbuilder.upgrade.auto_upgrade(dodowngrade, args.vcsup)
File "/usr/lib/python3.3/site-packages/pkgbuilder/upgrade.py", line 149, in auto_upgrade
'({2})').format(**i)
TypeError: format() argument after ** must be a mapping, not list
---
If the debug output is required, let me know in a comment.
silvergeko commented on 2014-01-22 17:16
@Kwpolska: Ok works great.
thanks
Kwpolska commented on 2014-01-22 17:01
3rd*, even better.
Kwpolska commented on 2014-01-22 17:01
@silvergeko: oh. sorry. fixed with yet another release, the 2nd today.
silvergeko commented on 2014-01-22 16:19
Hi,
I tried to update and I get the following error:
==> Starting package()...
Traceback (most recent call last):
File "setup.py", line 16, in <module>
long_description=open('./docs/README.rst').read(),
File "/usr/lib/python3.3/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 224: ordinal not in range(128)
Kwpolska commented on 2012-11-04 15:21
PKGBUILDer already supports the new AUR (since an hour, to be exact). Also, aurqt, my new project, is being updated right now and this comment is here to test it.