Search Criteria
Package Details: modoboa 2.0.5-2
Package Actions
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.002236 |
First Submitted: | 2015-08-23 22:26 (UTC) |
Last Updated: | 2023-02-28 12:32 (UTC) |
Dependencies (59)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- python-argparse
- python-chardet
- python-dj-database-url
- python-django
- python-django-reversion
- python-django-versionfield2
- python-django-xforwardedfor-middleware
- python-factory_boy
- python-passlib
- python-pip
- python-pycryptodome
- python-requests
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312) (make)
- python-aioredis (python-aioredis1) (make)
- python-argparse (make)
- python-asgiref (python-asgiref_patch) (make)
- python-bcrypt (make)
- python-chardet (make)
- python-cryptography (make)
- Show 39 more dependencies...
Latest Comments
nobicycle commented on 2023-02-28 08:47 (UTC)
Thanks for the PKGUILD. I am wondering why python2 is involved since it is not a dependency?
$ python=python3.9 yay -S modoboa :: There are 2 providers available for python2: :: Repository AUR 1) python2 2) python2-bin
Enter a number (default=1):
Current Arch Linux python is version 3.10.9 ut I have 3.9 installed also.
MarsSeed commented on 2022-06-27 19:20 (UTC)
Hi,
I strongly recommend that this should not depend on python-crypto. That name is deprecated.
The proper and safe way is to use python-pycryptodome, which is the continuation fork.
Someone has created a wrong package in AUR providing "python-crypto".
That's why it's much better if you declare python-pycryptodome, to ensure this will use the proper dependency.
Cheers.
TrialnError commented on 2018-06-04 00:39 (UTC)
setup.py states compatibility with python 3.6. So the patch could propably be removed and the deps adjusted