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 ovh #17979

Merged
merged 3 commits into from
Mar 15, 2022
Merged

Add ovh #17979

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
43 changes: 43 additions & 0 deletions recipes/ovh/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{% set name = "ovh" %}
{% set version = "1.0.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ovh-{{ version }}.tar.gz
sha256: 210cf0bb48307cf34f38b40b08ef7d28be47bb6d3de18f9a7100455d51b31e15

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

requirements:
host:
- pip
- python >=3.6
- setuptools >=30.3.0
run:
- python >=3.6
- requests >=2.11.0

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

about:
home: https://api.ovh.com
summary: '"Official module to perform HTTP requests to the OVHcloud APIs"'
license: BSD-3-Clause
license_file: LICENSE
dev_url: https://github.com/ovh/python-ovh

extra:
recipe-maintainers:
- BastianZim