2018-06-20 18:54:47 +00:00
|
|
|
package:
|
|
|
|
name: pandas
|
2022-04-08 19:06:38 +00:00
|
|
|
version: 1.4.2
|
2018-06-20 18:54:47 +00:00
|
|
|
source:
|
2022-04-08 19:06:38 +00:00
|
|
|
url: https://files.pythonhosted.org/packages/5a/ac/b3b9aa2318de52e40c26ae7b9ce6d4e9d1bcdaf5da0899a691642117cf60/pandas-1.4.2.tar.gz
|
|
|
|
sha256: 92bc1fc585f1463ca827b45535957815b7deb218c549b7c18402c322c7549a12
|
2021-02-06 07:58:12 +00:00
|
|
|
patches:
|
2022-01-10 21:47:59 +00:00
|
|
|
- patches/fix_json_signature.patch
|
2018-06-20 18:54:47 +00:00
|
|
|
build:
|
2022-01-10 21:47:59 +00:00
|
|
|
cflags:
|
|
|
|
-Werror=implicit-function-declaration -Werror=mismatched-parameter-types
|
2022-05-05 14:09:11 +00:00
|
|
|
-Werror=mismatched-return-types -Oz
|
|
|
|
ldflags: --Wl,--fatal-warnings -Oz
|
2018-06-20 18:54:47 +00:00
|
|
|
requirements:
|
|
|
|
run:
|
2022-01-10 21:47:59 +00:00
|
|
|
- distutils
|
|
|
|
- numpy
|
|
|
|
- python-dateutil
|
|
|
|
- pytz
|
|
|
|
- setuptools
|
2018-08-03 12:43:40 +00:00
|
|
|
test:
|
|
|
|
imports:
|
2022-01-10 21:47:59 +00:00
|
|
|
- pandas
|