-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
ENH: Add py-flowy #30704
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
Open
HaoZeke
wants to merge
9
commits into
conda-forge:main
Choose a base branch
from
HaoZeke:addPyFlowy
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ENH: Add py-flowy #30704
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
de37997
ENH: Add py-flowy
HaoZeke f640006
MAINT: Fixup grayskull cruft
HaoZeke f65fcc0
MAINT: Fixup build requirements
HaoZeke 0d3fab7
ENH: Rework to a working config
HaoZeke 281569c
MAINT: Use newer features with old SDK
HaoZeke 1159c1e
MAINT: Skip on osx for now
HaoZeke baea1b7
Merge branch 'main' into addPyFlowy
HaoZeke 76ba85e
MAINT: Address review comments
HaoZeke 1f68fb2
MAINT: Revert to working test block
HaoZeke 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,85 @@ | ||
schema_version: 1 | ||
|
||
context: | ||
name: pyflowy | ||
version: 0.0.1 | ||
|
||
package: | ||
name: ${{ name|lower }} | ||
version: ${{ version }} | ||
|
||
source: | ||
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/pyflowy-${{ version }}.tar.gz | ||
sha256: babe8f58e1d2cc3784a87a50bfbb904cac088ad51259a7a2ccb835d5e3f0dfd1 | ||
|
||
build: | ||
skip: | ||
- win | ||
- osx | ||
number: 0 | ||
script: | ||
- ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation | ||
|
||
requirements: | ||
build: | ||
- ${{ compiler('c') }} | ||
- ${{ compiler('cxx') }} | ||
- ${{ stdlib('c') }} | ||
- cmake | ||
- meson | ||
- ninja | ||
- xtensor <0.25.0 | ||
- xtensor-blas | ||
- xtensor-python | ||
- if: (build_platform != target_platform) | ||
then: | ||
- cross-python_${{ target_platform }} | ||
- numpy | ||
- pybind11 >=2.12.0 | ||
- python | ||
host: | ||
- fmt | ||
- hdf5 | ||
- libcblas | ||
- libnetcdf | ||
- meson-python | ||
- pip | ||
- pkgconfig | ||
- pybind11 | ||
- python | ||
- numpy | ||
run: | ||
- fmt | ||
- hdf5 | ||
- libnetcdf | ||
- numpy | ||
- pybind11 >=2.12.0 | ||
- python | ||
|
||
tests: | ||
- python: | ||
imports: | ||
- pyflowy | ||
- script: | ||
- pip check | ||
requirements: | ||
run: | ||
- pip | ||
|
||
about: | ||
homepage: https://pypi.org/project/pyflowy/ | ||
license: GPL-3.0-only AND MIT | ||
license_file: | ||
- LICENSE | ||
- subprojects/pdf_cpplib/LICENSE | ||
- subprojects/flowy/LICENSE | ||
- subprojects/flowy/thirdparty/tsl/LICENSE | ||
license_family: BSD | ||
summary: "Python bindings for flowy" | ||
repository: https://github.com/flowy-code/pyflowy | ||
|
||
extra: | ||
recipe-maintainers: | ||
- HaoZeke | ||
- amritagos | ||
- MSallermann |
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.
Uh oh!
There was an error while loading. Please reload this page.