Package Details: matrixcli-git 2020.02.26-3

Git Clone URL: https://aur.archlinux.org/matrixcli-git.git (read-only, click to copy)
Package Base: matrixcli-git
Description: simple matrix client based on the matrix-python-sdk
Upstream URL: https://github.com/saadsolimanxyz/matrixcli
Keywords: 2020 broken eol incompatible missingmakedep pkgbuild-issues superseded to-be-deleted unneeded unsupported
Licenses: GPL3
Conflicts: matrix-python-sdk, matrixcli
Provides: matrix-python-sdk, matrixcli
Submitter: Midov
Maintainer: MarsSeed
Last Packager: Midov
Votes: 3
Popularity: 0.000000
First Submitted: 2019-09-02 15:36 (UTC)
Last Updated: 2023-02-25 20:16 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

LaT3St commented on 2023-04-17 10:23 (UTC)

I had to install python-pip manually. Seems to be a missing dependency.

Midov commented on 2023-02-25 20:17 (UTC)

I have added your fix to remove the test dir, thanks

dreieck commented on 2023-02-25 13:12 (UTC)

This package has generic files

/usr/lib/python3.10/site-packages/test/__init__.py
/usr/lib/python3.10/site-packages/test/__pycache__/__init__.cpython-310.pyc

which should not be there (and make it conflict with all other packages that also have those generic files, e.g. python-scapy).

Please fix.

A fix could be to add

    # remove generic, non package-specific files:
    rm -rv "${pkgdir}/usr/lib"/python*/site-packages/test/*
    rmdir "${pkgdir}/usr/lib"/python*/site-packages/test

at the end of package().

Regards!

dreieck commented on 2023-01-23 11:52 (UTC)

Somehow I cannot run this software.

matrixcli prompts me to manually login:

config file with accounts list does not exist, you have to specify the --server, --username and --password 
error raised: module 'config.py' has no attribute 'accounts'

When I do this, it still fails:
matrixcli --server <sercer> --username <user> --password <password>:

Traceback (most recent call last):
  File "/usr/bin/matrixcli", line 128, in config_vs_options
    server = config.accounts[0]["server"]
AttributeError: module 'config.py' has no attribute 'accounts'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/matrixcli", line 356, in <module>
    server, username, password = config_vs_options()
  File "/usr/bin/matrixcli", line 177, in config_vs_options
    return args_server, args_username, args_password
NameError: name 'args_server' is not defined

Regards!

Midov commented on 2021-03-28 09:35 (UTC) (edited on 2021-03-28 09:35 (UTC) by Midov)

I do not have python-pip on any of my machines, yet matrixcli-git installs and works just fine. Perhaps its some other dependency? Did you use pip to install something else that was missing?

leonclx commented on 2021-03-28 07:59 (UTC)

Package failed to build at first because python-pip wasn't installed. After installing python-pip, matrixcli-git installed fine. Add python-pip as dependency?

Midov commented on 2020-02-26 21:44 (UTC)

should be fixed now

aiM0a commented on 2020-02-26 18:23 (UTC) (edited on 2020-02-26 18:24 (UTC) by aiM0a)

Hi, makepkg fails with the following error:

/home/user/packages/matrixcli-git/PKGBUILD: line 33: cd: /tmp/makepkg/matrixcli-git/src/matrixcli/matrix-python-sdk/: No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...