This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYTZ
bool "python-pytz"
help
World timezone definitions, modern and historical.
http://pythonhosted.org/pytz
+5
View File
@@ -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
+14
View File
@@ -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))