Search Criteria
Package Details: synadm-git 0.48.r5.g02a3870-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/synadm-git.git (read-only, click to copy) |
|---|---|
| Package Base: | synadm-git |
| Description: | CLI frontend to Matrix-Synapse admin APIs |
| Upstream URL: | https://codeberg.org/synadm/synadm |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | synadm |
| Provides: | synadm |
| Submitter: | BubuIIC |
| Maintainer: | intelfx |
| Last Packager: | intelfx |
| Votes: | 2 |
| Popularity: | 0.000023 |
| First Submitted: | 2021-02-20 17:25 (UTC) |
| Last Updated: | 2025-05-24 12:29 (UTC) |
Dependencies (13)
- python
- python-click
- python-click-option-groupAUR
- python-dnspython (python-dnspython-gitAUR)
- python-requests
- python-tabulate (python-tabulate-gitAUR)
- python-yaml (python-yaml-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-beautifulsoup4 (optional) – docs scraping
Latest Comments
intelfx commented on 2025-04-14 07:56 (UTC) (edited on 2025-04-14 07:57 (UTC) by intelfx)
Upstream is out of date, and the obsolete setuptools entrypoint (setup.py) is used instead of PEP 517.
Please consider applying: https://0x0.st/8fNK.patch
(Edit: updated link)
xiretza commented on 2025-04-06 16:29 (UTC)
synadm has migrated to codeberg: https://github.com/JOJ0/synadm/releases/tag/migrated-to-codeberg-note
BubuIIC commented on 2022-07-16 11:29 (UTC)
@Ta180m: thanks, fixed!
dodecahedron commented on 2022-07-15 01:32 (UTC)
This package needs to have
python-dnspythonadded as a dependency or else I get this error:xiretza commented on 2021-07-06 11:51 (UTC)
Ah yes, good call. Thanks!
BubuIIC commented on 2021-07-05 22:56 (UTC)
Thanks! I included all you suggestions with an additional
--tagsfor thegit describecall if upstream ever uses non-annotated tags. (I've been bitten by this before.)xiretza commented on 2021-07-03 09:19 (UTC) (edited on 2021-07-03 09:33 (UTC) by xiretza)
Requires
makedepends=('git'). It should also setprovides/conflictsforsynadm, and ideally updatepkgver()to include tags so a versionedprovidescan be used. Here's a complete patch: