From 9c3ab2a5ef21bb676b15b07f87525be456cf76ab Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Tue, 28 Jan 2025 10:55:39 +0000 Subject: [PATCH] Removed recipe (easydiffraction) after converting into feedstock. [ci skip] --- recipes/easydiffraction/recipe.yaml | 47 ----------------------------- 1 file changed, 47 deletions(-) delete mode 100644 recipes/easydiffraction/recipe.yaml diff --git a/recipes/easydiffraction/recipe.yaml b/recipes/easydiffraction/recipe.yaml deleted file mode 100644 index fffdbb9131660..0000000000000 --- a/recipes/easydiffraction/recipe.yaml +++ /dev/null @@ -1,47 +0,0 @@ -context: - name: easydiffraction - version: 0.3.0 - python_min: "3.11" - -package: - name: ${{ name|lower }} - version: ${{ version }} - -source: - url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/easydiffraction-${{ version }}.tar.gz - sha256: ef534e319668f8c757ca88dd09b46578dd3c8716a14be2d82ac80a8e41141a1d - -build: - number: 0 - noarch: python - script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - -requirements: - host: - - python ${{ python_min }}.* - - hatchling - - versioningit - - pip - run: - - python >=${{ python_min }},<3.13 - - cryspy - - easycrystallography - - easyscience - - pooch - -tests: - - python: - imports: - - easydiffraction - pip_check: false - python_version: ${{ python_min }}.* - -about: - homepage: https://easydiffraction.org/ - summary: Making diffraction data analysis and modelling easy - license: BSD-3-Clause - license_file: LICENSE - -extra: - recipe-maintainers: - - MridulS