Package Details: python3-aur 2021.11.20.1-14

Git Clone URL: https://aur.archlinux.org/python3-aur.git (read-only, click to copy)
Package Base: python3-aur
Description: AUR-related modules and helper utilities (aurploader, aurquery, aurtomatic).
Upstream URL: https://xyne.dev/projects/python3-aur
Keywords: arch_linux aur python
Licenses: GPL
Conflicts: aurploader
Provides: aurploader
Replaces: aurploader
Submitter: Xyne
Maintainer: Xyne
Last Packager: Xyne
Votes: 219
Popularity: 0.44
First Submitted: 2011-07-04 03:22 (UTC)
Last Updated: 2023-06-27 09:34 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

Xyne commented on 2013-10-01 23:57 (UTC)

@Thaodan: sure, why not? Posting with new "-m" option...

Thaodan commented on 2013-10-01 17:13 (UTC)

what about an -m for aurploader like in git so that I can post a comment without opening $EDITOR?

Xyne commented on 2013-06-03 00:40 (UTC)

@ponsfoot Sorry for the delay. It has been fixed in version 2013.6.

ponsfoot commented on 2013-05-31 12:58 (UTC)

Hi, Aurploader.py requires to import urllib.error. When run `aurploader --help', the following error occurs: $ aurploader --help usage: aurploader [-h] [-a] [-c <path>] [--comment] [-k] [-l <path>] [-n] [-r] <snip> -v, --vote Vote for each uploaded package. Traceback (most recent call last): File "/usr/lib/python3.3/site-packages/AUR/Aurploader.py", line 657, in run_main main(args) File "/usr/lib/python3.3/site-packages/AUR/Aurploader.py", line 610, in main args = parse_args(args) File "/usr/lib/python3.3/site-packages/AUR/Aurploader.py", line 600, in parse_args return parser.parse_args() File "/usr/lib/python3.3/argparse.py", line 1705, in parse_args args, argv = self.parse_known_args(args, namespace) File "/usr/lib/python3.3/argparse.py", line 1737, in parse_known_args namespace, args = self._parse_known_args(args, namespace) File "/usr/lib/python3.3/argparse.py", line 1943, in _parse_known_args start_index = consume_optional(start_index) File "/usr/lib/python3.3/argparse.py", line 1883, in consume_optional take_action(action, args, option_string) File "/usr/lib/python3.3/argparse.py", line 1811, in take_action action(self, namespace, argument_values, option_string) File "/usr/lib/python3.3/argparse.py", line 1016, in __call__ parser.exit() File "/usr/lib/python3.3/argparse.py", line 2353, in exit _sys.exit(status) SystemExit: 0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/aurploader", line 3, in <module> run_main() File "/usr/lib/python3.3/site-packages/AUR/Aurploader.py", line 663, in run_main except urllib.error.URLError as e: NameError: global name 'urllib' is not defined --- import urllib.error fixes this error. Thx

Xyne commented on 2013-04-01 23:28 (UTC)

@onny Nope. "python3-" is logical and future-proof. I have no intention to participate in the mass-renaming PITA whenever a new version of Python is released.

onny commented on 2013-03-31 22:45 (UTC)

shouldn't we rename this package to python-aur?

graysky commented on 2013-03-04 22:19 (UTC)

Thanks Xyne. Works great.

Xyne commented on 2013-03-04 18:31 (UTC)

uploaded

Xyne commented on 2013-03-04 18:26 (UTC)

@graysky Yep, it seems that I forgot to name a parameter. It should be fixed now. I'm posting this comment to confirm and will upload shortly.