Search Criteria
Package Details: modoboa 2.3.4-1
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: | denkijin |
Maintainer: | clebermatheus |
Last Packager: | clebermatheus |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-23 22:26 (UTC) |
Last Updated: | 2024-12-06 23:59 (UTC) |
Dependencies (59)
- python (python37AUR, python311AUR, python310AUR)
- python-chardet
- python-dj-database-urlAUR
- python-django
- python-django-reversionAUR
- python-django-xforwardedfor-middlewareAUR
- python-passlib
- python-pip
- python-pycryptodome
- python-requests
- python-sievelibAUR
- python (python37AUR, python311AUR, python310AUR) (make)
- python-aiosmtplibAUR (make)
- python-asgiref (make)
- python-bcrypt (make)
- python-chardet (make)
- python-cryptography (make)
- python-dateutil (make)
- python-dj-database-urlAUR (make)
- python-django-filter (make)
- Show 39 more dependencies...
Latest Comments
« First ‹ Previous 1 2
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
« First ‹ Previous 1 2