@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := django1
PKG_VERSION := 1.11.29
PKG_RELEASE := 3
PKG_RELEASE := 4
PYPI_NAME := Django
PKG_HASH := 4200aefb6678019a0acf0005cd14cfce3a5e6b9b90d06145fcdd2e474ad4329c
@ -23,20 +23,15 @@ include ../pypi.mk
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
d e f i n e P a c k a g e / d j a n g o 1 / 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 1
SUBMENU:= Python
SECTION:= lang
CATEGORY:= Languages
TITLE:= The web framework for perfectionists with deadlines.
URL:= https://www.djangoproject.com/
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 1
$( call Package /django 1/Default )
DEPENDS:= \
+python3 \
+python3-pytz \
+python-django1-common
+python3-pytz
PROVIDES:= django
e n d e f
@ -44,25 +39,12 @@ define Package/python3-django1/description
The web framework for perfectionists with deadlines ( LTS 1.11 series) .
e n d e f
d e f i n e P a c k a g e / p y t h o n - d j a n g o 1 - c o m m o n
$( call Package /django 1/Default )
e n d e f
d e f i n e P a c k a g e / p y t h o n - d j a n g o 1 - c o m m o n / d e s c r i p t i o n
The web framework for perfectionists with deadlines ( LTS 1.11 series) .
.
T h i s p a c k a g e c o n t a i n s f i l e s c o m m o n t o b o t h P y t h o n 2 . 7 a n d P y t h o n 3 .
e n d e f
Py3Package/python3-django1/install : =:
d e f i n e P a c k a g e / p y t h o n - d j a n g o 1 - c o m m o n / i n s t a l l
d e f i n e P y 3 P a c k a g e / p y t h o n 3 - d j a n g o 1 / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) ./files/django-admin $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/django-admin.py \
$( 1) /usr/bin/django-admin
e n d e f
$( eval $ ( call Py 3Package ,python 3-django 1) )
$( eval $ ( call BuildPackage ,python 3-django 1) )
$( eval $ ( call BuildPackage ,python 3-django 1-src ) )
$( eval $ ( call BuildPackage ,python -django 1-common ) )