@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := django-simple-captcha
PKG_VERSION := 0.5.12
PKG_RELEASE := 3
PKG_RELEASE := 4
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://codeload.github.com/mbi/django-simple-captcha/tar.gz/v$( PKG_VERSION) ?
@ -19,37 +19,26 @@ PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
PKG_LICENSE := MIT
PKG_LICENSE_FILES := LICENSE
PKG_BUILD_DIR := $( BUILD_DIR) /$( BUILD_VARIANT) -$( PKG_NAME) -$( PKG_VERSION)
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 3 - p a c k a g e . m k
PKG_UNPACK := $( HOST_TAR) -C $( PKG_BUILD_DIR) --strip-components= 1 -xzf $( DL_DIR) /$( PKG_SOURCE)
d e f i n e P a c k a g e / d j a n g o - s i m p l e - c a p t c h a / D e f a u l t
d e f i n e P a c k a g e / p y t h o n 3 - d j a n g o - s i m p l e - c a p t c h a
SUBMENU:= Python
SECTION:= lang
CATEGORY:= Languages
TITLE:= Simple Django captcha application
URL:= https://github.com/mbi/django-simple-captcha
e n d e f
d e f i n e P a c k a g e / p y t h o n 3 - d j a n g o - s i m p l e - c a p t c h a
$( call Package /django -simple -captcha /Default )
DEPENDS:= \
+PACKAGE_python3-django-simple-captcha:python3 \
+PACKAGE_python3-django-simple-captcha:python3-six \
+PACKAGE_python3-django-simple-captcha:python3-django1 \
+PACKAGE_python3-django-simple-captcha:python3-pillow \
+PACKAGE_python3-django-simple-captcha:python3-django-ranged-response
VARIANT:= python3
+python3 \
+python3-six \
+python3-django1 \
+python3-pillow \
+python3-django-ranged-response
e n d e f
d e f i n e P a c k a g e / p y t h o n 3 - d j a n g o - s i m p l e - c a p t c h a / d e s c r i p t i o n
Django Simple Captcha is an extremely simple, yet highly customizable Django
application to add captcha images to any Django form.
.
( V a r i a n t f o r P y t h o n 3 )
e n d e f
$( eval $ ( call Py 3Package ,python 3-django -simple -captcha ) )