Skip to content
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

added recipe for semi-ate-spyder #18853

Merged
merged 31 commits into from
May 12, 2022
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d8e48bf
added recipe for semi-ate-spyder
nerohmot May 4, 2022
442ed66
Update meta.yaml
nerohmot May 4, 2022
67da2fd
Update meta.yaml
nerohmot May 4, 2022
927c86c
Update meta.yaml
nerohmot May 4, 2022
2d03482
Update meta.yaml
nerohmot May 4, 2022
a2d039a
Update meta.yaml
nerohmot May 4, 2022
21ef90f
Update meta.yaml
nerohmot May 4, 2022
87c2cac
Update meta.yaml
nerohmot May 4, 2022
d164cf9
Update meta.yaml
nerohmot May 5, 2022
a01655d
Update meta.yaml
nerohmot May 5, 2022
4e95a62
Update meta.yaml
nerohmot May 5, 2022
f66d435
Update meta.yaml
nerohmot May 5, 2022
6f061ef
Update meta.yaml
nerohmot May 5, 2022
dbf75e6
Update meta.yaml
nerohmot May 5, 2022
5d52b60
Update meta.yaml
nerohmot May 5, 2022
c66426b
Update meta.yaml
nerohmot May 5, 2022
3926a8a
Update meta.yaml
nerohmot May 5, 2022
1458a42
Update meta.yaml
nerohmot May 5, 2022
2620f2a
Update meta.yaml
nerohmot May 5, 2022
1fd233d
Update meta.yaml
nerohmot May 5, 2022
5770213
Update meta.yaml
nerohmot May 5, 2022
16d8851
Update meta.yaml
nerohmot May 5, 2022
d6c9737
Update meta.yaml
nerohmot May 5, 2022
a437c13
Update meta.yaml
nerohmot May 6, 2022
13e41c2
Update meta.yaml
nerohmot May 6, 2022
234e02e
Update recipes/semi-ate-spyder/meta.yaml
nerohmot May 7, 2022
4d160d3
Update meta.yaml
nerohmot May 7, 2022
4b34f7b
Avoid broken numpydocs build in test environment
carterbox May 12, 2022
ccf356f
Update meta.yaml
nerohmot May 12, 2022
7ee9699
Update meta.yaml
nerohmot May 12, 2022
1771135
Update meta.yaml
nerohmot May 12, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions recipes/semi-ate-spyder/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{% set name = "semi-ate-spyder" %}
{% set version = "1.0.9" %}


package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/semi-ate-spyder-{{ version }}.tar.gz
sha256: 67d71f6df0c67d035b2d991a858fd4bbecaafd35d97b4f7167fbde83f80c0c2a

build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv

requirements:
host:
- pip
- python >=3.8
run:
- numpy
- pydantic
- python >=3.8
- qtawesome
- semi-ate-common
- semi-ate-plugins
- semi-ate-project-database
- semi-ate-sammy
- spyder >=5.3

test:
imports:
- ate_spyder
- ate_spyder.widgets
commands:
- pip check # [linux or win]
requires:
- pip
# This build of numpydoc has broken requirements
- numpydoc !=1.2.1=*_0

about:
home: https://pypi.org/project/semi-ate-spyder/
summary: Spyder ate plugin for working with ATE projects
license: GPL-2.0-only
license_file: ate_spyder/LICENSE.txt

extra:
recipe-maintainers:
- nerohmot