Skip to content

Commit

Permalink
Merge pull request #28962 from MridulS/easydiffraction
Browse files Browse the repository at this point in the history
 Add easydiffraction to conda-forge
  • Loading branch information
ocefpaf authored Jan 28, 2025
2 parents 9d6cf73 + 5def826 commit 3f9f09d
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions recipes/easydiffraction/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
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

0 comments on commit 3f9f09d

Please sign in to comment.