[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_ARROW
bool "python-arrow"
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
help
Better dates and times for Python.
https://github.com/crsmithdev/arrow/

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/arrow/json
md5 608682052926c7e5636285af0618ef38 arrow-1.2.0.tar.gz
sha256 16fc29bbd9e425e3eb0fef3018297910a0f4568f21116fc31771e2760a50e074 arrow-1.2.0.tar.gz
# Locally computed sha256 checksums
sha256 40d6e1255d7151f5f041a514725d3c94ffa8c1881e5a0c29b6bea93f03e2e3bb LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-arrow
#
################################################################################
PYTHON_ARROW_VERSION = 1.2.0
PYTHON_ARROW_SOURCE = arrow-$(PYTHON_ARROW_VERSION).tar.gz
PYTHON_ARROW_SITE = https://files.pythonhosted.org/packages/dc/bd/2565b8533bb8cf66e10a9e68a1d489ad839799b2050f0635039e614e3b1a
PYTHON_ARROW_SETUP_TYPE = setuptools
PYTHON_ARROW_LICENSE = Apache-2.0
PYTHON_ARROW_LICENSE_FILES = LICENSE
$(eval $(python-package))