Package Details: matrix-registration 0.9.1-2

Git Clone URL: https://aur.archlinux.org/matrix-registration.git (read-only, click to copy)
Package Base: matrix-registration
Description: Webapp for token based matrix registration
Upstream URL: https://github.com/ZerataX/matrix-registration
Keywords: matrix
Licenses: MIT
Submitter: BubuIIC
Maintainer: BubuIIC
Last Packager: BubuIIC
Votes: 0
Popularity: 0.000000
First Submitted: 2019-12-17 22:02 (UTC)
Last Updated: 2021-06-19 19:54 (UTC)

Pinned Comments

BubuIIC commented on 2022-02-26 15:22 (UTC) (edited on 2022-02-26 15:22 (UTC) by BubuIIC)

@FalconProgrammer: I had hoped there would be a new upstream release at some point... but sigh I've now created the -git version of this package that should actually work with up-to-date dependencies: https://aur.archlinux.org/packages/matrix-registration-git

Thanks for the heads up.

Latest Comments

BubuIIC commented on 2022-02-26 15:22 (UTC) (edited on 2022-02-26 15:22 (UTC) by BubuIIC)

@FalconProgrammer: I had hoped there would be a new upstream release at some point... but sigh I've now created the -git version of this package that should actually work with up-to-date dependencies: https://aur.archlinux.org/packages/matrix-registration-git

Thanks for the heads up.

FalconProgrammer commented on 2022-02-25 00:15 (UTC)

Sorry - my English was poor in the last comment. Would it be possible to create a git version of this package?

FalconProgrammer commented on 2022-02-25 00:05 (UTC)

Ok, it's related to the version of matrix-registration.

A git package on AUR should get the latest git revision rather than the latest released version as far as I'm aware. Could this be changed?

FalconProgrammer commented on 2022-02-24 23:59 (UTC)

I'm getting the following error when trying to install:

==> Starting check()...
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
File "/home/jon/.cache/paru/clone/matrix-registration/src/matrix-registration-0.9.1/tests/test_registration.py", line 32, in <module>
    from matrix_registration.app import create_app
File "/home/jon/.cache/paru/clone/matrix-registration/src/matrix-registration-0.9.1/matrix_registration/app.py", line 9, in <module>
    from flask_limiter.util import get_ipaddr
ImportError: cannot import name 'get_ipaddr' from 'flask_limiter.util' (/usr/lib/python3.10/site-packages/flask_limiter/util.py)

Any ideas?