@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := python-pytz
PKG_VERSION := 2019.1
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_SOURCE := pytz-$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://files.pythonhosted.org/packages/source/p/pytz
@ -21,15 +21,11 @@ PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE := MIT
PKG_LICENSE_FILES := LICENSE.txt
HOST_BUILD_DEPENDS := python/host
i n c l u d e $( INCLUDE_DIR ) / h o s t - b u i l d . 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 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)
HOST_UNPACK := $( HOST_TAR) -C $( HOST_BUILD_DIR) --strip-components= 1 -xzf $( DL_DIR) /$( PKG_SOURCE)
d e f i n e P a c k a g e / p y t h o n - p y t z / D e f a u l t
SUBMENU:= Python
@ -62,14 +58,6 @@ $(call Package/python-pytz/description)
( V a r i a n t f o r P y t h o n 3 )
e n d e f
d e f i n e H o s t / C o m p i l e
$( call Build/Compile/HostPyMod,,install --prefix= "" --root= " $( STAGING_DIR_HOSTPKG) " )
e n d e f
Host/Install : =
$( eval $ ( call HostBuild ) )
$( eval $ ( call PyPackage ,python -pytz ) )
$( eval $ ( call BuildPackage ,python -pytz ) )
$( eval $ ( call BuildPackage ,python -pytz -src ) )