Skip to content

Commit

Permalink
Add organizeit2 - engage with zorp
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Feb 6, 2025
1 parent 0bffd21 commit 24df4fa
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions recipes/organizeit2/recipe.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 24df4fa

Please sign in to comment.