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)
- python-django-jsonfieldAUR (make)
- python-django-rest-framework (make)
- python-django-reversionAUR (make)
- python-django-rqAUR (make)
- python-django-xforwardedfor-middlewareAUR (make)
- python-dnspython (python-dnspython-gitAUR) (make)
- python-feedparser (make)
- python-gevent (python-gevent-gitAUR) (make)
- python-greenlet (make)
- python-lxml (make)
- python-magic (python-magic-gitAUR) (make)
- python-oathAUR (make)
- python-ovhAUR (make)
- python-passlib (make)
- python-pip (make)
- python-progressbar (make)
- python-pycryptodome (make)
- python-pytz (make)
- python-qrcode (make)
- python-redis (make)
- python-reportlab (make)
- python-requests (make)
- python-setuptools-scm (make)
- python-tldextract (make)
- python-uritemplate (make)
- python-wheel (make)
- rrdtool (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
- gunicorn (optional)
- mysqlAUR (mysql55AUR, mysql56AUR, mariadb-gitAUR, mysql81AUR, mysql57AUR, mroongaAUR, mysqlAUR, mysql80AUR, mariadb, mariadb-lts, percona-server) (optional)
- postgresql (postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql13AUR, postgresql-gitAUR) (optional)
- python-django-otpAUR (optional)
- python-factory-boy (optional)
- python-mysql-connector (optional)
- python-pillow (python-pillow-gitAUR) (optional)
- python-psycopg2 (optional)
- python-vexAUR (optional)
- python-virtualenv (optional)
- sqlite (sqlite-fossilAUR) (optional)
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