diff --git a/recipes/organizeit2/recipe.yaml b/recipes/organizeit2/recipe.yaml new file mode 100644 index 0000000000000..c34ba272159f2 --- /dev/null +++ b/recipes/organizeit2/recipe.yaml @@ -0,0 +1,54 @@ +context: + name: organizeit2 + version: 0.4.0 + +package: + name: ${{ name|lower }} + version: ${{ version }} + +source: + url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz + sha256: 05c8be6f36c26fbb395bd0bc92abcb494670a8dfebfc13eb35bead47c685829e + +build: + number: 0 + noarch: python + +requirements: + host: + - python + - pip + - setuptools + run: + - python + - ccflow + - fsspec + +tests: + - python: + imports: + - organizeit2 + pip_check: true + - files: + source: + - tests/** + requirements: + run: + - pip + - pytest + - rich + - s3fs + - type + script: + - pytest tests + +about: + license: Apache-2.0 + license_file: LICENSE + summary: Engage with Zorp! + homepage: https://github.com/timkpaine/organizeit2 + repository: https://github.com/timkpaine/organizeit2 + +extra: + recipe-maintainers: + - timkpaine