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

Add amazon-sagemaker-jupyter-ai-q-developer recipe #26636

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Changes from all commits
Commits
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
44 changes: 44 additions & 0 deletions recipes/amazon-sagemaker-jupyter-ai-q-developer/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "amazon-sagemaker-jupyter-ai-q-developer" %}
{% set version = "0.1.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/amazon_sagemaker_jupyter_ai_q_developer-{{ version }}.tar.gz
sha256: 7ce10471067ef7f6c4f94043743df9c7659dce106c694c77c3c15fccbe5b16a7

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

requirements:
host:
- python >=3.6
- setuptools
- wheel
- pip
run:
- python >=3.6

test:
imports:
- amazon_sagemaker_jupyter_ai_q_developer
commands:
- pip check
requires:
- pip

about:
home: https://aws.amazon.com/sagemaker/
summary: Amazon SageMaker Jupyter Extension for Q Developer
license: Apache-2.0
license_file: LICENSE

extra:
recipe-maintainers:
- bhadrip
- kumarnzt
- gogakoreli