mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_PYTZ
|
||||
bool "python-pytz"
|
||||
help
|
||||
World timezone definitions, modern and historical.
|
||||
|
||||
http://pythonhosted.org/pytz
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pytz/json
|
||||
md5 8c21963449c3a793aa61ef122e171516 pytz-2019.2.tar.gz
|
||||
sha256 26c0b32e437e54a18161324a2fca3c4b9846b74a8dccddd843113109e1116b32 pytz-2019.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 39f07c72a1bfda349cbd27bac9bcb1e6f8c5b4e5cc3fadf56900406e8cc0b792 LICENSE.txt
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pytz
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYTZ_VERSION = 2019.2
|
||||
PYTHON_PYTZ_SOURCE = pytz-$(PYTHON_PYTZ_VERSION).tar.gz
|
||||
PYTHON_PYTZ_SITE = https://files.pythonhosted.org/packages/27/c0/fbd352ca76050952a03db776d241959d5a2ee1abddfeb9e2a53fdb489be4
|
||||
PYTHON_PYTZ_SETUP_TYPE = setuptools
|
||||
PYTHON_PYTZ_LICENSE = MIT
|
||||
PYTHON_PYTZ_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user