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
|
2022-03-02 15:05:49 +00:00
|
|
|
patches:
|
|
|
|
- patches/0001-Move-ssl-import-into-functions-to-avoid-import-error.patch
|
|
|
|
- patches/0002-Move-concurrent.futures-import-into-function-to-avoi.patch
|
2021-09-21 06:47:48 +00:00
|
|
|
build:
|
2022-01-09 17:40:21 +00:00
|
|
|
script: |
|
|
|
|
pip install extension-helpers
|
2021-09-21 06:47:48 +00:00
|
|
|
# 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:
|
2021-05-02 13:42:28 +00:00
|
|
|
- distutils
|
2022-01-09 17:40:21 +00:00
|
|
|
- packaging
|
2020-07-15 19:45:41 +00:00
|
|
|
- numpy
|
2022-01-09 17:40:21 +00:00
|
|
|
- pyerfa
|
2022-03-02 15:05:49 +00:00
|
|
|
- pyyaml
|
2020-07-15 19:45:41 +00:00
|
|
|
test:
|
|
|
|
imports:
|
|
|
|
- astropy
|
2022-03-02 15:05:49 +00:00
|
|
|
- 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
|