Search Criteria
Package Details: python-class-registry 4.0.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-class-registry.git (read-only, click to copy) |
---|---|
Package Base: | python-class-registry |
Description: | The intersection of the Registry and Factory patterns |
Upstream URL: | https://github.com/todofixthis/class-registry |
Licenses: | MIT |
Submitter: | 2bluesc |
Maintainer: | None |
Last Packager: | 2bluesc |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-07-22 05:00 (UTC) |
Last Updated: | 2023-05-04 03:47 (UTC) |
Dependencies (5)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
ectospasm commented on 2022-09-08 01:28 (UTC)
@2bluesc: Thanks for the tip! I should have tried this first before reaching out. It looks like my python-class-registry package was still in Python 3.9, while I upgraded to 3.10 several weeks ago. Forcing a rebuild of both backblaze-b2 and python-class-registry fixed the problem for me, I was able to authorize my account without having to move .b2_account_info (it didn't exist on my target laptop).
The package name in PyPi is phx-class-registry, not sure if that matters.
2bluesc commented on 2022-09-03 20:52 (UTC)
@ectospasm I don't think there's a bug here as I can't recreate the issue, this package name (and
backblaze-b2
requirements.txt
) hasn't been changed in 2+ years and manybackblaze-b2
users seem to not have issues.I just tested
backblaze-b2 authorize-account
on my account after deleting my~/.b2_account_info
and it works without issue.You should check that your environment and make sure you have this package correctly installed.
Test cases:
Tried loading the
phx-class-registry
distribution directly and it seems happy as well:ectospasm commented on 2022-09-01 23:42 (UTC) (edited on 2022-09-08 02:20 (UTC) by ectospasm)
@2bluesc: Here's the diff you requested:
ectospasm commented on 2022-08-29 03:11 (UTC) (edited on 2022-09-08 02:23 (UTC) by ectospasm)
It appears this package has been renamed to
phx-class-registry
.backblaze-b2
requires this package at the new name, see the following Python Traceback:jaantoots commented on 2020-07-22 08:46 (UTC)
'python-setuptools' is missing from makedepends