3a8aef3652
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
516 B
Makefile
15 lines
516 B
Makefile
################################################################################
|
|
#
|
|
# python-pytz
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYTZ_VERSION = 2016.10
|
|
PYTHON_PYTZ_SOURCE = pytz-$(PYTHON_PYTZ_VERSION).tar.bz2
|
|
PYTHON_PYTZ_SITE = https://pypi.python.org/packages/d0/e1/aca6ef73a7bd322a7fc73fd99631ee3454d4fc67dc2bee463e2adf6bb3d3
|
|
PYTHON_PYTZ_SETUP_TYPE = setuptools
|
|
PYTHON_PYTZ_LICENSE = MIT
|
|
PYTHON_PYTZ_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|