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.66
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 .. 11 Next › Last »

Apes commented on 2015-10-06 21:33 (UTC)

The python3-xcpf dependency that was added today is not available on AUR or the base repos.

<deleted-account> commented on 2015-10-05 06:42 (UTC)

I can add that I see the same thing as @skunktruder, but when using `pbget`.

skunktrader commented on 2015-10-03 23:27 (UTC)

Using this package with paconky Traceback (most recent call last): File "../conky/paconky.py", line 243, in main aur_pkgs = aur.info(foreign.keys()) File "/usr/lib/python3.5/site-packages/AUR/RPC.py", line 818, in info return self.get('info', args) File "/usr/lib/python3.5/site-packages/AUR/RPC.py", line 710, in get for pkg in self.aur_info(not_found): File "/usr/lib/python3.5/site-packages/AUR/RPC.py", line 632, in aur_query yield self.aur_format(pkg) File "/usr/lib/python3.5/site-packages/AUR/RPC.py", line 566, in aur_format pkg[key] = int(pkg[key]) TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "../conky/paconky.py", line 261, in <module> main(sys.argv[1]) File "../conky/paconky.py", line 244, in main except AUR.AURError as e: AttributeError: module 'AUR' has no attribute 'AURError'

guotsuan commented on 2015-10-03 22:13 (UTC)

Run into an error because of this package in AUR 'License': ['BSD'], 'PackageBaseID': 80006, 'URLPath': '/cgit/aur.git/snapshot/abduco-git.tar.gz', 'URL': 'http://www.brain-dump.org/projects/abduco/', 'Version': '0.r74.28ef145-1', 'NumVotes': 4, 'Maintainer': 'aksr', 'MakeDepends': ['git'], 'ID': 216489, 'PackageBase': 'abduco-git', 'Name': 'abduco-git', 'Conflicts': ['abduco'], 'OutOfDate': None, 'CategoryID': 1, 'Description': 'A session management and attach/detach functionality (to use together with dvtm(1)).', 'LastModified': 1438265816, 'FirstSubmitted': 1394897829} 'OutofData' is supposed to be 'INTEGER', but got 'None' from AUR. It cause the an exception.

Xyne commented on 2015-07-11 19:15 (UTC)

With the move to SSH+Git for managing AUR packages, aurploader no longer works. I will likely not update it because it will just end up being a complicated wrapper around the underlying commands which will not fit everyone's workflow. It is probably best left to the user to create their own scripts and use "aurtomatic" for posting comments, setting notifications, etc. I will likely add an option to aurtomatic to support posting a comment non-interactively.

vadmium commented on 2015-06-01 23:39 (UTC)

Carl: see Xyne’s response further down the page at 2013-04-01 (which I tend to agree with). It makes it pretty obvious it’s not some old Python 2 package.

<deleted-account> commented on 2015-06-01 15:21 (UTC)

I'm curious, why is this package named "python3-aur" when most Arch packages that are Python 3 modules are just "python-${module}"?

Xyne commented on 2015-04-05 22:08 (UTC)

@djmattyg007 You can post in the Arch forum thread (linked on the project page) or send me email. Do you have something particular in mind?

djmattyg007 commented on 2015-04-04 02:24 (UTC)

Where can we go to support and contribute to the development of this module?