From 492729d7fde768682f1dce17923bb99a837d8514 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Wed, 15 Jan 2025 09:20:29 +0000 Subject: [PATCH] Removed recipe (conda-spawn) after converting into feedstock. [ci skip] --- recipes/conda-spawn/meta.yaml | 48 ----------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 recipes/conda-spawn/meta.yaml diff --git a/recipes/conda-spawn/meta.yaml b/recipes/conda-spawn/meta.yaml deleted file mode 100644 index cbb0239f83ee4..0000000000000 --- a/recipes/conda-spawn/meta.yaml +++ /dev/null @@ -1,48 +0,0 @@ -{% set name = "conda-spawn" %} -{% set version = "0.0.1" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz - sha256: d08f50bcc0a45cc27b0502901db3596c06678eabade99d673e81dc3c701a5126 - -build: - number: 0 - noarch: python - script: - - {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv - -requirements: - host: - - python {{ python_min }} - - pip - - hatchling >=1.12.2 - - hatch-vcs >=0.2.0 - run: - - python >={{ python_min }} - - conda >=23.9.0 - - pexpect - - shellingham - -test: - requires: - - python {{ python_min }} - imports: - - conda_spawn - - conda_spawn.main - commands: - - python -m conda spawn --help - -about: - home: https://github.com/conda-incubator/conda-spawn - license: MIT - license_file: LICENSE - summary: Activate conda environments in new shell processes - dev_url: https://github.com/conda-incubator/conda-spawn - -extra: - recipe-maintainers: - - jaimergp