Skip to content

Commit

Permalink
Initial feedstock commit with conda-smithy 3.42.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
conda-forge-admin committed Oct 18, 2024
0 parents commit 83f46ae
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
62 changes: 62 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{% set name = "hats" %}
{% set version = "0.4.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/astronomy-commons/hats/archive/v{{ version }}.tar.gz
sha256: ab0cbc7e6c1b116b9bcbc550d0e53c9a9cb73436b1ec6e3d6940bcf3b32e0ba5

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.9,<3.12
- setuptools >=62
- setuptools-scm >=6.2
- pip
run:
- python >=3.9
- aiohttp
- astropy <6.1
- fsspec >=2023.10.0
- healpy
- jproperties
- matplotlib-base >=3.3,<3.9
- mocpy
- numba >=0.58
- numpy <3
- pandas
- pyarrow >=14.0.1
- pydantic
- typing-extensions >=4.3.0
- universal_pathlib

test:
imports:
- hats
commands:
- pip check
- pytest tests
requires:
- pip
- pytest
- pytest-mock
- pytest-timeout
source_files:
- tests

about:
home: https://github.com/astronomy-commons/hats
summary: 'A HATS astronomical catalog format reader library'
license: BSD-3-Clause
license_file: LICENSE

extra:
recipe-maintainers:
- camposandro

0 comments on commit 83f46ae

Please sign in to comment.