|
@ -8,13 +8,13 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=python-dateutil |
|
|
PKG_NAME:=python-dateutil |
|
|
PKG_VERSION:=2.7.3 |
|
|
|
|
|
|
|
|
PKG_VERSION:=2.7.5 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_LICENSE:=BSD-2-Clause |
|
|
PKG_LICENSE:=BSD-2-Clause |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/python-dateutil |
|
|
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/python-dateutil |
|
|
PKG_HASH:=e27001de32f627c22380a688bcc43ce83504a7bc5da472209b4c70f02829f0b8 |
|
|
|
|
|
|
|
|
PKG_HASH:=88f9287c0174266bb0d8cedd395cfba9c58e87e5ad86b2ce58859bc11be3cf02 |
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
include ../python-package.mk |
|
|
include ../python-package.mk |
|
|