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 b6d4139
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions recipes/organizeit2/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
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
script: python -m pip install . -vv --no-deps --no-build-isolation

requirements:
host:
- python ${{ python_min }}.*
- pip
- hatchling
run:
- python >=${{ python_min }}
- ccflow
- fsspec

tests:
- python:
imports:
- organizeit2
pip_check: true
python_version: ${{ python_min }}.*

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 b6d4139

Please sign in to comment.