From 17e014529c964be1d5aeb81fd5396ae71c924b4b Mon Sep 17 00:00:00 2001 From: Hadrien Mary Date: Mon, 13 Jan 2025 09:49:56 -0500 Subject: [PATCH] fixes --- recipes/gget/recipe.yaml | 2 +- recipes/somacore/recipe.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes/gget/recipe.yaml b/recipes/gget/recipe.yaml index a147b833b22ee..40717c428fe0c 100644 --- a/recipes/gget/recipe.yaml +++ b/recipes/gget/recipe.yaml @@ -60,7 +60,7 @@ tests: about: summary: Efficient querying of genomic databases. - license: Apache-2.0 AND GPL-3.0 AND BSD-2-Clause + license: Apache-2.0 AND GPL-3.0-only AND BSD-2-Clause license_file: - LICENSE - gget/bins/Darwin/license.txt diff --git a/recipes/somacore/recipe.yaml b/recipes/somacore/recipe.yaml index 9d0459535938d..fb50d97b0f560 100644 --- a/recipes/somacore/recipe.yaml +++ b/recipes/somacore/recipe.yaml @@ -29,6 +29,10 @@ requirements: - numpy >=1.21 - pandas - pyarrow + # TODO from upstream at https://github.com/single-cell-data/SOMA/blob/python-v1.0.26/pyproject.toml#L19 + # pyarrow >= 14.0.1 doesn't play well with some other PyPI packages + # on Mac OS: https://github.com/apache/arrow/issues/42154 + # Remove this once we can specify a recent pyarrow. - pyarrow-hotfix - scipy - shapely @@ -44,6 +48,7 @@ about: summary: Python-language API specification and base utilities for implementation of the SOMA system. license: MIT license_file: LICENSE + homepage: https://github.com/single-cell-data/SOMA/tree/main extra: recipe-maintainers: