pyodide/packages/pandas/meta.yaml

28 lines
762 B
YAML

package:
name: pandas
version: 1.5.0
top-level:
- pandas
source:
url: https://files.pythonhosted.org/packages/2a/24/f5042daa59b91e94e6ea41edbb28d2b7e3712d0cf54a76f9ffde394efbe7/pandas-1.5.0.tar.gz
sha256: 3ee61b881d2f64dd90c356eb4a4a4de75376586cd3c9341c6c0fcaae18d52977
build:
cflags:
-Werror=implicit-function-declaration -Werror=mismatched-parameter-types
-Werror=mismatched-return-types -Oz
ldflags: --Wl,--fatal-warnings -Oz
requirements:
host:
- numpy
run:
- distutils
- numpy
- python-dateutil
- pytz
- setuptools
about:
home: https://pandas.pydata.org
PyPI: https://pypi.org/project/pandas
summary: Powerful data structures for data analysis, time series, and statistics
license: BSD-3-Clause