mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
5c8577e3dc
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
16 lines
552 B
Makefile
16 lines
552 B
Makefile
################################################################################
|
|
#
|
|
# python-pytz
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYTZ_VERSION = 2024.1
|
|
PYTHON_PYTZ_SOURCE = pytz-$(PYTHON_PYTZ_VERSION).tar.gz
|
|
PYTHON_PYTZ_SITE = https://files.pythonhosted.org/packages/90/26/9f1f00a5d021fff16dee3de13d43e5e978f3d58928e129c3a62cf7eb9738
|
|
PYTHON_PYTZ_SETUP_TYPE = setuptools
|
|
PYTHON_PYTZ_LICENSE = MIT
|
|
PYTHON_PYTZ_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|