-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Add reprostim #29029
Merged
Merged
Add reprostim #29029
Changes from 2 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
86e7eab
Created recipes/reprostim/meta.yaml
vmdocua 3ba04a5
Normalized reprostim recipe dependencies.
vmdocua 97f81aa
Update opencv-python dependency.
vmdocua b510ed5
Update opencv-python dependency.
vmdocua 57d597d
Update tests and version to be draft 0.7.6 .
vmdocua 119af41
Fix tests and update version to be draft 0.7.7 .
vmdocua f9e88a8
Updated test dependencies.
vmdocua e2e3c46
Updated test dependencies.
vmdocua fc63412
Updated test dependencies.
vmdocua fd197a9
Updated version to 0.7.8.
vmdocua 492d6b3
Constrain to OSX or Linux only.
vmdocua 2430678
Exclude windows platform.
vmdocua 42ddb16
Exclude windows platform.
vmdocua 0363c68
Exclude tests on windows platform.
vmdocua bc257c2
Exclude tests on windows platform.
vmdocua 4bd2a22
Exclude zbar on windows platform.
vmdocua 456ac22
Restored noarch, removed zbar bin dependency and enabled reprostim im…
vmdocua 1b7cd3e
Fixed "noarch: python recipes are required to have a lower bound on t…
vmdocua b20bc22
Try to fix under noarch error in "Build win_64 win" job:
vmdocua da2fc80
Disable pyzbar dependency in windows atm and fix linter error "For th…
vmdocua 683ee42
Build win_64 win failed: conda_build.exceptions.CondaBuildUserError: …
vmdocua c104dff
Try early pyzbar version 0.1.8, noarch and removed all conda selectors.
vmdocua 2344ebe
Revert back pyzbar version 0.1.9, and try __linux and __osx constrai…
vmdocua dddac5f
Removed __linux and __osx constraints, pyzbar 0.1.8, and specified en…
vmdocua 81b0d89
Now switch to the latest pyzbar 0.1.9.
vmdocua 43513b3
Finally stick to the older pyzbar v0.1.8 + entry_points,as this confi…
vmdocua 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 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,57 @@ | ||
{% set name = "reprostim" %} | ||
{% set version = "0.7.5" %} | ||
|
||
package: | ||
name: {{ name|lower }} | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/reprostim-{{ version }}.tar.gz | ||
sha256: b24230069ad4f99d58cce6c4dfd731d222ed088a8b20235c997c22509ef59520 | ||
|
||
build: | ||
noarch: python | ||
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation | ||
number: 0 | ||
|
||
requirements: | ||
host: | ||
- python {{ python_min }} | ||
- setuptools >=46.4.0 | ||
- pip | ||
- hatchling | ||
- versioningit | ||
run: | ||
- python >={{ python_min }} | ||
- zbar | ||
- click >=8.1.7 | ||
- click-didyoumean >=0.3.1 | ||
- pydantic >=2.7.1 | ||
- numpy >=1.26.4 | ||
- pyzbar >=0.1.9 | ||
- qrcode >=8.0 | ||
- opencv-python >=4.9.0.80 | ||
|
||
test: | ||
imports: | ||
- reprostim | ||
commands: | ||
- python -m pytest -vv tests | ||
requires: | ||
- python {{ python_min }} | ||
- pytest | ||
- pytest-cov | ||
source_files: | ||
- tests | ||
|
||
about: | ||
home: https://github.com/ReproNim/reprostim/ | ||
summary: ReproStim is a video capture and recording suite for neuroimaging and psychology experiments | ||
license: MIT | ||
license_family: MIT | ||
license_file: LICENSES/MIT.txt | ||
|
||
extra: | ||
recipe-maintainers: | ||
- yarikoptic | ||
- vmdocua |
Oops, something went wrong.
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.
I confirm to agree to co-maintain this recipe!