Package Details: modoboa 2.2.4-3

Git Clone URL: https://aur.archlinux.org/modoboa.git (read-only, click to copy)
Package Base: modoboa
Description: Mail hosting made simple
Upstream URL: https://modoboa.org/
Keywords: mail server
Licenses: MIT
Conflicts: modoboa-git
Provides: modoboa
Submitter: raininja
Maintainer: clebermatheus
Last Packager: clebermatheus
Votes: 5
Popularity: 0.000000
First Submitted: 2015-08-23 22:26 (UTC)
Last Updated: 2024-05-14 00:45 (UTC)

Latest Comments

1 2 Next › Last »

clebermatheus commented on 2024-05-14 00:48 (UTC)

@tsangares added dependencies but i don't update python-lxml because i don't permission to update.

tsangares commented on 2024-05-13 22:26 (UTC)

@clebermatheus there are more dependencies that I could not resolve. Specifically the python-lxml package. I put a list of the complicated dependencies in the wiki I am starting on modoboa: https://wiki.archlinux.org/title/Modoboa

When you have time; no need to do it now maybe you could also assit me with the wiki doc. No pressure though, I can maintain the wiki once we get the package working and such.

clebermatheus commented on 2024-05-13 21:26 (UTC)

@tsangares No, package django-rq is missing to depends.

tsangares commented on 2024-05-13 21:02 (UTC) (edited on 2024-05-13 21:02 (UTC) by tsangares)

I get this error when trying to run the cli:

File "/usr/lib/python3.12/site-packages/pkg_resources/__init__.py", line 870, in _resolve_dist
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'django-rq' distribution was not found and is required by modoboa

is it because python updated to 3.12?

MarsSeed commented on 2023-08-08 01:11 (UTC)

python-factory_boy AUR package is a duplicate of repo's python-factory-boy, so the former is submitted for deletion.

But anyway, this is only a testing dependency of Modoboa, which is not needed here because there is no check() function to execute in PKGBUILD.

MarsSeed commented on 2023-07-09 23:12 (UTC)

You'll also need to adopt python-django-reversion, and update it from 4.0.1 to the currenctly latest and required 5.0.4.

MarsSeed commented on 2023-07-09 22:56 (UTC)

Also this should not depend on python-aioredis1, as it requires aioredis v2.0.1.

MarsSeed commented on 2023-07-09 22:38 (UTC)

Also you have to adopt and update python-django-xforwardedfor-middleware, because with its current version 1.0, modoboa is broken. It needs the latest 2.0 release of that module.

MarsSeed commented on 2023-07-09 22:26 (UTC)

Please remove the unneeded python-django-versionfield2 from depends and makedepends.

dreieck commented on 2023-05-12 12:24 (UTC)

python-argparse must be removed from the depends and makedepends arrays, see ↗ here.

Thanks for maintaining!