2018-06-20 18:54:47 +00:00
|
|
|
package:
|
|
|
|
name: matplotlib
|
2022-03-07 05:14:24 +00:00
|
|
|
version: 3.5.1
|
2018-06-20 18:54:47 +00:00
|
|
|
|
|
|
|
source:
|
2022-03-07 05:14:24 +00:00
|
|
|
url: https://files.pythonhosted.org/packages/8a/46/425a44ab9a71afd2f2c8a78b039c1af8ec21e370047f0ad6e43ca819788e/matplotlib-3.5.1.tar.gz
|
|
|
|
sha256: b2e9810e09c3a47b73ce9cab5a72243a1258f61e7900969097a817232246ce1c
|
2018-06-20 18:54:47 +00:00
|
|
|
|
|
|
|
patches:
|
2019-10-18 16:17:50 +00:00
|
|
|
- patches/disable_macosx_backend.patch
|
2020-12-20 09:37:05 +00:00
|
|
|
- patches/hardcoded-font-cache.patch
|
|
|
|
- patches/fix-threading.patch
|
2018-06-20 18:54:47 +00:00
|
|
|
|
|
|
|
extras:
|
2022-01-10 19:54:11 +00:00
|
|
|
- - src/browser_backend.py
|
2021-06-27 15:36:14 +00:00
|
|
|
- lib/matplotlib/backends/browser_backend.py
|
2022-01-10 19:54:11 +00:00
|
|
|
- - src/wasm_backend.py
|
2018-06-20 18:54:47 +00:00
|
|
|
- lib/matplotlib/backends/wasm_backend.py
|
2022-01-10 19:54:11 +00:00
|
|
|
- - src/html5_canvas_backend.py
|
2021-06-27 15:36:14 +00:00
|
|
|
- lib/matplotlib/backends/html5_canvas_backend.py
|
2022-01-10 19:54:11 +00:00
|
|
|
- - src/setup.cfg
|
2022-03-07 05:14:24 +00:00
|
|
|
- ./mplsetup.cfg
|
2018-06-20 18:54:47 +00:00
|
|
|
|
|
|
|
build:
|
|
|
|
cflags: -s USE_FREETYPE=1 -s USE_LIBPNG=1 -s USE_ZLIB=1
|
2021-02-06 07:58:12 +00:00
|
|
|
ldflags: -s USE_FREETYPE=1 -s USE_LIBPNG=1 -s USE_ZLIB=1
|
2021-01-04 08:50:01 +00:00
|
|
|
replace-libs:
|
|
|
|
- png16=png
|
2018-06-20 18:54:47 +00:00
|
|
|
post: |
|
2022-03-07 05:14:24 +00:00
|
|
|
cd build/matplotlib-3.5.1/dist/matplotlib-3.5.1/
|
2022-01-24 01:47:04 +00:00
|
|
|
rm -rf matplotlib/backends/qt_editor
|
|
|
|
rm -rf matplotlib/backends/web_backend
|
|
|
|
rm -rf sphinxext
|
|
|
|
cp $PKGDIR/src/fontlist.json matplotlib
|
2022-03-16 00:39:34 +00:00
|
|
|
cp $PKGDIR/src/Humor-Sans-1.0.ttf matplotlib/mpl-data/fonts/ttf/Humor-Sans.ttf
|
2022-04-11 23:01:40 +00:00
|
|
|
mkdir -p $PKGDIR/../../dist/fonts
|
|
|
|
cp matplotlib/mpl-data/fonts/ttf/* $PKGDIR/../../dist/fonts/
|
2018-06-20 18:54:47 +00:00
|
|
|
|
|
|
|
requirements:
|
|
|
|
run:
|
|
|
|
- cycler
|
2022-03-07 05:14:24 +00:00
|
|
|
- distutils
|
|
|
|
- fonttools
|
2018-06-20 18:54:47 +00:00
|
|
|
- kiwisolver
|
|
|
|
- numpy
|
2022-03-07 05:14:24 +00:00
|
|
|
- packaging
|
2022-03-16 14:54:16 +00:00
|
|
|
- Pillow
|
2018-06-20 18:54:47 +00:00
|
|
|
- pyparsing
|
|
|
|
- python-dateutil
|
|
|
|
- pytz
|
2018-08-03 12:43:40 +00:00
|
|
|
|
|
|
|
test:
|
|
|
|
imports:
|
|
|
|
- matplotlib
|
2018-10-10 18:16:02 +00:00
|
|
|
- mpl_toolkits
|