diff --git a/www/py-django-post_office/Makefile b/www/py-django-post_office/Makefile index 2cd04cec7d8d..b1ca20a96789 100644 --- a/www/py-django-post_office/Makefile +++ b/www/py-django-post_office/Makefile @@ -1,28 +1,26 @@ PORTNAME= django-post_office DISTVERSIONPREFIX= v -DISTVERSION= 3.11 -PORTREVISION= 1 +DISTVERSION= 3.11.3 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Django app to monitor and send mail asynchronously WWW= https://github.com/ui/django-post_office LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nh3>0:www/py-nh3@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist pep517 - USE_GITHUB= yes GH_ACCOUNT= ui +USE_PYTHON= autoplist pep517 NO_ARCH= yes .include diff --git a/www/py-django-post_office/distinfo b/www/py-django-post_office/distinfo index 3c6d9f227f5f..bfd0c5a04929 100644 --- a/www/py-django-post_office/distinfo +++ b/www/py-django-post_office/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1768901348 -SHA256 (ui-django-post_office-v3.11_GH0.tar.gz) = 36cbc6baf74b4c3c4d41d08bab177beaa1ff0a124cb47b279f5a950342ab1b51 -SIZE (ui-django-post_office-v3.11_GH0.tar.gz) = 82515 +TIMESTAMP = 1788101895 +SHA256 (ui-django-post_office-v3.11.3_GH0.tar.gz) = cee58695378a63f1e853f82132ea08ad3eba644b9c4d793d766e5670ee0b2e6b +SIZE (ui-django-post_office-v3.11.3_GH0.tar.gz) = 84345 diff --git a/www/py-django-post_office/pkg-descr b/www/py-django-post_office/pkg-descr index cf23402aaebc..55e81588082d 100644 --- a/www/py-django-post_office/pkg-descr +++ b/www/py-django-post_office/pkg-descr @@ -1,11 +1,13 @@ Django Post Office is a simple app to send and manage your emails in Django. Some awesome features are: +* Designed to scale, handles millions of emails efficiently * Allows you to send email asynchronously * Multi backend support * Supports HTML email +* Supports inlined images in HTML email * Supports database based email templates +* Supports multilingual email templates (i18n) * Built in scheduling support * Works well with task queues like RQ or Celery -* Uses multiprocessing to send a large number of emails in parallel -* Supports multilingual email templates (i18n) +* Uses multiprocessing and threading to send large number of emails in parallel