python-dateutil: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov
2016-06-08 15:25:30 +02:00
committed by Thomas Petazzoni
parent d54e7c38e0
commit 246f6d8380
4 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-dateutil
#
################################################################################
PYTHON_DATEUTIL_VERSION = 2.5.3
PYTHON_DATEUTIL_SOURCE = python-dateutil-$(PYTHON_DATEUTIL_VERSION).tar.gz
PYTHON_DATEUTIL_SITE = https://pypi.python.org/packages/3e/f5/aad82824b369332a676a90a8c0d1e608b17e740bbb6aeeebca726f17b902
PYTHON_DATEUTIL_SETUP_TYPE = setuptools
PYTHON_DATEUTIL_LICENSE = BSD-3c
PYTHON_DATEUTIL_LICENSE_FILES = LICENSE
$(eval $(python-package))