-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Added initial set of packages belonging to the new eozilla ecosystem. #31256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
b446907
Added initial set of packages belonging to the new eozilla ecosystem.
forman 4a5c606
Fixes
forman 1d97382
Fixes, 2nd round
forman 9c06cf5
Fixes, 3rd round
forman 2f8bef2
Fixes, 4th round
forman 4ef4fcc
Fixes, 5th try (moved recipes one level up)
forman 325295e
fix, 6th round
forman 03aff72
closer follow recommendations
forman c582b13
Removed `python_min` entry
forman ab7e7b4
Switched to functional v0.0.7, adjusted sha256 keys, and updated abou…
forman 3bc0a51
Added hatch to host requirements
forman 97e5ed8
Merge branch 'main' into initial-packages
forman 12ca8b5
Updated recipes with output from grayskull
forman 15c9aa1
Merge remote-tracking branch 'origin/initial-packages' into initial-p…
forman a28b226
Fixes to make conda-forge-linting service happy
forman a086b68
Fixes to make conda-forge-linting service happy - part 2
forman 2fcdb01
Fixes to make conda-forge-linting service happy - part 3 ("${{" --> "…
forman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| context: | ||
| version: 0.0.1 | ||
| python_min: 3.10 | ||
|
|
||
| package: | ||
| name: appligator | ||
| version: ${{ version }} | ||
|
|
||
| source: | ||
| - url: https://pypi.org/packages/source/a/appligator/appligator-${{ version }}.tar.gz | ||
| sha256: 07bf4b7ae015e2735687c598a604d62876381ebfc72d88da88a75cada4731b54 | ||
|
|
||
| build: | ||
| number: 0 | ||
| script: ${{ PYTHON }} -m pip install . | ||
| noarch: python | ||
|
|
||
| requirements: | ||
| host: | ||
| - python ${{ python_min }}.* | ||
| - setuptools | ||
| - pip | ||
| run: | ||
| - python >=${{ python_min }} | ||
|
|
||
| tests: | ||
| - python: | ||
| imports: | ||
| - appligator | ||
| pip_check: true | ||
|
|
||
| about: | ||
| homepage: https://github.com/eo-tools/eozilla | ||
| summary: Reserved name for an upcoming EO data processing tool and framework. | ||
| description: "# Appligator 🦖\r\n\r\nThis package name is reserved for \r\nan upcoming EO data processing tool and framework.\r\n" | ||
| license: "Apache-2.0" | ||
| license_file: "LICENSE" | ||
|
|
||
| extra: | ||
| recipe-maintainers: | ||
| - forman | ||
| - pont-us | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| context: | ||
| version: 0.0.1 | ||
| python_min: 3.10 | ||
|
|
||
| package: | ||
| name: cuiman | ||
| version: ${{ version }} | ||
|
|
||
| source: | ||
| - url: https://pypi.org/packages/source/c/cuiman/cuiman-${{ version }}.tar.gz | ||
| sha256: ebf65577ee0bb8bffe31742acddc82a87cddb6d0165c44f39784109cede1498f | ||
|
|
||
| build: | ||
| number: 0 | ||
| script: ${{ PYTHON }} -m pip install . | ||
| noarch: python | ||
|
|
||
| requirements: | ||
| host: | ||
| - python ${{ python_min }}.* | ||
| - setuptools | ||
| - pip | ||
| run: | ||
| - python >=${{ python_min }} | ||
|
|
||
| tests: | ||
| - python: | ||
| imports: | ||
| - procodile | ||
| pip_check: true | ||
|
|
||
| about: | ||
| homepage: https://github.com/eo-tools/eozilla | ||
| summary: Reserved name for an upcoming EO data processing tool and framework. | ||
| description: "# Cuiman 🦖\r\n\r\nThis package name is reserved for \r\nan upcoming EO data processing tool and framework.\r\n" | ||
| license: "Apache-2.0" | ||
| license_file: "LICENSE" | ||
|
|
||
| extra: | ||
| recipe-maintainers: | ||
| - forman | ||
| - pont-us |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| context: | ||
| version: 0.0.1 | ||
| python_min: 3.10 | ||
|
|
||
| package: | ||
| name: eozilla | ||
| version: ${{ version }} | ||
|
|
||
| source: | ||
| - url: https://pypi.org/packages/source/e/eozilla/eozilla-${{ version }}.tar.gz | ||
| sha256: cd16dd9d85ecb991132c53f0a3d5cf8e77cf5a2a590fdb21e4a3ed150d041df2 | ||
|
|
||
| build: | ||
| number: 0 | ||
| script: ${{ PYTHON }} -m pip install . | ||
| noarch: python | ||
|
|
||
| requirements: | ||
| host: | ||
| - python ${{ python_min }}.* | ||
| - setuptools | ||
| - pip | ||
| run: | ||
| - python >=${{ python_min }} | ||
|
|
||
| tests: | ||
| - python: | ||
| imports: | ||
| - eozilla | ||
| pip_check: true | ||
|
|
||
| about: | ||
| homepage: https://github.com/eo-tools/eozilla | ||
| summary: Reserved name for an upcoming EO data processing suite. | ||
| description: "# Eozilla 🦖\r\n\r\nThis package name is reserved as an umbrella for \r\na set of upcoming EO data processing tools and frameworks.\r\n" | ||
| license: "Apache-2.0" | ||
| license_file: "LICENSE" | ||
|
|
||
| extra: | ||
| recipe-maintainers: | ||
| - forman | ||
| - pont-us |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| context: | ||
| version: 0.0.1 | ||
| python_min: 3.10 | ||
|
|
||
| package: | ||
| name: gavicore | ||
| version: ${{ version }} | ||
|
|
||
| source: | ||
| - url: https://pypi.org/packages/source/g/gavicore/gavicore-${{ version }}.tar.gz | ||
| sha256: c68a3ba34f44a85308ea630a545e9ab0bbd95e98127bbc824b28f152c879c018 | ||
|
|
||
| build: | ||
| number: 0 | ||
| script: ${{ PYTHON }} -m pip install . | ||
| noarch: python | ||
|
|
||
| requirements: | ||
| host: | ||
| - python ${{ python_min }}.* | ||
| - setuptools | ||
| - pip | ||
| run: | ||
| - python >=${{ python_min }} | ||
|
|
||
| tests: | ||
| - python: | ||
| imports: | ||
| - gavicore | ||
| pip_check: true | ||
|
|
||
| about: | ||
| homepage: https://github.com/eo-tools/eozilla | ||
| summary: Reserved name for an upcoming EO data processing tool and framework. | ||
| description: "# Gavicore 🦖\r\n\r\nThis package name is reserved for \r\nan upcoming EO data processing tool and framework.\r\n" | ||
| license: "Apache-2.0" | ||
| license_file: "LICENSE" | ||
|
|
||
| extra: | ||
| recipe-maintainers: | ||
| - forman | ||
| - pont-us |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| context: | ||
| version: 0.0.1 | ||
| python_min: 3.10 | ||
|
|
||
| package: | ||
| name: procodile | ||
| version: ${{ version }} | ||
|
|
||
| source: | ||
| - url: https://pypi.org/packages/source/p/procodile/procodile-${{ version }}.tar.gz | ||
| sha256: ef8ab84183c4c98f6d2ab6169105810f3713ee432e6427fafc35958203446af7 | ||
|
|
||
| build: | ||
| number: 0 | ||
| script: ${{ PYTHON }} -m pip install . | ||
| noarch: python | ||
|
|
||
| requirements: | ||
| host: | ||
| - python ${{ python_min }}.* | ||
| - setuptools | ||
| - pip | ||
| run: | ||
| - python >=${{ python_min }} | ||
|
|
||
| tests: | ||
| - python: | ||
| imports: | ||
| - procodile | ||
| pip_check: true | ||
|
|
||
| about: | ||
| homepage: https://github.com/eo-tools/eozilla | ||
| summary: Reserved name for an upcoming EO data processing tool and framework. | ||
| description: "# Procodile 🦖\r\n\r\nThis package name is reserved for \r\nan upcoming EO data processing tool and framework.\r\n" | ||
| license: "Apache-2.0" | ||
| license_file: "LICENSE" | ||
|
|
||
|
|
||
| extra: | ||
| recipe-maintainers: | ||
| - forman | ||
| - pont-us |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| context: | ||
| version: 0.0.1 | ||
| python_min: 3.10 | ||
|
|
||
| package: | ||
| name: wraptile | ||
| version: ${{ version }} | ||
|
|
||
| source: | ||
| - url: https://pypi.org/packages/source/w/wraptile/wraptile-${{ version }}.tar.gz | ||
| sha256: 312d4f691365f1e262360a27be68fa07d3899fe327dcd84854bffe34ab6b0043 | ||
|
|
||
| build: | ||
| number: 0 | ||
| script: ${{ PYTHON }} -m pip install . | ||
| noarch: python | ||
|
|
||
| requirements: | ||
| host: | ||
| - python ${{ python_min }}.* | ||
| - setuptools | ||
| - pip | ||
| run: | ||
| - python >=${{ python_min }} | ||
|
|
||
| tests: | ||
| - python: | ||
| imports: | ||
| - procodile | ||
| pip_check: true | ||
|
|
||
| about: | ||
| homepage: https://github.com/eo-tools/eozilla | ||
| summary: Reserved name for an upcoming EO data processing tool and framework. | ||
| description: "# Wraptile 🦖\r\n\r\nThis package name is reserved for \r\nan upcoming EO data processing tool and framework.\r\n" | ||
| license: "Apache-2.0" | ||
| license_file: "LICENSE" | ||
|
|
||
| extra: | ||
| recipe-maintainers: | ||
| - forman | ||
| - pont-us |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only set
python_minif the minimum required version is higher than the conda-forge default.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ocefpaf Done. Thanks for the fast feedback!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove that line and all others that are <=3.10.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.