-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Add shared-memory-dict #19855
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
Add shared-memory-dict #19855
Changes from 6 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
600e8a9
feat: add shared-memory-dict
maxb2 063eaa7
fix: meta.yml linted
maxb2 6d98f50
fix: add build requirements
maxb2 8efa091
fix: top level host requirements
maxb2 66cadd2
Update recipes/shared-memory-dict/meta.yaml
maxb2 37835a6
fix: space between names and pins
maxb2 ec9ee1a
fix: rewrite outputs
maxb2 778a669
fix: missing test
maxb2 65ecb82
fix: build requirements
maxb2 064e566
fix: host requirements everwhere
maxb2 36750db
fix: linter
maxb2 f29c638
wip: see if the old version builds on CI
maxb2 da1fc7d
fix: top level test requirements
maxb2 4baeb9a
fix: modeled after sagemaker-inference-toolkit-feedstock
maxb2 0744e76
fix: exact subpackage pin
maxb2 1f69c84
Update recipes/shared-memory-dict/meta.yaml
maxb2 652d393
Update recipes/shared-memory-dict/meta.yaml
maxb2 9d57c48
Update recipes/shared-memory-dict/meta.yaml
maxb2 cc8c5e2
fix: simplify subpackages
maxb2 5da8c18
add poetry to host requirements
maxb2 5ff5523
wip: test top-level test requirement
maxb2 7dbf418
Revert "wip: test top-level test requirement"
maxb2 bed3c2a
Update recipes/shared-memory-dict/meta.yaml
maxb2 814f100
fix: unpin subpackage constraints
maxb2 dbdf871
Update build_base.sh
carterbox 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,71 @@ | ||
| {% set name = "shared-memory-dict" %} | ||
| {% set version = "0.7.2" %} | ||
|
|
||
| package: | ||
| name: {{ name|lower }} | ||
| version: {{ version }} | ||
|
|
||
| source: | ||
| url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/shared-memory-dict-{{ version }}.tar.gz | ||
| sha256: 8294257e1a2466afb5e19a878a8c446325b8913d57d6d9578ccba905564a974d | ||
|
|
||
| build: | ||
| noarch: python | ||
| script: {{ PYTHON }} -m pip install . -vv | ||
| number: 0 | ||
|
|
||
| requirements: | ||
| host: | ||
| - pip | ||
| - python >=3.6,<4.0 | ||
| - poetry | ||
|
maxb2 marked this conversation as resolved.
Outdated
|
||
| run: | ||
| - python >=3.6,<4.0 | ||
|
|
||
| test: | ||
| imports: | ||
| - shared_memory_dict | ||
| commands: | ||
| - pip check | ||
| requires: | ||
| - pip | ||
|
|
||
| outputs: | ||
| - name: shared-memory-dict | ||
| requirements: | ||
| host: &id001 | ||
| - pip | ||
| - python >=3.6,<4.0 | ||
|
maxb2 marked this conversation as resolved.
Outdated
|
||
| - poetry | ||
| run: | ||
| - python >=3.6,<4.0 | ||
| - name: shared-memory-dict-aiocache | ||
| requirements: | ||
| host: *id001 | ||
| run: | ||
| - shared-memory-dict =={{ version }} | ||
| - aiocache >=0.11.1,<0.12.0 | ||
| - name: shared-memory-dict-all | ||
| requirements: | ||
| host: *id001 | ||
| run: | ||
| - shared-memory-dict =={{ version }} | ||
| - aiocache >=0.11.1,<0.12.0 | ||
| - django >=3.0.8,<4.0.0 | ||
|
maxb2 marked this conversation as resolved.
Outdated
|
||
| - name: shared-memory-dict-django | ||
| requirements: | ||
| host: *id001 | ||
| run: | ||
| - shared-memory-dict =={{ version }} | ||
| - django >=3.0.8,<4.0.0 | ||
|
maxb2 marked this conversation as resolved.
Outdated
|
||
|
|
||
| about: | ||
| home: https://github.com/luizalabs/shared-memory-dict | ||
| summary: A very simple shared memory dict implementation | ||
| license: MIT | ||
| license_file: | ||
| - LICENSE | ||
|
|
||
| extra: | ||
| recipe-maintainers: | ||
| - maxb2 | ||
|
maxb2 marked this conversation as resolved.
|
||
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.