mirror of https://github.com/pyodide/pyodide.git
38 lines
820 B
YAML
38 lines
820 B
YAML
package:
|
|
name: Cartopy
|
|
version: 0.22.0
|
|
top-level:
|
|
- cartopy
|
|
source:
|
|
url: https://files.pythonhosted.org/packages/c8/99/e2ad8a60df598de02904867ec83bc9d785b6534a503aecc9426889aa807e/Cartopy-0.22.0.tar.gz
|
|
sha256: b300f90120931d43f11ef87c064ea1dacec1b59a4940aa76ebf82cf09548bb49
|
|
test:
|
|
imports:
|
|
- cartopy
|
|
- cartopy.trace
|
|
- cartopy.mpl.geoaxes
|
|
- cartopy.crs
|
|
requirements:
|
|
host:
|
|
- geos
|
|
- numpy
|
|
run:
|
|
- shapely
|
|
- pyshp
|
|
- pyproj
|
|
- geos
|
|
- matplotlib
|
|
- scipy
|
|
|
|
build:
|
|
vendor-sharedlib: true
|
|
script: |
|
|
# Put geos-config on the path
|
|
export PATH=$PATH:${WASM_LIBRARY_DIR}/bin/
|
|
|
|
about:
|
|
home: http://scitools.org.uk/cartopy
|
|
PyPI: https://pypi.org/project/Cartopy/
|
|
summary: A library providing cartographic tools for python
|
|
license: LGPL-3.0-or-later
|