pyodide/packages/astropy/meta.yaml

45 lines
1.1 KiB
YAML
Raw Normal View History

2020-07-15 19:45:41 +00:00
package:
name: astropy
2022-03-01 04:55:28 +00:00
version: 5.0.1
2020-07-15 19:45:41 +00:00
source:
2022-03-01 04:55:28 +00:00
url: https://files.pythonhosted.org/packages/91/a8/619de6e60fe461e3c7e908ec6fa04333b91249e7877a42485b2df981fdcb/astropy-5.0.1.tar.gz
sha256: 6382cde6a205aa0b16a0d5e61c0c0131ebd4f0174d6c73e2964f4bee132a9027
patches:
- patches/0001-Move-ssl-import-into-functions-to-avoid-import-error.patch
- patches/0002-Move-concurrent.futures-import-into-function-to-avoi.patch
build:
script: |
pip install extension-helpers
# The test module is imported from the top level `__init__.py`
# so it cannot be unvendored
unvendor-tests: false
2020-07-15 19:45:41 +00:00
requirements:
run:
- distutils
- packaging
2020-07-15 19:45:41 +00:00
- numpy
- pyerfa
- pyyaml
2020-07-15 19:45:41 +00:00
test:
imports:
- astropy
- astropy.config
- astropy.constants
- astropy.convolution
- astropy.coordinates
- astropy.cosmology
- astropy.extern
- astropy.io
- astropy.modeling
- astropy.nddata
- astropy.samp
- astropy.stats
- astropy.table
- astropy.time
- astropy.timeseries
- astropy.uncertainty
- astropy.units
- astropy.utils
- astropy.visualization
- astropy.wcs