Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions packages/astropy-healpix/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package:
name: astropy-healpix
version: 1.1.3
top-level:
- astropy_healpix

source:
url: https://files.pythonhosted.org/packages/source/a/astropy_healpix/astropy_healpix-1.1.3.tar.gz
sha256: f520d83abe8215d3e8e1a37b2bd91171ee36a6f55f110d5a2db863d75d81b3b7

build:
script: |
# Patch out the unsupported fenv call
echo "$(pwd)"
sed -i 's/feraiseexcept(FE_INVALID);//g' cextern/numpy/ieee754.h
export CFLAGS="${CFLAGS} -DNPY_NO_DEPRECATED_API=NPY_1_19_API_VERSION -D__sun"

about:
home: https://github.com/astropy/astropy-healpix
PyPI: https://pypi.org/project/astropy-healpix
summary: BSD-licensed HEALPix for Astropy
license: BSD 3-Clause

extra:
recipe-maintainers:
- PUT_YOUR_GITHUB_USERNAME_HERE
22 changes: 22 additions & 0 deletions packages/reproject/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package:
name: reproject
version: 0.19.0
top-level:
- reproject
source:
url: https://files.pythonhosted.org/packages/source/r/reproject/reproject-0.19.0.tar.gz
sha256: ba5d6ac9341258a9e270dc87805f3bd7409253ed73b47ae5fa68903b49c172c9

build:
script: |
export CFLAGS="${CFLAGS} -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION"

about:
home: null
PyPI: https://pypi.org/project/reproject
summary: Reproject astronomical images
license: BSD 3-Clause

extra:
recipe-maintainers:
- PUT_YOUR_GITHUB_USERNAME_HERE
23 changes: 23 additions & 0 deletions packages/sunpy/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package:
name: sunpy
version: 7.1.0
top-level:
- sunpy

source:
url: https://files.pythonhosted.org/packages/source/s/sunpy/sunpy-7.1.0.tar.gz
sha256: 14fc177b66e233468c32a4da3479748405278271e2d1497b9dfb31a7f4a9340b

build:
script: |
export SUNPY_NO_BUILD_ANA_EXTENSION=True

about:
home: https://sunpy.org
PyPI: https://pypi.org/project/sunpy
summary: "SunPy core package: Python for Solar Physics"
license: BSD-2-Clause
extra:
recipe-maintainers:
- cadiar
- samaloney
Loading