From 33ef85a374b447083a923015c94b391ae4942363 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Fri, 31 Jan 2025 23:55:18 +0000 Subject: [PATCH] Removed recipe (seabirdscientific) after converting into feedstock. [ci skip] --- recipes/seabirdscientific/meta.yaml | 50 ----------------------------- 1 file changed, 50 deletions(-) delete mode 100644 recipes/seabirdscientific/meta.yaml diff --git a/recipes/seabirdscientific/meta.yaml b/recipes/seabirdscientific/meta.yaml deleted file mode 100644 index 55130e4949eab..0000000000000 --- a/recipes/seabirdscientific/meta.yaml +++ /dev/null @@ -1,50 +0,0 @@ -{% set name = "seabirdscientific" %} -{% set version = "2.5.0" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/seabirdscientific-{{ version }}.tar.gz - sha256: 2eeebb79698e3748cb9283e9e1dfa3029dd16ee0f08e8f90ab9b1cf9d6e65930 - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python {{ python_min }} - - setuptools >=61 - - pip - run: - - python >={{ python_min }} - - gsw - - matplotlib-base - - numpy - - pandas - - plotly - - scipy - -test: - imports: - - seabirdscientific - commands: - - pip check - requires: - - pip - - python {{ python_min }} - -about: - summary: Sea-Bird Scientific Community Toolkit - home: https://github.com/Sea-BirdScientific/seabirdscientific - license: MIT - license_file: LICENSE - doc_url: https://github.com/Sea-BirdScientific/seabirdscientific/tree/main/documentation - summary: 'This is the repository for the Sea-Bird Scientific (SBS) Community Toolkit' - -extra: - recipe-maintainers: - - darynwhite