@ -9,13 +9,14 @@ include $(TOPDIR)/rules.mk
PKG_NAME := django-postoffice
PKG_NAME := django-postoffice
PKG_VERSION := 3.1.0
PKG_VERSION := 3.1.0
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_LICENSE := MIT
PKG_LICENSE := MIT
PKG_SOURCE := django-post_office-$( PKG_VERSION) .tar.gz
PKG_SOURCE := django-post_office-$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://files.pythonhosted.org/packages/source/d/django-post_office
PKG_SOURCE_URL := https://files.pythonhosted.org/packages/source/d/django-post_office
PKG_HASH := 827937a944fe47cea393853069cd9315d080298c8ddb0faf787955d6aa51a030
PKG_HASH := 827937a944fe47cea393853069cd9315d080298c8ddb0faf787955d6aa51a030
PKG_BUILD_DIR := $( BUILD_DIR) /django-post_office-$( PKG_VERSION)
PKG_BUILD_DIR := $( BUILD_DIR) /django-post_office-$( PKG_VERSION)
PKG_MAINTAINER := Alexandru Ardelean <ardeleanalex@gmail.com>
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e . . / p y t h o n - p a c k a g e . m k
i n c l u d e . . / p y t h o n - p a c k a g e . m k
@ -24,7 +25,6 @@ define Package/django-postoffice
SUBMENU:= Python
SUBMENU:= Python
SECTION:= lang
SECTION:= lang
CATEGORY:= Languages
CATEGORY:= Languages
MAINTAINER:= Gergely Kiss <mail.gery@gmail.com>
TITLE:= A Django app to monitor and send mail asynchronously, complete with template support.
TITLE:= A Django app to monitor and send mail asynchronously, complete with template support.
URL:= https://github.com/ui/django-postoffice
URL:= https://github.com/ui/django-postoffice
DEPENDS:= +python +django +django-jsonfield
DEPENDS:= +python +django +django-jsonfield