Skip to content

Commit

Permalink
chore: yaml for conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
elliesch committed Mar 19, 2024
1 parent 6632f45 commit f815e04
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions flipnslide/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{% set name = "flipnslide" %}
{% set version = "0.0.0" %}

package:
name: flipnslide
version: 0.0.0

source:
url: https://pypi.io/packages/source/f/flipnslide/flipnslide-0.0.1.tar.gz
sha256: 5baf8bf601bce76065a3e91d3400e12e757256f25fca63c4308b7b83bdf8da10

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.8
- setuptools >=61.0
- pip
run:
- python >=3.8

test:
imports:
- flipnslide
commands:
- pip check
requires:
- pip

about:
summary: A concise Python package to preprocess large scientific images for use with GPUs.
license: MIT
license_file: LICENSE
dev_url: https://github.com/elliesch/flipnslide/
doc_url: https://flipnslide.readthedocs.io/en/latest/intro.html

extra:
recipe-maintainers:
- elliesch

0 comments on commit f815e04

Please sign in to comment.